]> git.pld-linux.org Git - packages/monit.git/commitdiff
- updated to latest cvs version
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 9 Jun 2003 17:49:04 +0000 (17:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monit.spec -> 1.6

monit.spec

index a86bce3e1aa9d9994565c3821c7f6950f87ff8de..d4eadd9b3a4549aca0eb89c7716f6bba71b93dd3 100644 (file)
@@ -1,12 +1,13 @@
+%define        snap    20030609
 Summary:       Process monitor and restart utility
 Summary(pl):   Narzêdzie do monitorowania procesów i ich restartowania
 Name:          monit
-Version:       3.2
-Release:       1
+Version:       3.3
+Release:       0.%{snap}.1
 Group:         Applications/Console
 License:       GPL
-Source0:       http://www.tildeslash.com/monit/dist/%{name}-%{version}.tar.gz
-# Source0-md5: 0e6137b9753b189831a05b980ad28958
+Source0:       http://www.tildeslash.com/monit/dist/%{name}-%{version}-%{snap}.tar.gz
+# Source0-md5: 4da587e3d41b07d081678d5c53b2c597
 Source1:       %{name}.init
 URL:           http://www.tildeslash.com/monit/
 BuildRequires: bison
@@ -31,6 +32,8 @@ przestaje odpowiada
 %setup -q
 
 %build
+./make_man
+./autogen.sh
 %configure
 %{__make}
 
@@ -65,7 +68,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html CHANGES.txt CONTRIBUTORS FAQ.txt README*
+%doc web/*.html CHANGES.txt CONTRIBUTORS FAQ.txt README*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man?/*
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
This page took 0.178504 seconds and 4 git commands to generate.