SPECS: kchm.spec - added .desktop and icon
twittner
twittner at pld-linux.org
Thu Oct 20 23:39:36 CEST 2005
Author: twittner Date: Thu Oct 20 21:39:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added .desktop and icon
---- Files affected:
SPECS:
kchm.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/kchm.spec
diff -u SPECS/kchm.spec:1.3 SPECS/kchm.spec:1.4
--- SPECS/kchm.spec:1.3 Wed Apr 13 00:28:49 2005
+++ SPECS/kchm.spec Thu Oct 20 23:39:31 2005
@@ -10,6 +10,8 @@
Group: Applications/Publishing
Source0: http://dl.sourceforge.net/kchmnew/%{name}-%{version}.tar.bz2
# Source0-md5: c11189726ed59563d95d9677ae8555c0
+Source1: %{name}.desktop
+Source2: %{name}.png
URL: http://sourceforge.net/projects/kchmnew/
BuildRequires: kdelibs-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,9 +45,13 @@
%install
rm -rf $RPM_BUILD_ROOT
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/kde/%{name}.desktop
+install -D %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+
# conflicts with chmlib-devel
rm -f $RPM_BUILD_ROOT%{_includedir}/chm_lib.h
@@ -67,6 +73,8 @@
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/mimelnk/application/*.desktop
%{_datadir}/service*/*.*
+%{_desktopdir}/kde/*
+%{_pixmapsdir}/*
%files devel
%defattr(644,root,root,755)
@@ -81,6 +89,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2005/10/20 21:39:31 twittner
+- added .desktop and icon
+
Revision 1.3 2005/04/12 22:28:49 qboosh
- fixed build on amd64, added -devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kchm.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list