From: pawelz Date: Tue, 21 Sep 2010 13:58:40 +0000 (+0000) Subject: - avoid wildcards in %files section X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?p=packages%2Fanteater.git;a=commitdiff_plain;h=74fa0b30bf91cc18a4c21ae520e0705a399a12d3 - avoid wildcards in %files section - dropped E: 0 - rel 1 Changed files: anteater.spec -> 1.12 --- diff --git a/anteater.spec b/anteater.spec index 33c7df6..514d30b 100644 --- a/anteater.spec +++ b/anteater.spec @@ -2,8 +2,7 @@ Summary: Dynamic MTA logfile analyser 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 @@ -56,5 +55,5 @@ rm -rf $RPM_BUILD_ROOT %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*