]> git.pld-linux.org Git - packages/exaile.git/commitdiff
- pl, cleanup; needs FHS fix
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 13 Nov 2006 22:26:42 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exaile.spec -> 1.5

exaile.spec

index d9509b5e8666db051169340716a118cbdb6ba238..c8dba9bdac0e0881c6eebbfc16c2fcf6785eb33d 100644 (file)
@@ -1,13 +1,15 @@
-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
@@ -16,7 +18,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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:
@@ -25,27 +27,44 @@ Some of the features are:
 - 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
 
@@ -56,10 +75,11 @@ rm -rf $RPM_BUILD_ROOT
 %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}/*
This page took 0.077396 seconds and 4 git commands to generate.