[shinken/f20] new source

david hannequin hvad at fedoraproject.org
Sun Mar 9 14:57:49 UTC 2014


commit f48b38d7700cf3405d34a9ffe2a1d94374923651
Author: hvad <david.hannequin at gmail.com>
Date:   Sun Mar 9 15:51:52 2014 +0100

    new source

 .gitignore   |    1 +
 shinken.spec |   28 +++++++++++++++++++++++-----
 sources      |    2 +-
 3 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c9f837..47eb29d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /shinken-1.4.tar.gz
 /shinken-1.4.1.tar.gz
 /shinken-1.4.2.tar.gz
+/1.4.2.tar.gz
diff --git a/shinken.spec b/shinken.spec
index be84047..8c83505 100644
--- a/shinken.spec
+++ b/shinken.spec
@@ -5,10 +5,18 @@
 Summary:        Python Monitoring tool
 Name:           shinken
 Version:        1.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.%{name}-monitoring.org
-Source0:        https://github.com/naparuba/%{name}/archive/%{version}.tar.gz
+Source0:        https://github.com/naparuba/%{name}/archive/%{version}.tar.gz 
 Source1:        %{name}-commands.cfg
+Source2:        %{name}-admin.8%{name}
+Source3:        %{name}-arbiter.8%{name}
+Source4:        %{name}-broker.8%{name}
+Source5:        %{name}-discovery.8%{name}
+Source6:        %{name}-poller.8%{name}
+Source7:        %{name}-reactionner.8%{name}
+Source8:        %{name}-receiver.8%{name}
+Source9:        %{name}-scheduler.8%{name}
 License:        AGPLv3+
 Requires:       python 
 Requires:       python-pyro 
@@ -90,8 +98,7 @@ Shinken receiver daemon
 
 %prep
 
-%setup -qn %{name}-%{version}
-
+%setup -q
 
 # clean git files/
 find . -name '.gitignore' -exec rm -f {} \;
@@ -169,7 +176,14 @@ mkdir -p %{buildroot}%{_localstatedir}/run/
 install -d -m0755 %{buildroot}%{_localstatedir}/run/%{name}
 
 install -d -m0755 %{buildroot}%{_mandir}/man3
-install -p -m0644 doc/man/* %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE2} %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE3} %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE4} %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE5} %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE6} %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE7} %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE8} %{buildroot}%{_mandir}/man3
+install -p -m0644 %{SOURCE9} %{buildroot}%{_mandir}/man3
 
 install -d -m0755 %{buildroot}%{_usr}/lib/%{name}/plugins/discovery
 install  -m0755 libexec/*.py %{buildroot}%{_usr}/lib/%{name}/plugins
@@ -529,6 +543,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-2
+- Update sources,
+- Add man pages.
+
 * Sun Mar 09 2014 David Hannequin <david.hannequin at gmail.com> - 1.4.2-1
 - Update from upstream,
 - Fix source url.
diff --git a/sources b/sources
index cbf930b..cfa35df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7d08a85f9a2bdd531a52ca2e5c8ff38  shinken-1.4.2.tar.gz
+d7d08a85f9a2bdd531a52ca2e5c8ff38  1.4.2.tar.gz


More information about the scm-commits mailing list