Compare commits
2 commits
rawhide
...
diffutils-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bf8e4203e | ||
|
|
09d740ccf3 |
2 changed files with 7 additions and 15 deletions
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
F-13
|
||||||
|
|
@ -1,14 +1,10 @@
|
||||||
Summary: A GNU collection of diff utilities
|
Summary: A GNU collection of diff utilities
|
||||||
Name: diffutils
|
Name: diffutils
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://www.gnu.org/software/diffutils/diffutils.html
|
URL: http://www.gnu.org/software/diffutils/diffutils.html
|
||||||
Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz
|
||||||
Source1: cmp.1
|
|
||||||
Source2: diff.1
|
|
||||||
Source3: diff3.1
|
|
||||||
Source4: sdiff.1
|
|
||||||
Patch0: diffutils-2.8.4-i18n.patch
|
Patch0: diffutils-2.8.4-i18n.patch
|
||||||
Patch1: diffutils-2.8.1-badc.patch
|
Patch1: diffutils-2.8.1-badc.patch
|
||||||
Patch2: diffutils-sdiff.patch
|
Patch2: diffutils-sdiff.patch
|
||||||
|
|
@ -46,15 +42,6 @@ make PR_PROGRAM=%{_bindir}/pr
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
( cd $RPM_BUILD_ROOT
|
|
||||||
gzip -9nf .%{_infodir}/diff*
|
|
||||||
mkdir -p .%{_mandir}/man1
|
|
||||||
for manpage in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4}
|
|
||||||
do
|
|
||||||
install -m 0644 ${manpage} .%{_mandir}/man1
|
|
||||||
done
|
|
||||||
)
|
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
@ -75,12 +62,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS README
|
%doc COPYING NEWS README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_infodir}/diff.info*gz
|
%{_infodir}/diff.info*gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> - 2.8.1-26
|
||||||
|
- Use upstream man pages.
|
||||||
|
- Ship COPYING file.
|
||||||
|
|
||||||
* Tue Aug 11 2009 Tim Waugh <twaugh@redhat.com> 2.8.1-25
|
* Tue Aug 11 2009 Tim Waugh <twaugh@redhat.com> 2.8.1-25
|
||||||
- Only try to install the info file if it exists so that package
|
- Only try to install the info file if it exists so that package
|
||||||
installation does not fail with --excludedocs (bug #515919).
|
installation does not fail with --excludedocs (bug #515919).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue