- Added dist tag.
- More specific license tag. - Fixed summary. - Better buildroot tag.
This commit is contained in:
parent
4672ea6db0
commit
93a8fe0150
14
patch.spec
14
patch.spec
@ -1,8 +1,8 @@
|
||||
Summary: The GNU patch command, for modifying/upgrading files.
|
||||
Summary: The GNU patch command, for modifying/upgrading files
|
||||
Name: patch
|
||||
Version: 2.5.4
|
||||
Release: 29.2.2
|
||||
License: GPL
|
||||
Release: 30%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.gnu.org/software/patch/patch.html
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.gz
|
||||
@ -13,7 +13,7 @@ Patch4: patch-2.5.4-ifdef.patch
|
||||
Patch5: patch-2.5.4-program_name.patch
|
||||
Patch6: patch-stripcr.patch
|
||||
Patch8: patch-parse.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
The patch program applies diff files to originals. The diff command
|
||||
@ -60,6 +60,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 2.5.4-30
|
||||
- Added dist tag.
|
||||
- More specific license tag.
|
||||
- Fixed summary.
|
||||
- Better buildroot tag.
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-29.2.2
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user