updated cron scripts so they will not need screen to run
[svn/Prometheus-QoS/.git] / prometheus.spec
index 2751a8c79f00e5b04bb5c61ae379cee20907c89f..8aebe881062bf02dc110a16ef0a97fe9b3d99a8b 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Traffic shaper replacement for Internet Service Providers (ISP).
 Name: prometheus
-Version: 0.7.1
-Release: 1
+Version: 0.7.7
+Release: 3
 License: GPL
 Vendor: Arachne Labs http://www.arachne.cz
 Packager: Tomas Lastovicka <aquarius@lamer.cz>
@@ -36,6 +36,9 @@ make %{_smp_mflags}
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_sbindir}
+mkdir -p %{buildroot}%{_mandir}/man1
+mkdir -p %{buildroot}%{_mandir}/man5
+mkdir -p %{buildroot}%{_sysconfdir}/cron.d/
 
 %makeinstall
 
@@ -45,8 +48,22 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root)
 %{_sbindir}/prometheus
+%{_mandir}/man1/prometheus.1*
+%{_mandir}/man5/prometheus.conf.5*
+%config(noreplace) %{_sysconfdir}/cron.d/prometheus
 
 %changelog
+* Sat Jan 5 2008 Tomas Lastovicka <aquarius@lamer.cz> 0.7.7-3
+- removed screen from dependencies
+- cleaned up cron file
+
+* Sat Jan 5 2008 Tomas Lastovicka <aquarius@lamer.cz> 0.7.7-2
+- added manual pages
+- added crontab file
+
+* Fri Dec 28 2007 Tomas Lastovicka <aquarius@lamer.cz> 0.7.7-1
+- update to latest upstream upstream 0.7.7
+
 * Mon Dec 03 2007 Tomas Lastovicka <aquarius@lamer.cz> 0.7.1-1
 - Upgraded to newest version, first *real* build :).
 
This page took 0.093162 seconds and 4 git commands to generate.