]> git.pld-linux.org Git - packages/bmpx.git/commitdiff
- added sql_check.patch (achilles [at] plock [dot] com) auto/th/bmpx-0_40_13-3
authordzeus <dzeus@pld-linux.org>
Wed, 21 Nov 2007 19:11:12 +0000 (19:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmpx.spec -> 1.81

bmpx.spec

index b3be19674c69caf6a42996646ef2a23c784ae907..df0df4c4e29323bf7e034c836fb1ab415b3dd3cb 100644 (file)
--- a/bmpx.spec
+++ b/bmpx.spec
@@ -6,12 +6,13 @@ Summary:      Sound player with the WinAmp GUI, for Unix-based systems for GTK+
 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
@@ -117,6 +118,7 @@ Ta wtyczka rejestruje protokół lastfm:// do BMPx.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -145,7 +147,6 @@ sed -e 's@chrome/bmp\.jar@bmp\.jar@' $RPM_BUILD_ROOT%{_firefoxdir}/chrome.manife
 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}
@@ -167,13 +168,10 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.101769 seconds and 4 git commands to generate.