]> git.pld-linux.org Git - packages/bmpx.git/commitdiff
- updated to 0.11.5.1
authorMichal Chruszcz <mchruszcz@gmail.com>
Fri, 30 Sep 2005 04:19:24 +0000 (04:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed URL
- changed the descriptions using appriopriate ones
- added call to /sbin/ldconfig in %%post{,un}

Changed files:
    bmpx.spec -> 1.3

bmpx.spec

index 6661ac43e9c95ca32bf26eef8db4bfe3b92d7de7..c94b6075b7bae7ebf8e7557fff437e335af3a481 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+2
 Summary(pl):   Odtwarzacz d¼wiêku z interfejsem WinAmpa dla GTK+2
 Name:          bmpx
-Version:       0.11.5
-Release:       0.2
+Version:       0.11.5.1
+Release:       0.1
 Epoch:         1
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://download.berlios.de/bmpx/%{name}-%{version}.tar.gz
-# Source0-md5: b70f812629eb28db0b55f897f2353a5d
+# Source0-md5: f0b89bb96fd8b14cfd805f4a726b4f16
 Source1:       mp3license
-URL:           http://www.sosdg.org/~larne/w/BMP_Homepage
+URL:           http://bmpx.berlios.de/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: cairo-devel >= 1.0.0
@@ -31,15 +31,15 @@ BuildRequires:      xine-lib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-BMPx is a media player based on XMMS (http://www.xmms.org/). The
-primary goals of this fork are UI enhancements with latest technology
-(GTK+2, Pango), and usability while maintaining the skinned UI.
+BMPx is the follow-up of the BMP project with a codebase rewritten
+from scratch and aims to maintain a stable audio player foundation,
+and to provide a player with a consistent and easy to understand usage
+experience.
 
 %description -l pl
-BMPx to odtwarzacz mediów oparty na XMMS-ie (http://www.xmms.org/).
-G³ówne cele tego odga³êzienia to rozszerzenie interfejsu u¿ytkownika o
-najnowsze technologie (GTK+2, Pango) i ergonomia interfejsu
-obs³uguj±cego skórki.
+BMPx jest nastêpc± projektu BMP z przepisanym od zera kodem i skupia
+siê na utrzymaniu stabilnej podstawy odtwarzacza audio, aby udostêpniæ
+odtwarzacz ze spójn± i ³atw± do zrozumienia obs³ug±.
 
 %prep
 %setup -q
@@ -82,10 +82,14 @@ rm -rf $RPM_BUILD_ROOT
 umask 022
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
 
+/sbin/ldconfig
+
 %postun
 umask 022
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
 
+/sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/bmp*
@@ -94,3 +98,4 @@ umask 022
 %{_datadir}/bmpx
 %{_datadir}/bmp-remote
 %{_pixmapsdir}/*
+%attr(755,root,root) %{_libdir}/libskinned.so.*
This page took 0.037347 seconds and 4 git commands to generate.