]> git.pld-linux.org Git - packages/amavis-stats.git/commitdiff
- separated PHP stuff into php subpackage
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 4 Mar 2004 18:24:22 +0000 (18:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (for now it's useless but I'll think of something ;)

Changed files:
    amavis-stats.spec -> 1.3

amavis-stats.spec

index 1c1aea40e0a02c70d41cb2e46b2edd7dd0feaddb..212d19cd0aad21eda4837f190d86f25639ca2500 100644 (file)
@@ -27,6 +27,18 @@ amavis-stats jest prostym generatorem statystyk opartym na rrdtool.
 Tworzy wykresy zainfekowanych wiadomo¶ci, w rozbiciu na poszczególne
 wirusy, na podstawie logów amavisd-new.
 
+%package php
+Summary:       PHP interface for amavis-stats
+Summary(pl):   Interfejs PHP dla amavis-stats
+Group:         Applications/System
+Requires:      %{name}
+
+%description php
+PHP interface for amavis-stats.
+
+%description php -l pl
+Interfejs PHP dla amavis-stats.
+
 %prep
 %setup -q
 
@@ -48,9 +60,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/amavis-stats
-%dir %{_htmldir}/%{name}
-%dir %attr(755,http,root) %{_htmldir}/%{name}/img
-%{_htmldir}/%{name}/index.php
 %dir %{_pkglibdir}
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/cron.d/amavis-stats
 %{_mandir}/man1/*
+
+%files php
+%defattr(644,root,root,755)
+%dir %{_htmldir}/%{name}
+%dir %attr(755,http,root) %{_htmldir}/%{name}/img
+%{_htmldir}/%{name}/index.php
This page took 0.109839 seconds and 4 git commands to generate.