Author: japhy Date: Wed Mar 22 18:11:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - Up to 0.14.2, removed unneeded Patch1 - HAL support on - Macroized update-desktop-database
---- Files affected: SPECS: bmpx.spec (1.47 -> 1.48) ---- Diffs: ================================================================ Index: SPECS/bmpx.spec diff -u SPECS/bmpx.spec:1.47 SPECS/bmpx.spec:1.48 --- SPECS/bmpx.spec:1.47 Sun Mar 19 12:18:35 2006 +++ SPECS/bmpx.spec Wed Mar 22 19:10:57 2006 @@ -2,15 +2,14 @@ Summary: Sound player with the WinAmp GUI, for Unix-based systems for GTK+ Summary(pl): Odtwarzacz dźwięku z interfejsem WinAmpa dla GTK+ Name: bmpx -Version: 0.14 -Release: 1.1 +Version: 0.14.2 +Release: 1 License: GPL v2 Group: X11/Applications/Sound Source0: http://dl.sourceforge.net/beepmp/%{name}-%{version}.tar.bz2 -# Source0-md5: d049ec4c59ec5a0596eab32b1a70b2a9 +# Source0-md5: ae4bd51b8a345957584530a59c9dfa9f Source1: mp3license Patch0: %{name}-desktop.patch -Patch1: %{name}-libexec.patch URL: http://beep-media-player.org/ BuildRequires: autoconf BuildRequires: automake @@ -20,13 +19,14 @@ BuildRequires: gamin-devel BuildRequires: gstreamer-plugins-base-devel >= 0.10.4 BuildRequires: gtk+2-devel >= 2:2.8.0 +BuildRequires: hal-devel BuildRequires: libglade2-devel >= 1:2.5.1 BuildRequires: libmusicbrainz-devel >= 2.1.1 BuildRequires: libtool BuildRequires: libvorbis-devel >= 1:1.0 BuildRequires: libxml2-devel >= 2.6.1 BuildRequires: neon-devel >= 0.25.5 -BuildRequires: rpmbuild(macros) >= 1.194 +BuildRequires: rpmbuild(macros) >= 1.197 BuildRequires: rpm-pythonprov BuildRequires: startup-notification-devel >= 0.8 BuildRequires: taglib-devel >= 1.4 @@ -112,7 +112,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -122,6 +121,7 @@ %{__automake} %configure \ + --enable-hal \ --enable-shared \ --enable-static \ --with-dbus-services-dir=%{_datadir}/dbus-1/services @@ -148,9 +148,7 @@ rm -rf $RPM_BUILD_ROOT %post -umask 022 -[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||: - +%update_desktop_database_post %banner %{name} -e << EOF Remember to install appropriate GStreamer plugins for files you want to play: @@ -160,10 +158,7 @@ EOF %postun -if [ $1 = 0 ]; then - umask 022 - [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 -fi +%update_desktop_database_postun %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig @@ -216,6 +211,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.48 2006/03/22 18:10:57 japhy +- Up to 0.14.2, removed unneeded Patch1 +- HAL support on +- Macroized update-desktop-database + Revision 1.47 2006/03/19 11:18:35 freetz - rel. 1.1 for test build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bmpx.spec?r1=1.47&r2=1.48&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
