Author: twittner Date: Mon Jul 16 16:40:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added icon and desktop files
---- Files affected: SPECS: termit.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/termit.spec diff -u SPECS/termit.spec:1.1 SPECS/termit.spec:1.2 --- SPECS/termit.spec:1.1 Mon Jul 16 17:55:05 2007 +++ SPECS/termit.spec Mon Jul 16 18:40:02 2007 @@ -3,11 +3,13 @@ Summary(pl.UTF-8): TermIt - emulator terminala oparty na bibliotece vte Name: termit Version: 1.0.1 -Release: 0.1 +Release: 1 License: GPL v2 Group: X11/Applications Source0: http://termit.googlecode.com/files/%{name}-%{version}.tar.gz # Source0-md5: 975fc6cbfbe59e81813a98ae03cf7108 +Source1: %{name}.desktop +Source2: %{name}.png URL: http://code.google.com/p/termit/wiki/TermIt BuildRequires: autoconf BuildRequires: automake @@ -55,6 +57,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop +install -D %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png + %find_lang %{name} --with-gnome %clean @@ -64,6 +69,8 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README doc/termit.example %attr(755,root,root) %{_bindir}/* +%{_desktopdir}/%{name}.ddesktop +%{_pixmapsdir}/%{name}.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -71,15 +78,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/07/16 16:40:02 twittner +- added icon and desktop files + Revision 1.1 2007/07/16 15:55:05 twittner - added - -Revision 1.66 2007/02/12 22:09:17 glen -- tabs in preamble - -Revision 1.65 2007/02/12 01:06:34 baggins -- converted to UTF-8 - -Revision 1.64 2007/02/07 14:47:31 glen -- Epoch adding should be simple enough, not to have it here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/termit.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
