rpms/sonata/FC-6 .cvsignore, 1.3, 1.4 sonata.spec, 1.3, 1.4 sources, 1.3, 1.4

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Sun Aug 26 12:14:20 UTC 2007


Author: ecik

Update of /cvs/extras/rpms/sonata/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22681

Modified Files:
	.cvsignore sonata.spec sources 
Log Message:
* Sun Aug 26 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2.3-1
- One two three



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sonata/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 May 2007 17:06:16 -0000	1.3
+++ .cvsignore	26 Aug 2007 12:13:47 -0000	1.4
@@ -1 +1 @@
-sonata-1.1.tar.bz2
+sonata-1.2.3.tar.bz2


Index: sonata.spec
===================================================================
RCS file: /cvs/extras/rpms/sonata/FC-6/sonata.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sonata.spec	9 May 2007 17:06:16 -0000	1.3
+++ sonata.spec	26 Aug 2007 12:13:47 -0000	1.4
@@ -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
+Version:        1.2.3
 Release:        1%{?dist}
 Summary:        An elegant GTK+ client for the Music Player Daemon (MPD)
 Group:          Applications/Multimedia
-License:        GPL
+License:        GPLv2
 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
@@ -47,6 +52,7 @@
 desktop-file-install --vendor="fedora"                          \
         --dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
         --remove-category Application                           \
+        --remove-key Version                                    \
         --delete-original                                       \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
@@ -66,6 +72,28 @@
 
 
 %changelog
+* Sun Aug 26 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2.3-1
+- One two three
+
+* Fri Aug 24 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2.2-2
+- ppc32 rebuild
+- license tag fix
+
+* Mon Jul 23 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.2.2-1
+- 1.2.2
+
+* 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
+
+* Thu Jun 07 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.1.1-1
+- Update to 1.1.1
+
 * Wed May 09 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.1-1
 - Update to 1.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sonata/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 May 2007 17:06:16 -0000	1.3
+++ sources	26 Aug 2007 12:13:47 -0000	1.4
@@ -1 +1 @@
-ac33f00028ec0035d638a29417e77124  sonata-1.1.tar.bz2
+e0e94920be18495db89c9fa3735dadb5  sonata-1.2.3.tar.bz2




More information about the fedora-extras-commits mailing list