rpms/rmanage/EL-5 rmanage.spec,1.1,1.2

Parag Nemade pnemade at fedoraproject.org
Fri Nov 21 08:04:26 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/rmanage/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14984

Modified Files:
	rmanage.spec 
Log Message:

Add vendor option to desktop-file-install




Index: rmanage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rmanage/EL-5/rmanage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rmanage.spec	21 Nov 2008 06:50:39 -0000	1.1
+++ rmanage.spec	21 Nov 2008 08:03:54 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           rmanage
 Version:        0.1.5
-Release:        2%{?dist}
+Release:        2.1%{?dist}
 Summary:        Remotely monitoring machines on network
 Group:          Development/Tools
 License:        GPLv2
@@ -25,7 +25,7 @@
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 
 
-desktop-file-install  \
+desktop-file-install --vendor="" \
         --delete-original \
         --dir=%{buildroot}%{_datadir}/applications \
         %{buildroot}/%{_datadir}/applications/%{name}.desktop
@@ -41,6 +41,9 @@
 %config(noreplace) %{_sysconfdir}/%{name}
 
 %changelog
+* Fri Nov 21 2008 Parag Nemade <panemade at gmail.com>- 0.1.5-2.1
+- Add vendor tag to desktop-file-install as it still needed for EPEL.
+
 * Thu Nov 13 2008 Parag Nemade <panemade at gmail.com>- 0.1.5-2
 - specfile cleanup from package review.
 




More information about the fedora-extras-commits mailing list