]> git.pld-linux.org Git - packages/diffstat.git/commitdiff
- up to 1.47 auto/th/diffstat-1_47-1
authorlisu <lisu@pld-linux.org>
Mon, 30 Mar 2009 10:32:17 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't need to set LDFLAGS twice
- more verbose files

Changed files:
    diffstat.spec -> 1.38

diffstat.spec

index ac35014c983ec8f5a5634d127ea30cc90589be16..8681aba97c1030412b4e2e680f937b1d273ceab0 100644 (file)
@@ -4,12 +4,12 @@ Summary(fr.UTF-8):    Fournit des statistiques sur les différences de fichiers
 Summary(pl.UTF-8):     Umożliwia robienie statystyk plików diff
 Summary(tr.UTF-8):     diff dosyası istatistik bilgileri çıkarır
 Name:          diffstat
-Version:       1.41
-Release:       2
+Version:       1.47
+Release:       1
 License:       distributable
 Group:         Applications/Text
 Source0:       ftp://invisible-island.net/diffstat/%{name}.tar.gz
-# Source0-md5: c4a55fea8f94dbd1664f76c98da4ee17
+# Source0-md5: c6d221ff4a032e1bbf227f5936a7841a
 URL:           http://invisible-island.net/diffstat/
 BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,8 +53,7 @@ chmod -R u+w *
 %{__autoconf}
 %configure
 %{__make} \
-       CPPFLAGS="%{rpmcflags} -w" \
-       LDFLAGS="%{rpmldflags}"
+       CPPFLAGS="%{rpmcflags} -w"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -70,4 +69,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README CHANGES
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%{_mandir}/man1/diffstat.1*
This page took 0.040534 seconds and 4 git commands to generate.