Accepting request 179293 from Base:System
- Explicitly list libattr-devel as BuildRequires (forwarded request 179221 from jengelh) OBS-URL: https://build.opensuse.org/request/show/179293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=91
This commit is contained in:
parent
16b73383d5
commit
0d13d34cf8
@ -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
|
Fri Jun 7 14:36:26 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
@ -71,6 +72,8 @@ PreReq: %{install_info_prereq}
|
|||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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"
|
%if "%{name}" == "coreutils"
|
||||||
# For upgrading you now just need to increase the version, remove the old
|
# For upgrading you now just need to increase the version, remove the old
|
||||||
# tarballs, then run osc service localrun download_files, osc addremove,
|
# tarballs, then run osc service localrun download_files, osc addremove,
|
||||||
@ -180,7 +183,7 @@ make all %{?_smp_mflags} V=1
|
|||||||
# ================================================
|
# ================================================
|
||||||
%install
|
%install
|
||||||
%if "%{name}" == "coreutils"
|
%if "%{name}" == "coreutils"
|
||||||
%makeinstall pkglibexecdir=%{_libdir}/%{name}
|
make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name}
|
||||||
|
|
||||||
# remove kill
|
# remove kill
|
||||||
rm -v %{buildroot}%{_bindir}/kill
|
rm -v %{buildroot}%{_bindir}/kill
|
||||||
|
@ -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
|
Fri Jun 7 14:36:26 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
@ -71,6 +72,8 @@ PreReq: %{install_info_prereq}
|
|||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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"
|
%if "%{name}" == "coreutils"
|
||||||
# For upgrading you now just need to increase the version, remove the old
|
# For upgrading you now just need to increase the version, remove the old
|
||||||
# tarballs, then run osc service localrun download_files, osc addremove,
|
# tarballs, then run osc service localrun download_files, osc addremove,
|
||||||
@ -180,7 +183,7 @@ make all %{?_smp_mflags} V=1
|
|||||||
# ================================================
|
# ================================================
|
||||||
%install
|
%install
|
||||||
%if "%{name}" == "coreutils"
|
%if "%{name}" == "coreutils"
|
||||||
%makeinstall pkglibexecdir=%{_libdir}/%{name}
|
make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name}
|
||||||
|
|
||||||
# remove kill
|
# remove kill
|
||||||
rm -v %{buildroot}%{_bindir}/kill
|
rm -v %{buildroot}%{_bindir}/kill
|
||||||
|
Loading…
Reference in New Issue
Block a user