[pyliblo] * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-6 - Spec file updated

Fabian Affolter fab at fedoraproject.org
Thu Jun 27 08:19:58 UTC 2013


commit 778b501ef8dd4c74be40b0529c1f802ba1319bfb
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Jun 27 10:19:40 2013 +0200

    * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-6
    - Spec file updated

 pyliblo.spec |   39 ++++++++++++---------------------------
 1 files changed, 12 insertions(+), 27 deletions(-)
---
diff --git a/pyliblo.spec b/pyliblo.spec
index c91b0d9..8b6e765 100644
--- a/pyliblo.spec
+++ b/pyliblo.spec
@@ -1,24 +1,17 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%endif
-
 Name:           pyliblo
 Version:        0.9.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Python bindings for the liblo OSC library
 
-Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://das.nasophon.de/pyliblo/
 Source0:        http://das.nasophon.de/download/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  liblo-devel
 BuildRequires:  Cython
 
-
 %description
 pyliblo is a Python wrapper for the liblo Open Sound Control library.
 It supports almost the complete functionality of liblo, allowing you
@@ -26,35 +19,27 @@ to send and receive OSC messages using a nice and simple Python API.
 
 Also included are the command line utilities send_osc and dump_osc. 
 
-
 %prep
 %setup -q
 rm src/liblo.c
 
-
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build --with-cython
 
-
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc COPYING NEWS README doc/*.html
 %{_mandir}/man*/*.*
 %{_bindir}/*_osc
 %{python_sitearch}/liblo.so
 %{python_sitearch}/%{name}*.egg-info
 
-
 %changelog
+* Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-6
+- Spec file updated
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -67,31 +52,31 @@ rm -rf %{buildroot}
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Sun Jan 30 2011 Fabian Affolter <fabian at bernewireless.net> - 0.9.1-1
+* Sun Jan 30 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-1
 - Update to new upstream version 0.9.1
 
-* Sun Nov 21 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.0-2
+* Sun Nov 21 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.0-2
 - Switched to Cython
 
-* Sun Nov 21 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.0-1
+* Sun Nov 21 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.0-1
 - Update to new upstream version 0.9.0
 
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.8.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
-* Tue Jul 20 2010 Fabian Affolter <fabian at bernewireless.net> - 0.8.1-2
+* Tue Jul 20 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.1-2
 - Rebuild for new liblo
 
-* Mon Mar 15 2010 Fabian Affolter <fabian at bernewireless.net> - 0.8.1-1
+* Mon Mar 15 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.1-1
 - Update to new upstream version 0.8.1
 
-* Mon Sep 14 2009 Fabian Affolter <fabian at bernewireless.net> - 0.8.0-1
+* Mon Sep 14 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.0-1
 - Update to new upstream version 0.8.0
 
-* Mon Aug 10 2009 Fabian Affolter <fabian at bernewireless.net> - 0.7.2-2
+* Mon Aug 10 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.2-2
 - Improved description
 - Changed optflags style
 - Removed comment
 
-* Sat Apr 25 2009 Fabian Affolter <fabian at bernewireless.net> - 0.7.2-1
+* Sat Apr 25 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.2-1
 - Initial package for Fedora


More information about the scm-commits mailing list