commit site-config for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package site-config for openSUSE:Factory checked in at 2021-06-29 22:43:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/site-config (Old) and /work/SRC/openSUSE:Factory/.site-config.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "site-config" Tue Jun 29 22:43:39 2021 rev:15 rq:903088 version:0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/site-config/site-config.changes 2017-09-05 15:18:39.824194897 +0200 +++ /work/SRC/openSUSE:Factory/.site-config.new.2625/site-config.changes 2021-06-29 22:44:22.986962600 +0200 @@ -1,0 +2,5 @@ +Tue Apr 20 13:45:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de> + +- libexec is back in use in TW + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ site-config.spec ++++++ --- /var/tmp/diff_new_pack.MbT1k2/_old 2021-06-29 22:44:23.450963212 +0200 +++ /var/tmp/diff_new_pack.MbT1k2/_new 2021-06-29 22:44:23.458963223 +0200 @@ -1,7 +1,7 @@ # # spec file for package site-config # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,7 +20,7 @@ Version: 0.2 Release: 0 Summary: Site Paths Configuration for autoconf Based configure Scripts -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Building Source0: %{name}.libdir1 Source1: %{name}.libdir3.biarch @@ -33,7 +33,8 @@ BuildRequires: autoconf BuildRequires: libtool %if 0%{?suse_version} -Supplements: make autoconf +Supplements: autoconf +Supplements: make %endif %description @@ -111,27 +112,29 @@ cat site-config.libdir3.biarch >>site-config fi cat site-config.libdir4 >>site-config +%if !(0%{?suse_version} >= 1550) # libexec stuff. cat site-config.libexecdir >>site-config +%endif # And stuff to load site scripts from default locations. echo '# Continue with the standard behavior of configure defined in AC_SITE_LOAD:' >>site-config cat ac_site_load_files >>site-config %install -mkdir -p $RPM_BUILD_ROOT%{_datadir}/site $RPM_BUILD_ROOT%{_sysconfdir}/profile.d +mkdir -p %{buildroot}/%{_datadir}/site %{buildroot}/%{_sysconfdir}/profile.d # Install site script. SITE_PLATFORM=$(<site_platform) -cp site-config $RPM_BUILD_ROOT%{_datadir}/site/$SITE_PLATFORM +cp site-config %{buildroot}/%{_datadir}/site/$SITE_PLATFORM # Install Bourne Shell profile. -cat >$RPM_BUILD_ROOT%{_sysconfdir}/profile.d/site.sh <<EOF +cat >%{buildroot}/%{_sysconfdir}/profile.d/site.sh <<EOF CONFIG_SITE="%{_datadir}/site/$SITE_PLATFORM" export CONFIG_SITE EOF # Install C Shell profile. -cat >$RPM_BUILD_ROOT%{_sysconfdir}/profile.d/site.csh <<EOF +cat >%{buildroot}/%{_sysconfdir}/profile.d/site.csh <<EOF setenv CONFIG_SITE "%{_datadir}/site/$SITE_PLATFORM" EOF ++++++ site-config.README ++++++ --- /var/tmp/diff_new_pack.MbT1k2/_old 2021-06-29 22:44:23.526963312 +0200 +++ /var/tmp/diff_new_pack.MbT1k2/_new 2021-06-29 22:44:23.530963318 +0200 @@ -16,13 +16,3 @@ Depending on architecture, site script should correctly and automatically switch between lib and lib64 libdir. - - -libexecdir setup to $exec_prefix/lib ------------------------------------- - -Upstream libexecdir defaults to $exec_prefix/libexec. This directory is -not part of FHS 2.2, so we change it to $exec_prefix/lib (yes, it is -correct to set it to $exec_prefix/lib even for bi-arch platforms). Most -projects add package name to this path, so you most probably get what -FHS 2.2 expects.
participants (1)
-
Source-Sync