Author: gotar Date: Sat Nov 5 00:46:12 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - moved autogenerated images to /var/lib/mailgraph/img, release 2
---- Files affected: SPECS: mailgraph.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/mailgraph.spec diff -u SPECS/mailgraph.spec:1.33 SPECS/mailgraph.spec:1.34 --- SPECS/mailgraph.spec:1.33 Tue Nov 1 00:34:24 2005 +++ SPECS/mailgraph.spec Sat Nov 5 01:46:07 2005 @@ -1,14 +1,11 @@ # $Revision$, $Date$ # -# TODO: -# - IMPORTANT: don't make temporary files in /tmp that are picked by apache -# %include /usr/lib/rpm/macros.perl Summary: Simple mail statistics for Postfix Summary(pl): Proste statystyki dla Postfiksa Name: mailgraph Version: 1.12 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Networking Source0: http://people.ee.ethz.ch/~dws/software/mailgraph/pub/%{name}-%{version}.tar.gz @@ -51,7 +48,7 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig,httpd},%{_bindir}} \ - $RPM_BUILD_ROOT{%{_httpappsdir},%{_pkglibdir}} + $RPM_BUILD_ROOT{%{_httpappsdir},%{_pkglibdir}/img} install mailgraph.cgi $RPM_BUILD_ROOT%{_httpappsdir}/index.cgi install mailgraph.pl $RPM_BUILD_ROOT%{_bindir}/mailgraph.pl @@ -113,6 +110,7 @@ %dir %{_httpappsdir} %attr(755,root,root) %{_httpappsdir}/index.cgi %attr(771,root,stats) %dir %{_pkglibdir} +%attr(775,root,http) %dir %{_pkglibdir}/img %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -120,6 +118,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2005/11/05 00:46:07 gotar +- moved autogenerated images to /var/lib/mailgraph/img, release 2 + Revision 1.33 2005/10/31 23:34:24 gotar - upgraded to 1.12 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mailgraph.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
