]> git.pld-linux.org Git - packages/desktop-file-utils.git/blobdiff - desktop-file-utils.spec
- package %{_desktopdir}/mimeinfo.cache; rel 2
[packages/desktop-file-utils.git] / desktop-file-utils.spec
index ed01b33d2b69a088521f095413ed2a84177622d7..f4bf36aaf05e28cd641782b9132a030bbd6fc93c 100644 (file)
@@ -2,13 +2,12 @@ Summary:      A couple of command line utilities for working with desktop entries
 Summary(pl.UTF-8):     Kilka narzÄ™dzi do pracy z elementami biurkowymi
 Name:          desktop-file-utils
 Version:       0.14
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications
-Source0:       http://freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
+Source0:       http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
 # Source0-md5: e0b5057a4e3166f34635ac6f27c712c0
-# don't append / at end of URL
-URL:           http://www.freedesktop.org/wiki/Software_2fdesktop_2dfile_2dutils
+URL:           http://www.freedesktop.org/wiki/Software/desktop-file-utils
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: glib2-devel >= 1:2.8.0
@@ -43,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+touch $RPM_BUILD_ROOT%{_desktopdir}/mimeinfo.cache
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -50,3 +52,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
+%ghost %{_desktopdir}/mimeinfo.cache
This page took 0.07893 seconds and 4 git commands to generate.