Author: koorek Date: Wed Feb 8 14:04:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: new
---- Files affected: SPECS: listen.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/listen.spec diff -u /dev/null SPECS/listen.spec:1.1 --- /dev/null Wed Feb 8 15:04:21 2006 +++ SPECS/listen.spec Wed Feb 8 15:04:16 2006 @@ -0,0 +1,72 @@ +# $Revision$Date$ +# +Summary: Future rich media player for GNOME +Summary(pl): Pełnowartościowy odtwarzacz dla GNOME +Name: listen +Version: 0.2.1 +Release: 0.1 +License: GPL v2 +Group: X11/Applications/Sound +Source0: http://listengnome.free.fr/packages/src/%{name}-%{version}.tar.gz +# Source0-md5: 67a755437a3c3db2d7640fdc959a7419 +Source1: %{name} +Patch0: %{name}-makefile.patch +Patch1: %{name}-desktop.patch +URL: http://listengnome.free.fr/ +BuildRequires: gtk+2-devel >= 2:2.6.0 +BuildRequires: python-devel +BuildRequires: python-pygtk-devel +Requires: python >= 2.3 +Requires: python-Imaging +Requires: python-gnome-extras-egg +Requires: python-gstreamer >= 0.8.2 +Requires: python-mad +Requires: python-pygtk-gtk >= 2:2.6.0 +Requires: python-pyvorbis +Requires: python-sqlite +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Listen is a Music player and management for GNOME. + +%description -l pl +Listen jest odtwarzaczem i zarządcą muzyki dla GNOME. + +%prep +%setup -q +%patch0 -p1 +%patch1 -p1 + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install -c %{SOURCE1} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc changelog +%attr(755,root,root) %{_bindir}/listen +%dir %{_libdir}/%{name} +%{_libdir}/%{name}/* +%{_desktopdir}/* +%{_pixmapsdir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/02/08 14:04:16 koorek +new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
