rpms/bmpx/devel .cvsignore, 1.2, 1.3 bmpx.spec, 1.8, 1.9 sources, 1.2, 1.3 bmpx-constcastfix.patch, 1.1, NONE bmpx-gcc43.patch, 1.1, NONE

Alexander Kahl (akahl) fedora-extras-commits at redhat.com
Sun May 18 20:44:26 UTC 2008


Author: akahl

Update of /cvs/pkgs/rpms/bmpx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16654

Modified Files:
	.cvsignore bmpx.spec sources 
Removed Files:
	bmpx-constcastfix.patch bmpx-gcc43.patch 
Log Message:
* update for bmpx-0.40.14



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Nov 2007 08:48:04 -0000	1.2
+++ .cvsignore	18 May 2008 20:43:42 -0000	1.3
@@ -1 +1 @@
-bmpx-0.40.13.tar.bz2
+bmpx-0.40.14.tar.bz2


Index: bmpx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/devel/bmpx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bmpx.spec	2 Mar 2008 10:20:30 -0000	1.8
+++ bmpx.spec	18 May 2008 20:43:42 -0000	1.9
@@ -1,20 +1,18 @@
 Summary:	Beep Media Player eXperimental
 Name:		bmpx
-Version:	0.40.13
-Release:	11%{?dist}
+Version:	0.40.14
+Release:	1%{?dist}
 
 License:	GPLv2
 Group:		Applications/Multimedia
 URL:		http://bmpx.backtrace.info/
 Source:		http://files.beep-media-player.org/releases/0.40/%{name}-%{version}.tar.bz2
-Patch0:		bmpx-constcastfix.patch
-Patch1:		bmpx-libsoup24.patch
-Patch2:		bmpx-gcc43.patch
+Patch0:		bmpx-libsoup24.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gcc-c++
 BuildRequires:	boost-devel
-BuildRequires:	libsoup-devel >= 2.3
+BuildRequires:	libsoup-devel
 BuildRequires:	sqlite-devel
 BuildRequires:	glibmm24-devel
 BuildRequires:	gtkmm24-devel
@@ -24,8 +22,7 @@
 BuildRequires:	libsexymm-devel
 BuildRequires:	gstreamer-devel
 BuildRequires:	gstreamer-plugins-base-devel
-# Disabled for now, needs investigation
-# http://bugs.backtrace.info/view.php?id=501
+# Disabled for now, upstream bug #501
 # BuildRequires:	hal-devel
 BuildRequires:	taglib-devel
 BuildRequires:	libsidplay-devel
@@ -37,24 +34,24 @@
 BuildRequires:	gettext
 BuildRequires:	desktop-file-utils
 BuildRequires:	libxslt
+BuildRequires:	libtool
 
 %description
 BMPx is an audio player that features support for specifications like XDS DnD,
 XSPF and DBus. BMPx is highly interoperable and integrates well with other
 applications and a variety of desktop environments.
 
-### Removed until Firefox 3.0 reaches stable
+
 # %define extension_id \{bc3572da-daf9-435d-a8a6-33cc20fe4533\}
-# %define firefox_version 3.0.0.0
 # %package extension
-# Summary:	BMPx extension for Firefox to register as lastfm link handler
+# Summary:	BMPx extension for Mozilla browsers to register as lastfm handler
 # Group:		Applications/Multimedia
 # Requires:	%{name} = %{version}-%{release}
-# Requires:	firefox = %{firefox_version}
+# Requires:	mozilla-filesystem
 
 # %description extension
-# This extension enables firefox to send lastfm links to BMPx, starting immediate
-# playback.
+# This extension enables Mozilla-based browsers to send lastfm links to BMPx,
+# starting immediate playback.
 
 
 %package devel
@@ -74,9 +71,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .constcastfix
-%patch1 -p1 -b .libsoup24
-%patch2 -p1 -b .gcc43
+%patch0 -p1 -b .libsoup24
 
 %build
 %configure \
@@ -103,18 +98,17 @@
 
 # handle documentation properly
 %{__mv} ${RPM_BUILD_ROOT}%{_docdir}/%{name} ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}
-%{__cp} -p AUTHORS ChangeLog COPYING README ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version} 
+%{__cp} -p AUTHORS COPYING README ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version} 
 
 # aggressive .la file removal
 find ${RPM_BUILD_ROOT}%{_libdir}/%{name}/plugins \
 	-name \*.la \
 	-exec %{__rm} -f '{}' \;
 
-### Removed until Firefox 3.0 reaches stable
-# # firefox extension
+# Mozilla extension
 # %{__install} -p -m644 xpi/bmp.xpi ${RPM_BUILD_ROOT}%{_libdir}/%{name}
-# %{__mkdir_p} ${RPM_BUILD_ROOT}%{_libdir}/firefox-%{firefox_version}/extensions
-# %{__unzip} -q xpi/bmp.xpi -d ${RPM_BUILD_ROOT}%{_libdir}/firefox-%{firefox_version}/extensions/%{extension_id}
+# %{__mkdir_p} ${RPM_BUILD_ROOT}%{_libdir}/mozilla/extensions
+# %{__unzip} -q xpi/bmp.xpi -d ${RPM_BUILD_ROOT}%{_libdir}/mozilla/extensions/%{extension_id}
 
 # header file forgotten by make install
 %{__install} -p -m644 src/minisoup.hh ${RPM_BUILD_ROOT}%{_includedir}/bmp-2.0/bmp/types
@@ -151,7 +145,6 @@
 %{_bindir}/bmp-play-files-2.0
 %{_bindir}/bmp-play-uris-2.0
 %{_libdir}/%{name}
-###Removed until Firefox 3.0 reaches stable
 # %exclude %{_libdir}/%{name}/bmp.xpi
 %{_libexecdir}/beep-media-player-2-bin
 %{_libexecdir}/beep-media-player-2-sentinel
@@ -165,10 +158,9 @@
 %{_docdir}/%{name}-%{version}
 %{_mandir}/man1/beep-media-player-2.1*
 
-###Removed until Firefox 3.0 reaches stable
 # %files extension
 # %{_libdir}/%{name}/bmp.xpi
-# %{_libdir}/firefox-%{firefox_version}/extensions/%{extension_id}
+# %{_libdir}/mozilla/extensions/%{extension_id}
 
 %files devel
 %defattr(-,root,root,-)
@@ -177,6 +169,11 @@
 
 
 %changelog
+* Tue May 18 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.14-1
+- update to 0.40.14
+- removed patches for now-fixed issues
+- removed empty ChangeLog
+
 * Sun Mar  2 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.13-11
 - updated homepage url
 
@@ -294,4 +291,3 @@
 * Mon Mar 06 2006 Matthias Saou <http://freshrpms.net/> 0.14.2-1
 - Major spec file cleanup, based on package from futurepast.free.fr (which
   contained no changelog).
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Nov 2007 08:48:04 -0000	1.2
+++ sources	18 May 2008 20:43:42 -0000	1.3
@@ -1 +1 @@
-11da3d4c63e77dc15a53d0c6c25ddadb  bmpx-0.40.13.tar.bz2
+c741e05a82a82b14b6775d44a7c93c15  bmpx-0.40.14.tar.bz2


--- bmpx-constcastfix.patch DELETED ---


--- bmpx-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list