Author: wolvverine Date: Sun Apr 12 13:22:41 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: nautilus-play-mplayer.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nautilus-play-mplayer.spec diff -u /dev/null SPECS/nautilus-play-mplayer.spec:1.1 --- /dev/null Sun Apr 12 15:22:41 2009 +++ SPECS/nautilus-play-mplayer.spec Sun Apr 12 15:22:35 2009 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: Play with MPlayer the selected video files, and the video files contained inside the selected folders +Name: nautilus-play-mplayer +Version: 0.1.1 +Release: 1 +License: GPL v2 +Group: X11/Libraries +Source0: http://ppa.launchpad.net/zootropo/ubuntu/pool/main/n/nautilus-play-mplayer/%{name}_%{version}-1.tar.gz +# Source0-md5: 05a5d188382026c6c1bb809de885af50 +URL: http://mundogeek.net/nautilus-scripts/ +Requires: nautilus-python >= 0.4.3 +Requires: python-pygtk >= 2.12.1 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This program adds a new entry to the contextual menu which allows us +to play with MPlayer the selected video files, and the video files +contained inside the selected folders. + +%prep +%setup -q + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + LIBDIR="%{_libdir}" \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc changelog +%{_libdir}/nautilus/extensions-2.0/python/%{name}.py +%{_pixmapsdir}/%{name}.png + +%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 2009/04/12 13:22:35 wolvverine +- init + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
