[shinken] new spec file

david hannequin hvad at fedoraproject.org
Sun Mar 9 13:25:10 UTC 2014


commit ae9b971d8ca7ce18d40fc4a44514e7683d5c4658
Author: hvad <david.hannequin at gmail.com>
Date:   Sun Mar 9 14:24:59 2014 +0100

    new spec file

 shinken.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/shinken.spec b/shinken.spec
index 30cd99a..be84047 100644
--- a/shinken.spec
+++ b/shinken.spec
@@ -4,10 +4,10 @@
 
 Summary:        Python Monitoring tool
 Name:           shinken
-Version:        1.4.1
-Release:        2%{?dist}
+Version:        1.4.2
+Release:        1%{?dist}
 URL:            http://www.%{name}-monitoring.org
-Source0:        http://www.%{name}-monitoring.org/pub/%{name}-%{version}.tar.gz
+Source0:        https://github.com/naparuba/%{name}/archive/%{version}.tar.gz
 Source1:        %{name}-commands.cfg
 License:        AGPLv3+
 Requires:       python 
@@ -90,7 +90,7 @@ Shinken receiver daemon
 
 %prep
 
-%setup -q
+%setup -qn %{name}-%{version}
 
 
 # clean git files/
@@ -529,6 +529,10 @@ fi
 %attr(-,%{shinken_user} ,%{shinken_group}) %dir %{_localstatedir}/run/%{name}
 
 %changelog
+* Sun Mar 09 2014 David Hannequin <david.hannequin at gmail.com> - 1.4.2-1
+- Update from upstream,
+- Fix source url.
+
 * Sat Mar 01 2014 David Hannequin <david.hannequin at gmail.com> - 1.4.1-2
 - Fix bug #1070887 - thank Ignacio Torres Masdeu
 


More information about the scm-commits mailing list