rpms/libtunepimp/devel libtunepimp.spec,1.21,1.22

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Oct 12 21:05:46 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/libtunepimp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12765

Modified Files:
	libtunepimp.spec 
Log Message:
* Thu Oct 12 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.5.2-3
- rename python-libtunepimp -> python-tunepimp (to match python
  module name)



Index: libtunepimp.spec
===================================================================
RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libtunepimp.spec	12 Oct 2006 21:02:35 -0000	1.21
+++ libtunepimp.spec	12 Oct 2006 21:05:45 -0000	1.22
@@ -2,7 +2,7 @@
 Summary: A library for creating MusicBrainz enabled tagging applications 
 Name:	 libtunepimp
 Version: 0.5.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: LGPL
 Group: 	 System Environment/Libraries
@@ -52,10 +52,8 @@
 %description devel
 %{summary}.
 
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-%package -n python-%{name}
+%package -n python-tunepimp
 Summary: Python bindings for developing programs that will use %{name} 
 Group:   Development/Libraries
 License: GPL
@@ -63,7 +61,7 @@
 #if "%{?python_ver}" > "2"
 #Requires: python-abi = %{python_ver}
 #endif
-%description -n python-%{name}
+%description -n python-tunepimp
 %{summary}.
 
 
@@ -129,13 +127,17 @@
 %{_includedir}/*
 %{_libdir}/lib*.so
 
-%files -n python-%{name}
+%files -n python-tunepimp
 %defattr(-,root,root,-)
 %doc python/examples/trm.py
 %{python_sitelib}/tunepimp/
 
 
 %changelog
+* Thu Oct 12 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.5.2-3
+- rename python-libtunepimp -> python-tunepimp (to match python
+  module name)
+
 * Mon Oct 09 2006 Alex Lancaster <alexl[AT]users.sf.net> 0.5.2-2
 - build python-libtunepimp subpackage (#209961)
 




More information about the fedora-extras-commits mailing list