rpms/sonata/F-7 sonata-1.2-nocleaning.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 sonata.spec, 1.4, 1.5 sources, 1.4, 1.5

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Tue Jul 17 11:06:32 UTC 2007


Author: ecik

Update of /cvs/extras/rpms/sonata/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28068

Modified Files:
	.cvsignore sonata.spec sources 
Added Files:
	sonata-1.2-nocleaning.patch 
Log Message:
* Mon Jul 16 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2-2
- BR gettext


sonata-1.2-nocleaning.patch:

--- NEW FILE sonata-1.2-nocleaning.patch ---
--- ./setup.py.nocleaning	2007-07-16 23:51:12.000000000 +0200
+++ ./setup.py	2007-07-16 23:51:52.000000000 +0200
@@ -80,21 +80,3 @@ setup(name='Sonata',
         )
 
 # Cleanup (remove /build, /mo, and *.pyc files:
-print "Cleaning up..."
-try:
-	removeall("build/")
-	os.rmdir("build/")
-except:
-	pass
-try:
-	removeall("mo/")
-	os.rmdir("mo/")
-except:
-	pass
-try:
-	for f in os.listdir("."):
-		if os.path.isfile(f):
-			if os.path.splitext(os.path.basename(f))[1] == ".pyc":
-				os.remove(f)
-except:
-	pass


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sonata/F-7/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	7 Jun 2007 14:14:05 -0000	1.4
+++ .cvsignore	17 Jul 2007 11:05:59 -0000	1.5
@@ -1 +1 @@
-sonata-1.1.1.tar.bz2
+sonata-1.2.tar.bz2


Index: sonata.spec
===================================================================
RCS file: /cvs/extras/rpms/sonata/F-7/sonata.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sonata.spec	7 Jun 2007 14:14:05 -0000	1.4
+++ sonata.spec	17 Jul 2007 11:05:59 -0000	1.5
@@ -1,18 +1,21 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           sonata
-Version:        1.1.1
+Version:        1.2
 Release:        2%{?dist}
 Summary:        An elegant GTK+ client for the Music Player Daemon (MPD)
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://sonata.berlios.de/
 Source0:        http://download.berlios.de/sonata/sonata-%{version}.tar.bz2
+Patch0:         sonata-1.2-nocleaning.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils
 BuildRequires:  pygtk2-devel gtk2-devel
 BuildRequires:  python-devel
+BuildRequires:  gettext
 Requires:       pygtk2 SOAPpy dbus-python gnome-python2-libegg
+Requires:       python-tag
 %description
 Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD).
 It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly,
@@ -33,6 +36,8 @@
 
 %prep
 %setup -q
+#workaround very odd cleaning at the end of setup.py
+%patch0 -p1 -b .nocleaning
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -67,6 +72,12 @@
 
 
 %changelog
+* Mon Jul 16 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2-2
+- BR gettext
+
+* Mon Jul 16 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2-1
+- 1.2 with audioscrobbler support
+
 * Thu Jun 07 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.1.1-2
 - Fix desktop file
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sonata/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	7 Jun 2007 14:14:05 -0000	1.4
+++ sources	17 Jul 2007 11:05:59 -0000	1.5
@@ -1 +1 @@
-4b9647ecf3cb769ac1115adc6c503ebb  sonata-1.1.1.tar.bz2
+ee246021244957fceb9733cd4fe99283  sonata-1.2.tar.bz2




More information about the fedora-extras-commits mailing list