[python-subvertpy] * Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-3 - Update spec file

Fabian Affolter fab at fedoraproject.org
Wed Feb 26 12:39:54 UTC 2014


commit 263e4443d521f8abb6d52e99f5ab558d5efdc1bf
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Feb 26 13:40:41 2014 +0100

    * Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-3
    - Update spec file

 python-subvertpy.spec |   46 +++++++++++++++++++---------------------------
 1 files changed, 19 insertions(+), 27 deletions(-)
---
diff --git a/python-subvertpy.spec b/python-subvertpy.spec
index 7763467..01fc080 100644
--- a/python-subvertpy.spec
+++ b/python-subvertpy.spec
@@ -1,21 +1,15 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%endif
-
 %global srcname subvertpy
 %filter_provides_in %{python_sitearch}
 %filter_setup
 
 Name:           python-subvertpy
 Version:        0.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python bindings for Subversion
 
-Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://samba.org/~jelmer/subvertpy/
 Source0:        http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
@@ -31,21 +25,16 @@ The goal is to have complete, portable and "Pythonic" Python bindings.
 chmod -x examples/ra_*.py
 
 %build
-CFLAGS="%{optflags}" %{__python} setup.py build
+CFLAGS="%{optflags}" %{__python2} setup.py build
 
 %install
-rm -rf %{buildroot}
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python2} setup.py install --skip-build --root %{buildroot}
  
-%clean
-rm -rf %{buildroot}
-
 #%check
 #cd build/*/subvertpy/tests
 #PYTHONPATH=.. nosetests test*.py
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS TODO examples/
 %{_bindir}/%{srcname}*
 %{python_sitearch}/%{srcname}/
@@ -53,17 +42,20 @@ rm -rf %{buildroot}
 %exclude %{python_sitearch}/%{srcname}/tests
 
 %changelog
+* Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-3
+- Update spec file
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Sat Jun 15 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-1
-- Updated to new upstream release 0.9.1
+- Update to new upstream release 0.9.1
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
 * Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.0-1
-- Updated to new upstream release 0.9.0
+- Update to new upstream release 0.9.0
 
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
@@ -72,34 +64,34 @@ rm -rf %{buildroot}
 - Updated to new upstream release 0.8.10
 
 * Sat Nov 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.9-1
-- Updated to new upstream release 0.8.9
+- Update to new upstream release 0.8.9
 
 * Mon Oct 10 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.8-1
-- Updated to new upstream release 0.8.8
+- Update to new upstream release 0.8.8
 
 * Mon Sep 19 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.7-1
-- Updated to new upstream release 0.8.7
+- Update to new upstream release 0.8.7
 
 * Sat Aug 20 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.4-1
-- Updated to new upstream release 0.8.4
+- Update to new upstream release 0.8.4
 
 * Wed Jun 22 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.2-1
-- Updated to new upstream release 0.8.2
+- Update to new upstream release 0.8.2
 
 * Sun Mar 27 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.0-1
-- Excluded the tests directory
-- Updated to new upstream version 0.8.0
+- Exclude the tests directory
+- Update to new upstream version 0.8.0
 
 * Thu Nov 25 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.5-2
 - Check section fixed
 
 * Sat Nov 20 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.5-1
-- Changed the filtering stuff to get rid of private-shared-object-provides
-- Added the tests (at the moment all failed)
-- Renamed the package
+- Change the filtering stuff to get rid of private-shared-object-provides
+- Add the tests (at the moment all failed)
+- Rename the package
 
 * Fri Aug 20 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.3-1
-- Updated to new upstream release 0.7.3
+- Update to new upstream release 0.7.3
 
 * Mon Jun 28 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.2-1
 - Initial package


More information about the scm-commits mailing list