Author: qboosh Date: Tue Jun 19 18:48:54 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup, missing BRs
---- Files affected: SPECS: sshguard.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/sshguard.spec diff -u SPECS/sshguard.spec:1.11 SPECS/sshguard.spec:1.12 --- SPECS/sshguard.spec:1.11 Tue Jun 19 20:41:28 2007 +++ SPECS/sshguard.spec Tue Jun 19 20:48:49 2007 @@ -9,6 +9,9 @@ Source0: http://dl.sourceforge.net/sshguard/%{name}-%{version}.tar.bz2 # Source0-md5: 77b5a3a9d74542c487b8d5453d53d572 URL: http://sshguard.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: python BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.337 @@ -36,13 +39,14 @@ %{__autoconf} %{__autoheader} %configure \ - --with-firewall=iptables + --with-firewall=iptables %{__make} %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +54,7 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/* -%{_mandir}/man8/sshguard.8.gz +%{_mandir}/man8/sshguard.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2007/06/19 18:48:49 qboosh +- cleanup, missing BRs + Revision 1.11 2007/06/19 18:41:28 rotom - up to 1.0 - no more scons needed ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sshguard.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
