Author: charles Date: Mon May 18 19:44:28 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.0.12 - cleanups, integer rel.
---- Files affected: packages/privoxy: privoxy.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: packages/privoxy/privoxy.spec diff -u packages/privoxy/privoxy.spec:1.32 packages/privoxy/privoxy.spec:1.33 --- packages/privoxy/privoxy.spec:1.32 Tue Oct 14 20:53:15 2008 +++ packages/privoxy/privoxy.spec Mon May 18 21:44:22 2009 @@ -2,11 +2,11 @@ Summary: Privoxy - privacy enhancing proxy Summary(pl.UTF-8): Privoxy - proxy rozszerzające prywatność Name: privoxy -Version: 3.0.10 -Release: 0.2 +Version: 3.0.12 +Release: 1 License: GPL v2+ Source0: http://dl.sourceforge.net/ijbswa/%{name}-%{version}-stable-src.tar.gz -# Source0-md5: 01281017f28be2c7133124d1768da364 +# Source0-md5: c973e608d27b248ef567b47664308da1 Source1: %{name}.init Source2: %{name}.logrotate Patch0: %{name}-DESTDIR.patch @@ -19,6 +19,7 @@ BuildRequires: pcre-devel BuildRequires: perl-base BuildRequires: rpmbuild(macros) >= 1.268 +BuildRequires: zlib-devel Requires(post): fileutils Requires(post,preun): /sbin/chkconfig Requires(postun): /usr/sbin/groupdel @@ -64,8 +65,7 @@ cp -f /usr/share/automake/config.sub . %configure -%{__make} \ - OTHER_CFLAGS="%{rpmcflags}" +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -106,21 +106,18 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/%{name} -%{_mandir}/man1/%{name}.* -%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name} -%attr(754,root,root) /etc/rc.d/init.d/%{name} - -%dir %attr(751,privoxy,privoxy) /var/log/%{name} -%ghost %attr(640,privoxy,privoxy) %verify(not md5 mtime size) /var/log/%{name}/* - %dir %attr(751,root,privoxy) %{_sysconfdir}/%{name} %dir %attr(751,root,privoxy) %{_sysconfdir}/%{name}/templates %attr(640,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/config %attr(640,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/trust %attr(640,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.* %attr(640,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/templates/* - -%doc $RPM_BUILD_ROOT%{_docdir}/%{name}/* +%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name} +%attr(754,root,root) /etc/rc.d/init.d/%{name} +%{_mandir}/man1/%{name}.* +%dir %attr(751,privoxy,privoxy) /var/log/%{name} +%ghost %attr(640,privoxy,privoxy) %verify(not md5 mtime size) /var/log/%{name}/* +%{_docdir}/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -128,6 +125,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2009/05/18 19:44:22 charles +- updated to 3.0.12 +- cleanups, integer rel. + Revision 1.32 2008/10/14 18:53:15 twittner - readded -DESTDIR.patch (see its commitlog for reason) - don't override CFLAGS, use OTHER_CFLAGS variable instead ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/privoxy/privoxy.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
