Author: pablo Date: Tue Oct 6 19:19:42 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD version
---- Files affected: packages/moc-tray: moc-tray.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/moc-tray/moc-tray.spec diff -u /dev/null packages/moc-tray/moc-tray.spec:1.1 --- /dev/null Tue Oct 6 21:19:42 2009 +++ packages/moc-tray/moc-tray.spec Tue Oct 6 21:19:37 2009 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: Control your music on console player via tray icon +Name: moc-tray +Version: 0.3 +Release: 1 +License: GPL v3 +Group: Applications +Source0: http://moc-tray.googlecode.com/files/%{name}-%{version}.tar.bz2 +# Source0-md5: f668f12fabe5fca41130955590558001 +URL: http://code.google.com/p/moc-tray/ +Requires: moc +Requires: perl-gtk +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Moc-Tray allows quick and easy access to mocp basic functions and +console interface via tray pop-up menu. Written in gtk2-perl. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CREDITS ChangeLog +%attr(755,root,root) %{_bindir}/moc-tray +%{_desktopdir}/moc-tray.desktop +%{_pixmapsdir}/moc-tray.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/10/06 19:19:37 pablo +- initial PLD version + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
