Author: sparky Date: Fri Mar 4 22:58:27 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - desktop file added
---- Files affected: SPECS: guituner.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/guituner.spec diff -u SPECS/guituner.spec:1.2 SPECS/guituner.spec:1.3 --- SPECS/guituner.spec:1.2 Fri Mar 4 21:54:32 2005 +++ SPECS/guituner.spec Fri Mar 4 23:58:22 2005 @@ -1,6 +1,4 @@ # $Revision$, $Date$ -#TODO: -# .desktop file Summary: GuiTuner - a simple guitar tuning program Summary(pl): GuiTuner - program do strojenia gitary Name: guituner @@ -10,6 +8,7 @@ Group: X11/Applications/Multimedia Source0: http://digilander.libero.it/guituner/downloads/%{name}_%{version}.tar.gz # Source0-md5: aa071f1250aaaaa0068c839bdcd34445 +Source1: %{name}.desktop URL: http://digilander.libero.it/guituner BuildRequires: audiofile-devel BuildRequires: autoconf @@ -47,6 +46,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_desktopdir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} %clean rm -rf $RPM_BUILD_ROOT @@ -56,6 +57,7 @@ %doc AUTHORS CREDITS ChangeLog README %attr(755,root,root) %{_bindir}/* %{_pixmapsdir}/* +%{_desktopdir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -63,6 +65,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/03/04 22:58:22 sparky +- desktop file added + Revision 1.2 2005/03/04 20:54:32 qboosh - cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/guituner.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
