Author: megabajt Date: Tue Mar 28 20:34:45 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - added desktop file and icon
---- Files affected: SPECS: wterm.spec (1.10 -> 1.10.2.1) ---- Diffs: ================================================================ Index: SPECS/wterm.spec diff -u SPECS/wterm.spec:1.10 SPECS/wterm.spec:1.10.2.1 --- SPECS/wterm.spec:1.10 Fri Oct 29 17:19:26 2004 +++ SPECS/wterm.spec Tue Mar 28 22:34:40 2006 @@ -8,6 +8,8 @@ Group: X11/Applications Source0: http://largo.windowmaker.org/files/%{name}-%{version}.tar.bz2 # Source0-md5: 09ec12901333ad51aeca2ecd8c88730d +Source1: %{name}.desktop +Source2: %{name}.png URL: http://largo.windowmaker.org/files.php#wterm BuildRequires: WindowMaker-devel BuildRequires: XFree86-devel @@ -41,10 +43,14 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} + %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +58,8 @@ %defattr(644,root,root,755) %doc README doc/{BUGS,FAQ,README*,TODO} %attr(755,root,root) %{_bindir}/wterm +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.png %{_mandir}/man1/wterm.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -60,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10.2.1 2006/03/28 20:34:40 megabajt +- added desktop file and icon + Revision 1.10 2004/10/29 15:19:26 paladine - spelling fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/wterm.spec?r1=1.10&r2=1.10.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
