rpms/qmmp/F-8 .cvsignore,1.3,1.4 qmmp.spec,1.2,1.3 sources,1.3,1.4

Karel Volný (kvolny) fedora-extras-commits at redhat.com
Tue Jul 29 14:59:16 UTC 2008


Author: kvolny

Update of /cvs/pkgs/rpms/qmmp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7807

Modified Files:
	.cvsignore qmmp.spec sources 
Log Message:
new version




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 May 2008 16:58:06 -0000	1.3
+++ .cvsignore	29 Jul 2008 14:58:46 -0000	1.4
@@ -1 +1 @@
-qmmp-0.1.6.tar.bz2
+qmmp-0.2.0.tar.bz2


Index: qmmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/F-8/qmmp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qmmp.spec	13 May 2008 16:58:06 -0000	1.2
+++ qmmp.spec	29 Jul 2008 14:58:46 -0000	1.3
@@ -1,5 +1,5 @@
 Name:		qmmp
-Version:	0.1.6
+Version:	0.2.0
 Release:	1%{?dist}
 Summary:	Qt-based multimedia player
 
@@ -18,23 +18,40 @@
 BuildRequires:	libmpcdec-devel >= 1.2.2 libvorbis-devel libogg-devel
 BuildRequires:	libsamplerate-devel alsa-lib-devel taglib-devel
 BuildRequires:	qt4-devel >= 4.2 desktop-file-utils
+BuildRequires:	libsndfile-devel wavpack-devel pulseaudio-libs-devel
 
 Requires(post):	/sbin/ldconfig
 Requires(pre):	/sbin/ldconfig
 
+%package devel
+Summary:	Header files for qmmp
+Group:		Development/Libraries
+
 %description
 This program is an audio-player, written with help of Qt library.
 The user interface is similar to winamp or xmms.
 Main opportunities:
 
-	* unpacked winamp skins support;
-	* plugins support;
-	* Ogg Vorbis support;
-	* Native FLAC support;
-	* Musepack support;
-	* WMA support;
-	* AlSA sound output;
-	* JACK sound output.
+	* Winamp and xmms skins support
+	* plugins support
+	* Ogg Vorbis support
+	* native FLAC support
+	* Musepack support
+	* WavePack support
+	* ModPlug support
+	* PCM WAVE support
+	* AlSA sound output
+	* JACK sound output
+	* OSS sound output
+	* PulseAudio output
+	* Last.fm scrobbler
+	* D-Bus support
+	* Spectrum Analyzer
+	* sample rate conversion 
+	* streaming support
+
+%description devel
+QMMP is Qt-based audio player. This package contains its header files.
 
 %prep
 %setup -q
@@ -51,9 +68,7 @@
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
-# Install icon and desktop file
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
-mv  %{buildroot}%{_datadir}/pixmaps/qmmp.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
+# Install desktop file
 desktop-file-install --delete-original --vendor fedora --dir \
 	%{buildroot}%{_datadir}/applications \
 	%{buildroot}/%{_datadir}/applications/qmmp.desktop
@@ -66,9 +81,12 @@
 %doc AUTHORS ChangeLog ChangeLog.rus COPYING README README.RUS
 %{_bindir}/qmmp
 %{_libdir}/qmmp
-%{_libdir}/libqmmp.so
+%{_libdir}/libqmmp*
 %{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/icons/hicolor/32x32/apps/
+%{_datadir}/icons/hicolor/
+
+%files devel
+%{_includedir}
 
 %post
 /sbin/ldconfig
@@ -86,6 +104,16 @@
 
 
 %changelog
+* Tue Jul 29 2008 Karel Volny <kvolny at redhat.com> 0.2.0-1
+- new version
+- updated %%description to match upstream
+- added BuildRequires: libsndfile-devel wavpack-devel pulseaudio-libs-devel
+- xpm icon is not used anymore (several pngs available)
+- created devel subpackage
+
+* Mon May 19 2008 Karel Volny <kvolny at redhat.com> 0.1.6-2
+- fixed %%description not to include patent-encumbered formats (bug #447141)
+
 * Tue May 13 2008 Karel Volny <kvolny at redhat.com> 0.1.6-1
 - new version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 May 2008 16:58:06 -0000	1.3
+++ sources	29 Jul 2008 14:58:46 -0000	1.4
@@ -1 +1 @@
-b9f8b6f33e7e8e3f8667592ecaea7b20  qmmp-0.1.6.tar.bz2
+3dd56fc0c9dd632572465f9eab3e4c80  qmmp-0.2.0.tar.bz2




More information about the fedora-extras-commits mailing list