Build with xattr support.

- Make build output more verbose.
- Fix bogus date in %changelog.
This commit is contained in:
Ville Skyttä 2013-03-25 22:24:14 +02:00
parent caefda1113
commit 3df4ea100c

View File

@ -1,7 +1,7 @@
Summary: Utility for modifying/upgrading files
Name: patch
Version: 2.7.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+
URL: http://www.gnu.org/software/patch/patch.html
Group: Development/Tools
@ -11,6 +11,7 @@ Patch100: patch-selinux.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libselinux-devel
BuildRequires: libattr-devel
BuildRequires: ed
%description
@ -37,7 +38,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
%ifarch sparcv9
CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'`
%endif
%configure
%configure --disable-silent-rules
make %{?_smp_mflags}
%check
@ -57,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/*
%changelog
* Mon Mar 25 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.7.1-4
- Build with xattr support.
- Make build output more verbose.
- Fix bogus date in %%changelog.
* Mon Mar 11 2013 Tim Waugh <twaugh@redhat.com> 2.7.1-3
- Upstream patch to fix removal of empty directories (bug #919489).
@ -302,7 +308,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
- added buildroot
* Wed Oct 21 1997 Cristian Gafton <gafton@redhat.com>
* Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
- updated to 2.5
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>