[pyrrd] * Sat Nov 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.0-1 - Tests are gone - Updated to

Fabian Affolter fab at fedoraproject.org
Sat Nov 26 12:54:59 UTC 2011


commit 539d8f41bd3892a3c9d060a7f9db3c4b113f7d56
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Nov 26 13:54:49 2011 +0100

    * Sat Nov 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.0-1
    - Tests are gone
    - Updated to new upstream version 0.1.0

 .gitignore |    1 +
 pyrrd.spec |   20 ++++++++++++--------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d990be..40453e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PyRRD-0.0.7.tar.gz
+/PyRRD-0.1.0.tar.gz
diff --git a/pyrrd.spec b/pyrrd.spec
index 1a0afa3..c141fcb 100644
--- a/pyrrd.spec
+++ b/pyrrd.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pyrrd
-Version:        0.0.7
-Release:        4%{?dist}
+Version:        0.1.0
+Release:        1%{?dist}
 Summary:        A Pure Python Wrapper for RRDTool
 
 Group:          Applications/System
@@ -12,8 +12,8 @@ Source0:        http://%{name}.googlecode.com/files/PyRRD-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 
 Requires:       rrdtool
 
@@ -29,12 +29,12 @@ use the python bindings that come with RRDTool.
 
 
 %build
-python ./setup.py build
+%{__python} setup.py build
 
 
 %install
 rm -rf %{buildroot}
-python ./setup.py install -O1 --skip-build --root=%{buildroot}
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitelib}/test
 
 
@@ -44,12 +44,16 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog LICENSE README TODO examples/ docs/ test/
+%doc ChangeLog LICENSE README TODO examples/ docs/
 %{python_sitelib}/%{name}/
 %{python_sitelib}/PyRRD*.egg-info
 
 
 %changelog
+* Sat Nov 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.0-1
+- Tests are gone
+- Updated to new upstream version 0.1.0
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
@@ -59,5 +63,5 @@ rm -rf %{buildroot}
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Sat Apr 04 2009 Fabian Affolter <fabian at bernewireless.net> - 0.0.7-1
+* Sat Apr 04 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.0.7-1
 - Initial spec for Fedora
diff --git a/sources b/sources
index cd6b34d..0852883 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31cfb812d3a4a5ca11e619ce9dc8f6b4  PyRRD-0.0.7.tar.gz
+c33a0760b42a23e45e423b8b9f2cd0b0  PyRRD-0.1.0.tar.gz


More information about the scm-commits mailing list