SPECS: exaile.spec - pl, cleanup; needs FHS fix

qboosh qboosh at pld-linux.org
Mon Nov 13 23:26:48 CET 2006


Author: qboosh                       Date: Mon Nov 13 22:26:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup; needs FHS fix

---- Files affected:
SPECS:
   exaile.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/exaile.spec
diff -u SPECS/exaile.spec:1.4 SPECS/exaile.spec:1.5
--- SPECS/exaile.spec:1.4	Sun Nov 12 19:42:14 2006
+++ SPECS/exaile.spec	Mon Nov 13 23:26:42 2006
@@ -1,14 +1,16 @@
 # $Revision$, $Date$
-Summary:	A powerful GTK2 media player
+Summary:	A powerful GTK+2 media player
+Summary(pl):	Potężny odtwarzacz multimediów oparty na GTK+2
 Name:		exaile
 Version:	0.2.5
 Release:	1
+License:	GPL
+Group:		X11/Applications/Multimedia
 Source0:	http://www.exaile.org/files/%{name}_%{version}.tar.gz
 # Source0-md5:	f700d561e3cf756bcdcf4c006b132d51
 Patch0:		%{name}-python-2.5.patch
-License:	GPL
-Group:		Applications/X11
 URL:		http://www.exaile.org/
+BuildRequires:	FHS-fix
 BuildRequires:	python-pygtk-devel >= 2.8
 Requires:	python-dbus >= 0.71
 Requires:	gstreamer-plugins-base >= 0.10
@@ -17,7 +19,7 @@
 
 %description
 Exaile is a media player aiming to be similar to KDE's AmaroK, but for
-gtk2. It incorporates many of the cool things from AmaroK (and other
+GTK+2. It incorporates many of the cool things from AmaroK (and other
 media players).
 
 Some of the features are:
@@ -26,27 +28,44 @@
 - lyrics fetching
 - artist/album information via the wikipedia
 - last.fm support
-- optional iPod support (assuming you have python-gpod installed).
+- optional iPod support (assuming you have python-gpod installed)
 - builtin shoutcast directory browser
 - tabbed playlists
 - blacklisting of tracks
 - downloading of guitar tabs from fretplay.com
 - submitting played tracks on the iPod to last.fm
 
+%description -l pl
+Exaile to odtwarzacz multimediów mający być podobny do AmaroKa, ale
+dla GTK+2. Łączy wiele dobrych cech AmaroKa (i innych odtwarzaczy
+multimediów).
+
+Niektóre możliwości to:
+- automatyczne pobieranie okładki albumu
+- obsługa dużych bibliotek
+- pobieranie tekstów utworów
+- informacje o wykonawcy/albumie z wikipedii
+- obsługa last.fm
+- opcjonalna obsługa iPoda (przy zainstalowanym pakiecie python-gpod)
+- wbudowana przeglądarka katalogów shoutcastów
+- playlisty z zakładkami
+- czarna lista ścieżek
+- ściąganie tabulatur gitarowych z fretplay.com
+- przesyłanie ścieżek odtworzonych na iPodzie do last.fm
+
 %prep
 %setup -q -n %{name}_%{version}
 %patch0 -p1
 
+%build
+%{__make}
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_menudir}
 
-%{__make}
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%postun
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -57,12 +76,13 @@
 %dir %{_datadir}/%{name}
 %attr(755,root,root) %{_datadir}/%{name}/exaile.py
 %{_datadir}/%{name}/exaile.glade
-%{_datadir}/%{name}/mmkeys.so
+# FIXME: move ELF to %{_libdir}
+%attr(755,root,root) %{_datadir}/%{name}/mmkeys.so
 %{_datadir}/%{name}/images
 %{_datadir}/%{name}/po
 %{_datadir}/%{name}/sql
 %{_datadir}/%{name}/xl
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -71,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/13 22:26:42  qboosh
+- pl, cleanup; needs FHS fix
+
 Revision 1.4  2006/11/12 18:42:14  patrys
 - make it work
 
@@ -82,4 +105,3 @@
 
 Revision 1.1  2006/11/09 20:38:31  aredridel
 - added, NFY
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/exaile.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list