Author: dzeus Date: Wed Nov 21 19:11:17 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added sql_check.patch (achilles [at] plock [dot] com)
---- Files affected: SPECS: bmpx.spec (1.80 -> 1.81) ---- Diffs: ================================================================ Index: SPECS/bmpx.spec diff -u SPECS/bmpx.spec:1.80 SPECS/bmpx.spec:1.81 --- SPECS/bmpx.spec:1.80 Mon Oct 29 23:34:49 2007 +++ SPECS/bmpx.spec Wed Nov 21 20:11:12 2007 @@ -7,12 +7,13 @@ Summary(pl.UTF-8): Odtwarzacz dźwięku z interfejsem WinAmpa dla GTK+ Name: bmpx Version: 0.40.13 -Release: 2 +Release: 3 License: GPL v2 Group: X11/Applications/Sound Source0: http://files.beep-media-player.org/releases/0.40/%{name}-%{version}.tar.bz2 # Source0-md5: 11da3d4c63e77dc15a53d0c6c25ddadb Source1: mp3license +Patch0: %{name}-sql_check.patch URL: http://beep-media-player.org/ BuildRequires: alsa-lib-devel >= 1.0.9 BuildRequires: autoconf >= 2.60 @@ -118,6 +119,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -146,7 +148,6 @@ rm -f $RPM_BUILD_ROOT%{_firefoxdir}/{install.rdf,chrome.manifest} rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/bmpx/plugins/{taglib,vfs/container,vfs/transport}/*.la -mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{dk,da} mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{th_TH,th} %find_lang %{name} @@ -168,13 +169,10 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/beep-media-player-2 -%attr(755,root,root) %{_bindir}/bmp-enqueue-files-2.0 -%attr(755,root,root) %{_bindir}/bmp-enqueue-uris-2.0 %attr(755,root,root) %{_bindir}/bmp-play-files-2.0 -%attr(755,root,root) %{_bindir}/bmp-play-lastfm-2.0 +%attr(755,root,root) %{_bindir}/bmp-play-uris-2.0 %attr(755,root,root) %{_libexecdir}/beep-media-player-2-bin %attr(755,root,root) %{_libexecdir}/beep-media-player-2-sentinel -%attr(755,root,root) %{_libdir}/libbmp_id3v2_reader.so.*.*.* %dir %{_libdir}/bmpx %dir %{_libdir}/bmpx/plugins @@ -208,7 +206,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.80 2007-10-29 22:34:49 dzeus +Revision 1.81 2007-11-21 19:11:12 dzeus +- added sql_check.patch (achilles [at] plock [dot] com) + +Revision 1.80 2007/10/29 22:34:49 dzeus - obsolete desktop.patch Revision 1.79 2007/10/29 21:34:17 dzeus ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bmpx.spec?r1=1.80&r2=1.81&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
