]> git.pld-linux.org Git - packages/diffutils.git/commitdiff
- updated BRs, License (GPL v3+ now); more docs
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Apr 2010 21:23:00 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    diffutils.spec -> 1.65

diffutils.spec

index fdecd43ca511a1c57c38f6ae549eecdd213b6c7a..b0cd977e90c0f0c1ac497feed33dcadf39b49cae 100644 (file)
@@ -6,18 +6,18 @@ Summary(tr.UTF-8):    GNU dosya karşılaştırma araçları
 Name:          diffutils
 Version:       2.9
 Release:       1
-License:       GPL
+License:       GPL v3+
 Group:         Applications/Text
-Source0:       ftp://ftp.gnu.org/gnu/diffutils/%{name}-%{version}.tar.gz
+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  -p      /sbin/postshell
+%post  -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun        -p      /sbin/postshell
+%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.12634 seconds and 4 git commands to generate.