rpms/scribes/FC-5 scribes.spec,1.1,1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Jun 10 22:22:15 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/scribes/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15091/FC-5

Modified Files:
	scribes.spec 
Log Message:


Use %{name} in the desktop-file-install path instead of hardcoding it.



Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/FC-5/scribes.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scribes.spec	7 May 2006 17:42:34 -0000	1.1
+++ scribes.spec	10 Jun 2006 22:22:15 -0000	1.2
@@ -75,7 +75,7 @@
 	--dir %{buildroot}%{_datadir}/applications	\
 	--add-category X-Fedora	\
 	--delete-original	\
-	%{buildroot}/%{_datadir}/applications/scribes.desktop
+	%{buildroot}/%{_datadir}/applications/%{name}.desktop
 chmod a+x %{buildroot}/%{python_sitelib}/%{python_module_name}/findbar.py
 chmod a+x %{buildroot}/%{python_sitelib}/%{python_module_name}/license.py
 
@@ -122,6 +122,9 @@
 
 
 %changelog
+* Sat Jun 10 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.4.3-4
+- Use %%{name} in the desktop-file-install path instead of hardcoding it. 
+
 * Sat May 06 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.4.3-3
 - Removed yelp Requires; added scrollkeeper as Requires(post) and
   Requires(postun)




More information about the scm-commits mailing list