3
0
forked from pool/coreutils

Accepting request 179221 from home:jengelh:attr

- Explicitly list libattr-devel as BuildRequires

OBS-URL: https://build.opensuse.org/request/show/179221
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=198
This commit is contained in:
Philipp Thomas 2013-06-17 11:20:05 +00:00 committed by Git OBS Bridge
parent 6c2e7382e8
commit 734eb78c73
4 changed files with 20 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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