SPECS: diffstat.spec - up to 1.47 - don't need to set LDFLAGS twice - more ...
lisu
lisu at pld-linux.org
Mon Mar 30 12:32:22 CEST 2009
Author: lisu Date: Mon Mar 30 10:32:22 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.47
- don't need to set LDFLAGS twice
- more verbose files
---- Files affected:
SPECS:
diffstat.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/diffstat.spec
diff -u SPECS/diffstat.spec:1.37 SPECS/diffstat.spec:1.38
--- SPECS/diffstat.spec:1.37 Mon Jul 28 00:18:54 2008
+++ SPECS/diffstat.spec Mon Mar 30 12:32:17 2009
@@ -5,12 +5,12 @@
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)
@@ -54,8 +54,7 @@
%{__autoconf}
%configure
%{__make} \
- CPPFLAGS="%{rpmcflags} -w" \
- LDFLAGS="%{rpmldflags}"
+ CPPFLAGS="%{rpmcflags} -w"
%install
rm -rf $RPM_BUILD_ROOT
@@ -71,7 +70,7 @@
%defattr(644,root,root,755)
%doc README CHANGES
%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%{_mandir}/man1/diffstat.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -79,6 +78,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2009/03/30 10:32:17 lisu
+- up to 1.47
+- don't need to set LDFLAGS twice
+- more verbose files
+
Revision 1.37 2008/07/27 22:18:54 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/diffstat.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list