rpms/zeroinstall-injector/devel zeroinstall-injector.spec, 1.15, 1.16 zeroinstall-x86_64-arch.patch, 1.1, NONE

Michel Alexandre Salim salimma at fedoraproject.org
Sat Feb 28 17:04:50 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/zeroinstall-injector/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25213/devel

Modified Files:
	zeroinstall-injector.spec 
Removed Files:
	zeroinstall-x86_64-arch.patch 
Log Message:
* Sat Feb 28 2009 Michel Salim <salimma at fedoraproject.org> - 0.38-2
- Workaround for RHEL's desktop-file-utils
- Add missing dependency on xdg-utils



Index: zeroinstall-injector.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zeroinstall-injector/devel/zeroinstall-injector.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- zeroinstall-injector.spec	28 Feb 2009 16:31:31 -0000	1.15
+++ zeroinstall-injector.spec	28 Feb 2009 17:04:20 -0000	1.16
@@ -4,7 +4,7 @@
 
 Name:    zeroinstall-injector
 Version: 0.38
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: The Zero Install Injector (0launch)
 
 Group:   Applications/System
@@ -15,7 +15,7 @@
 
 BuildArch: noarch
 BuildRequires: python-devel desktop-file-utils
-Requires:      PyXML pygtk2 gnupg pygtk2-libglade sudo
+Requires:      PyXML pygtk2 gnupg pygtk2-libglade sudo xdg-utils
 Requires(pre): shadow-utils
 
 %description
@@ -50,6 +50,9 @@
 
 for i in add manage; do
   desktop-file-install \
+%if 0%{!?fedora:1}
+    --vendor="" \
+%endif
     --remove-category="Application" \
     --delete-original \
     --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
@@ -86,6 +89,10 @@
 %attr(755,zeroinst,zeroinst) %{cache_dir}/implementations
 
 %changelog
+* Sat Feb 28 2009 Michel Salim <salimma at fedoraproject.org> - 0.38-2
+- Workaround for RHEL's desktop-file-utils
+- Add missing dependency on xdg-utils
+
 * Fri Feb 27 2009 Michel Salim <salimma at fedoraproject.org> - 0.38-1
 - Update to 0.38
 - Upgrades now preserve the existing menu, if modified


--- zeroinstall-x86_64-arch.patch DELETED ---




More information about the fedora-extras-commits mailing list