]> git.pld-linux.org Git - packages/diffutils.git/blobdiff - diffutils.spec
- updated BRs, License (GPL v3+ now); more docs
[packages/diffutils.git] / diffutils.spec
index 3f601f11dc452c7a6b5ed04881c27d3552cd541f..b0cd977e90c0f0c1ac497feed33dcadf39b49cae 100644 (file)
@@ -4,20 +4,20 @@ Summary(fr.UTF-8):    Utilitaires diff de GNU
 Summary(pl.UTF-8):     Narzędzia diff GNU
 Summary(tr.UTF-8):     GNU dosya karşılaştırma araçları
 Name:          diffutils
-Version:       2.8.7
-Release:       5
-License:       GPL
+Version:       2.9
+Release:       1
+License:       GPL v3+
 Group:         Applications/Text
-Source0:       ftp://alpha.gnu.org/gnu/diffutils/%{name}-%{version}.tar.gz
-# Source0-md5: 18d6587cb915e7aa110a5d463d6ed156
+Source0:       http://ftp.gnu.org/gnu/diffutils/%{name}-%{version}.tar.gz
+# Source0-md5: d6bc1bdc874ddb14cfed4d1655a0dbbe
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 34a7ab56f975ff7e439ea13923ec8ae4
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pl.po-update.patch
 URL:           http://www.gnu.org/software/diffutils/
-BuildRequires: autoconf >= 2.53
-BuildRequires: automake
-BuildRequires: gettext-devel >= 0.14.1
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-devel >= 0.17
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -83,15 +83,15 @@ bzip2 -dc %{SOURCE1} | tar xvf - -C $RPM_BUILD_ROOT%{_mandir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post  -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun        -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc NEWS README
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_infodir}/diff.info*
 %{_mandir}/man1/*
This page took 0.029628 seconds and 4 git commands to generate.