]> git.pld-linux.org Git - packages/anteater.git/blobdiff - anteater.spec
- avoid wildcards in %files section
[packages/anteater.git] / anteater.spec
index 6e29711ec1275c11d5389f5ab1cddb6c7542eb49..514d30b6b3b5dd62dc045d7c35a3668e14323899 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       Dynamic MTA logfile analyser
-Summary(pl.UTF-8):   Dynamiczny analizator logów MTA
+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://dl.sourceforge.net/anteater/%{name}-%{version}.tar.bz2
+Source0:       http://downloads.sourceforge.net/anteater/%{name}-%{version}.tar.bz2
 # Source0-md5: 21ab169a88e1a80942cc8816d7ea6438
+Patch0:                %{name}-configure.in.patch
+Patch1:                %{name}-cstdlib.patch
 URL:           http://anteater.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -30,6 +31,9 @@ przejrzystym interfejsem.
 %prep
 %setup -q
 
+%patch0 -p1
+%patch1 -p1
+
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -51,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*
This page took 0.191878 seconds and 4 git commands to generate.