]> git.pld-linux.org Git - packages/bmpx.git/commitdiff
- updated to 0.12.5
authorMichal Chruszcz <mchruszcz@gmail.com>
Sun, 13 Nov 2005 16:53:23 +0000 (16:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new project and source URL
- require specific release of libhrel (0.1-2) since it has independent
  versioning
- new package: remote, containing %%{_bindir}/bmpx-remote tool
- rel 2 for libhrel

Changed files:
    bmpx.spec -> 1.31

bmpx.spec

index f536ba8cd515324b1675762d8787a97854ff3a47..f1e663d6a7c7c4cf7dd42481b727c9f3af58ab6a 100644 (file)
--- a/bmpx.spec
+++ b/bmpx.spec
@@ -5,15 +5,15 @@
 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.12.4
+Version:       0.12.5
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Sound
-Source0:       http://bmpx.kicks-ass.net/downloads/0.12/%{name}-%{version}.tar.bz2
-# Source0-md5: 6fbe6047ed4f658c602cae2b17222438
+Source0:       http://dl.sourceforge.net/beepmp/%{name}-%{version}.tar.bz2
+# Source0-md5: fc9d1fabd48c5a2d70553603b74363aa
 Source1:       mp3license
 Patch1:                %{name}-desktop.patch
-URL:           http://bmpx.berlios.de/
+URL:           http://beep-media-player.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: curl-devel
@@ -36,7 +36,7 @@ Requires:     %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      %{name}-plugin-container = %{epoch}:%{version}-%{release}
 Requires:      %{name}-plugin-flow = %{epoch}:%{version}-%{release}
 Requires:      %{name}-plugin-transport = %{epoch}:%{version}-%{release}
-Requires:      libhrel = 0.1-%{release}
+Requires:      libhrel = 0.1-2
 %if %{with gstreamer}
 Requires:      gstreamer-audio-effects
 Requires:      gstreamer-audio-formats
@@ -131,6 +131,18 @@ Transport plugin for BMPx.
 %description plugin-transport -l pl
 Wtyczka Transport dla BMPx.
 
+%package remote
+Summary:       BMPx python status watcher
+Summary(pl):   Obserwator statusu BMPx
+Group:         X11/Applications/Sound
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description remote
+BMPx python status watcher.
+
+%description remote -l pl
+Obserwator statusu BMPx.
+
 %package remote-curses
 Summary:       BMPx python status watcher
 Summary(pl):   Obserwator statusu BMPx w pythonie
@@ -187,6 +199,7 @@ Summary:    Holyrel library
 Summary(pl):   Biblioteka Holyrel
 Group:         X11/Development/Libraries
 Version:       0.1
+Release:       2
 
 %description -n libhrel
 Holyrel library.
@@ -200,6 +213,7 @@ Summary(pl):    Pliki nag
 Group:          X11/Development/Libraries
 Requires:       libhrel = %{epoch}:%{version}-%{release}
 Version:       0.1
+Release:       2
 
 %description -n libhrel-devel
 Header files for Holyrel library.
@@ -326,6 +340,10 @@ fi
 %dir %{_libdir}/bmpx/plugins/transport
 %attr(755,root,root) %{_libdir}/bmpx/plugins/transport/*.so*
 
+%files remote
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/bmpx-remote
+
 %files remote-curses
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/bmpty
This page took 0.031716 seconds and 4 git commands to generate.