packages: anteater/anteater.spec - avoid wildcards in %files section - drop...
pawelz
pawelz at pld-linux.org
Tue Sep 21 15:58:45 CEST 2010
Author: pawelz Date: Tue Sep 21 13:58:45 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- avoid wildcards in %files section
- dropped E: 0
- rel 1
---- Files affected:
packages/anteater:
anteater.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: packages/anteater/anteater.spec
diff -u packages/anteater/anteater.spec:1.11 packages/anteater/anteater.spec:1.12
--- packages/anteater/anteater.spec:1.11 Tue Sep 21 15:52:49 2010
+++ packages/anteater/anteater.spec Tue Sep 21 15:58:40 2010
@@ -3,8 +3,7 @@
Summary(pl.UTF-8): Dynamiczny analizator logów MTA
Name: anteater
Version: 0.4.5
-Release: 0.1
-Epoch: 0
+Release: 1
License: GPL v2
Group: Applications/System
Source0: http://downloads.sourceforge.net/anteater/%{name}-%{version}.tar.bz2
@@ -57,8 +56,8 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man?/*
+%attr(755,root,root) %{_bindir}/anteater
+%{_mandir}/man1/anteater.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -66,6 +65,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2010/09/21 13:58:40 pawelz
+- avoid wildcards in %files section
+- dropped E: 0
+- rel 1
+
Revision 1.11 2010/09/21 13:52:49 pawelz
- typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/anteater/anteater.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list