[PyMunin/f17] update to version 0.9.9

Matthias Runge mrunge at fedoraproject.org
Fri Mar 9 23:16:23 UTC 2012


commit b94a8f944a1d93c2f89de28302002d81636e4fcd
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Sat Mar 10 00:15:57 2012 +0100

    update to version 0.9.9

 PyMunin.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/PyMunin.spec b/PyMunin.spec
index e5f5a17..a305f32 100644
--- a/PyMunin.spec
+++ b/PyMunin.spec
@@ -1,12 +1,11 @@
 Name:           PyMunin
-Version:        0.9.6
-Release:        2%{?dist}
+Version:        0.9.9
+Release:        1%{?dist}
 Summary:        Python Module for developing Munin Multigraph Monitoring Plugins
 
 License:        GPLv3+
 URL:            http://aouyar.github.com/PyMunin
 Source0:        http://pypi.python.org/packages/source/P/PyMunin/%{name}-%{version}.tar.gz
-#md5=a16be151aa3a144f203f37896c824f7a
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -24,6 +23,7 @@ fetch cycle significantly.
 
 %prep
 %setup -q
+rm -rf %{name}.egg-info
 
 # remove shebang from scripts
 sed -i -e '/^#!.*\//, 1d' pymunin/plugins/*.py
@@ -45,10 +45,16 @@ rm -r %{buildroot}/%{_bindir}
  
 %files
 %doc COPYING.txt README.markdown
-%{python_sitelib}/*
+%{python_sitelib}/%{name}-%{version}-py2.?.egg-info
+%{python_sitelib}/pymunin
+%{python_sitelib}/pysysinfo
 %{_datarootdir}/munin/plugins/*
 
 %changelog
+* Fri Mar 09 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.9.9-1
+- update to 0.9.9
+- more explicit %%files-section
+
 * Fri Feb 17 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.9.6-2
 - update to newer version
 - also include README.markdown


More information about the scm-commits mailing list