SPECS: noteedit.spec - patch to fix desktopfile

undefine undefine at pld-linux.org
Thu Jul 21 11:15:34 CEST 2005


Author: undefine                     Date: Thu Jul 21 09:15:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patch to fix desktopfile

---- Files affected:
SPECS:
   noteedit.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/noteedit.spec
diff -u SPECS/noteedit.spec:1.6 SPECS/noteedit.spec:1.7
--- SPECS/noteedit.spec:1.6	Thu Jul 21 11:12:43 2005
+++ SPECS/noteedit.spec	Thu Jul 21 11:15:28 2005
@@ -8,6 +8,7 @@
 Group:		X11/Applications/Multimedia
 Source0:	http://download.berlios.de/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5:	c707a0c67254784b912dabc6545e8125
+Patch0:		%{name}-desktop.patch
 URL:		http://noteedit.berlios.de/
 BuildRequires:	automake
 BuildRequires:	kdelibs-devel
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 kde_appsdir="%{_applnkdir}"; export kde_appsdir
@@ -48,6 +50,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install -D noteedit/noteedit.desktop $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
+
 %find_lang %{name} --with-kde
 
 # no -devel - shut up check-files
@@ -65,7 +69,7 @@
 %lang(de) %doc FAQ.de
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-# %{_applnkdir}/Utilities/%{name}.desktop
+%{_desktopdir}/%{name}.desktop
 %{_datadir}/apps/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -74,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/07/21 09:15:28  undefine
+- patch to fix desktopfile
+
 Revision 1.6  2005/07/21 09:12:43  undefine
 - amd64 fixes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/noteedit.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list