rpms/desktop-file-utils/devel desktop-file-utils.spec,1.52,1.53

Richard Hughes rhughes at fedoraproject.org
Wed Feb 4 23:05:12 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/desktop-file-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30067

Modified Files:
	desktop-file-utils.spec 
Log Message:
* Wed Feb 04 2009 Richard Hughes <rhughes at redhat.com> - 0.15-6
- Panu seems to be shipping the prov file in rpmbuild. Remove it here until we
  work out where it belongs.



Index: desktop-file-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/desktop-file-utils/devel/desktop-file-utils.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- desktop-file-utils.spec	4 Feb 2009 18:01:21 -0000	1.52
+++ desktop-file-utils.spec	4 Feb 2009 23:04:41 -0000	1.53
@@ -1,7 +1,7 @@
 Summary: Utilities for manipulating .desktop files
 Name: desktop-file-utils
 Version: 0.15
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://www.freedesktop.org/software/desktop-file-utils
 Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
 Source1: desktop-file.prov
@@ -33,7 +33,8 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 # add the provides script
-install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/rpm/desktop-file.prov
+# disable for now, Panu seems to sehip this in rpm-build
+#install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/rpm/desktop-file.prov
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,9 +44,13 @@
 %doc AUTHORS COPYING README NEWS
 %{_bindir}/*
 %{_datadir}/emacs/site-lisp/
-%{_libdir}/rpm/desktop-file.prov
+#%{_libdir}/rpm/desktop-file.prov
 
 %changelog
+* Wed Feb 04 2009 Richard Hughes <rhughes at redhat.com> - 0.15-6
+- Panu seems to be shipping the prov file in rpmbuild. Remove it here until we
+  work out where it belongs.
+
 * Wed Feb 04 2009 Richard Hughes <rhughes at redhat.com> - 0.15-5
 - Panu merged the rpm bits for this feature, but we've got a new provides
   filename. Respin this package with the new name.




More information about the scm-commits mailing list