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