]> git.pld-linux.org Git - packages/monit.git/commitdiff
- up to 4.8.1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 May 2006 16:59:22 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monit.spec -> 1.29

monit.spec

index ae89811a27f6d354c294e35d6375af11528ea7f8..63f90e59e75a4822f82ebe2837270320647b3429 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       Process monitor and restart utility
 Summary(pl):   Narzêdzie do monitorowania procesów i ich restartowania
 Name:          monit
-Version:       4.6
+%define                _ver 4.8
+Version:       %{_ver}.1
 Release:       1
-Group:         Applications/Console
 License:       GPL
-Source0:       http://www.tildeslash.com/monit/dist/%{name}-%{version}.tar.gz
-# Source0-md5: 4e53aa44e4ca264e61c7c401cee4e697
+Group:         Applications/Console
+Source0:       http://www.tildeslash.com/monit/dist/%{name}-%{_ver}.tar.gz
+# Source0-md5: 376bd526ee5577a6f0a842216f8ccf25
 Source1:       %{name}.init
+Patch0:                http://www.tildeslash.com/monit/dist/%{name}-4.8-patch01
 URL:           http://www.tildeslash.com/monit/
 BuildRequires: bison
 BuildRequires: flex
@@ -29,7 +31,8 @@ program w momencie gdy przestaje on pracowa
 program przestaje odpowiadaæ.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_ver}
+%patch0 -p0
 
 %build
 %configure \
This page took 0.136666 seconds and 4 git commands to generate.