diff --git a/coreutils-testsuite.changes b/coreutils-testsuite.changes index ba2961d..b1a822d 100644 --- a/coreutils-testsuite.changes +++ b/coreutils-testsuite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 16 23:59:28 UTC 2013 - jengelh@inai.de + +- Explicitly list libattr-devel as BuildRequires +- More robust make install call + ------------------------------------------------------------------- Fri Jun 7 14:36:26 UTC 2013 - schwab@suse.de diff --git a/coreutils-testsuite.spec b/coreutils-testsuite.spec index ea393e0..93f08e2 100644 --- a/coreutils-testsuite.spec +++ b/coreutils-testsuite.spec @@ -37,6 +37,7 @@ BuildRequires: automake BuildRequires: gmp-devel BuildRequires: help2man BuildRequires: libacl-devel +BuildRequires: libattr-devel BuildRequires: libcap-devel BuildRequires: libselinux-devel BuildRequires: makeinfo @@ -71,6 +72,8 @@ PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build +#Git-Web: http://git.savannah.gnu.org/gitweb/?p=coreutils.git +#Git-Clone: git://git.sv.gnu.org/coreutils %if "%{name}" == "coreutils" # For upgrading you now just need to increase the version, remove the old # tarballs, then run osc service localrun download_files, osc addremove, @@ -180,7 +183,7 @@ make all %{?_smp_mflags} V=1 # ================================================ %install %if "%{name}" == "coreutils" -%makeinstall pkglibexecdir=%{_libdir}/%{name} +make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name} # remove kill rm -v %{buildroot}%{_bindir}/kill diff --git a/coreutils.changes b/coreutils.changes index ba2961d..b1a822d 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 16 23:59:28 UTC 2013 - jengelh@inai.de + +- Explicitly list libattr-devel as BuildRequires +- More robust make install call + ------------------------------------------------------------------- Fri Jun 7 14:36:26 UTC 2013 - schwab@suse.de diff --git a/coreutils.spec b/coreutils.spec index 6de95d4..d70a023 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -37,6 +37,7 @@ BuildRequires: automake BuildRequires: gmp-devel BuildRequires: help2man BuildRequires: libacl-devel +BuildRequires: libattr-devel BuildRequires: libcap-devel BuildRequires: libselinux-devel BuildRequires: makeinfo @@ -71,6 +72,8 @@ PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build +#Git-Web: http://git.savannah.gnu.org/gitweb/?p=coreutils.git +#Git-Clone: git://git.sv.gnu.org/coreutils %if "%{name}" == "coreutils" # For upgrading you now just need to increase the version, remove the old # tarballs, then run osc service localrun download_files, osc addremove, @@ -180,7 +183,7 @@ make all %{?_smp_mflags} V=1 # ================================================ %install %if "%{name}" == "coreutils" -%makeinstall pkglibexecdir=%{_libdir}/%{name} +make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name} # remove kill rm -v %{buildroot}%{_bindir}/kill