Author: glen Date: Fri Jul 15 11:25:19 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - add routed_emails dir to package
---- Files affected: SPECS: eventum.spec (1.107.2.8 -> 1.107.2.9) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.107.2.8 SPECS/eventum.spec:1.107.2.9 --- SPECS/eventum.spec:1.107.2.8 Thu Jul 14 21:45:22 2005 +++ SPECS/eventum.spec Fri Jul 15 13:25:14 2005 @@ -26,7 +26,7 @@ %define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 3.17 +%define _rel 3.20 Summary: Eventum Issue / Bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -488,6 +488,7 @@ $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_libdir}} \ $RPM_BUILD_ROOT/etc/{rc.d/init.d,cron.d,sysconfig} \ $RPM_BUILD_ROOT/var/{run,log,cache,lib}/%{name} \ + $RPM_BUILD_ROOT/var/lib/%{name}/routed_emails \ $RPM_BUILD_ROOT%{_appdir}/{include,htdocs/misc,upgrade} \ cp -a *.php css customer images js manage reports rpc setup $RPM_BUILD_ROOT%{_appdir}/htdocs @@ -777,6 +778,8 @@ %dir %{_appdir} # qmail will ignore user, if it's home directory is not owned %attr(750,eventum,eventum) %dir /var/lib/%{name} +# for saved routed emails +%attr(770,root,eventum) %dir /var/lib/%{name}/routed_emails %files setup %defattr(644,root,root,755) @@ -847,6 +850,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.107.2.9 2005/07/15 11:25:14 glen +- add routed_emails dir to package + Revision 1.107.2.8 2005/07/14 19:45:22 glen - rel 3.17 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.107.2.8&r2=1.107.2.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
