rpms/repoman/devel repoman.spec,1.2,1.3

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Wed Jun 13 14:46:22 UTC 2007


Author: clumens

Update of /cvs/pkgs/rpms/repoman/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16734

Modified Files:
	repoman.spec 
Log Message:
New release.



Index: repoman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/repoman/devel/repoman.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- repoman.spec	12 Jun 2007 14:07:56 -0000	1.2
+++ repoman.spec	13 Jun 2007 14:45:47 -0000	1.3
@@ -1,11 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-# Vendor used for desktop-file-install
-%define vendor fedora
-
 Name:           repoman
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tool for configuring yum settings and repositories
 
 Group:          System Environment/Base
@@ -38,10 +35,10 @@
 rm -rf %{buildroot}
 
 %{__make} DESTDIR=%{buildroot} install
-desktop-file-install --vendor="%{vendor}" \
+desktop-file-install --vendor="fedora" \
     --delete-original \
-    --dir=%{buildroot}%{_datadir}/applications/%{vendor} \
-    %{name}.desktop
+    --dir=%{buildroot}%{_datadir}/applications \
+    %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 
 %clean
@@ -73,6 +70,10 @@
 
 
 %changelog
+* Wed Jun 13 2007 Chris Lumens <clumens at redhat.com> - 0.9-3
+- Don't use vendor macro in desktop-file-install.  Also, put the .desktop
+  file in the same directory as all the others (#244044).
+
 * Tue Jun 12 2007 Chris Lumens <clumens at redhat.com> - 0.9-2
 - Rebuild.
 




More information about the fedora-extras-commits mailing list