]> git.pld-linux.org Git - packages/diffutils.git/commitdiff
- updated to 2.7.2, diffutils-2_7_2-3
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Jul 2001 19:53:27 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge immunix-owl-tmp with fix tmp race (patch from Immunix).

Changed files:
    diffutils.spec -> 1.24

diffutils.spec

index 81b95814bdf7ca8ec5d2f644e57bd3e7f0c096c2..3784a0326b63e5eb3fc60fb3eb981b48f6103072 100644 (file)
@@ -4,17 +4,18 @@ Summary(fr):  Utilitaires diff de GNU
 Summary(pl):   narzêdzia diff GNU
 Summary(tr):   GNU dosya karþýlaþtýrma araçlarý
 Name:          diffutils
-Version:       2.7
-Release:       22
+Version:       2.7.2
+Release:       3
 License:       GPL
 Group:         Applications/Text
 Group(de):     Applikationen/Text
 Group(fr):     Utilitaires/Texte
 Group(pl):     Aplikacje/Tekst
-Source0:       ftp://ftp.gnu.org/gnu/diffutils/%{name}-%{version}.tar.gz
+Source0:       ftp://alpha.gnu.org/gnu/%{name}-%{version}.tar.gz
 Patch0:                %{name}-man.patch
 Patch1:                %{name}-info.patch
 Patch2:                %{name}-DESTDIR.patch
+Patch3:                %{name}-immunix-owl-tmp.patch
 URL:           http://www.gnu.org/software/diffutils/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,6 +59,7 @@ plik
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoconf
@@ -67,12 +69,12 @@ autoconf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/{man1,pl/man1}
+%{__install} -d $RPM_BUILD_ROOT%{_mandir}/{man1,pl/man1}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
-install man/pl/*.1 $RPM_BUILD_ROOT%{_mandir}/pl/man1
+%{__install} man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+%{__install} man/pl/*.1 $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 gzip -9nf NEWS README
 
@@ -90,6 +92,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc {NEWS,README}.gz
 
 %attr(755,root,root) %{_bindir}/*
-%{_infodir}/diff.info*gz
+%{_infodir}/diff.info*
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
This page took 0.077261 seconds and 4 git commands to generate.