]> git.pld-linux.org Git - packages/desktop-file-utils.git/blobdiff - desktop-file-utils.spec
- added nodisplay and noshowin patches (support for NoDisplay and NoShowIn
[packages/desktop-file-utils.git] / desktop-file-utils.spec
index 27f0625f2449197d2c16220ab69a7cad688878ca..f7e1b944da61b1584222838c2f8cc9a2eabd8339 100644 (file)
@@ -2,12 +2,18 @@ Summary:      A couple of command line utilities for working with desktop entries
 Summary(pl):   Kilka narzêdzi do pracy z elementami biurkowymi
 Name:          desktop-file-utils
 Version:       0.6
-Release:       2
+Release:       2.4
 License:       GPL
 Group:         Applications
 Source0:       http://freedesktop.org/Software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
 # Source0-md5: dcace3294470e9cdc9ebfe7de1881ece
 Patch0:                %{name}-menu.patch
+Patch1:                %{name}-hide_empty_submenus.patch
+Patch2:                %{name}-directory_change_notify.patch
+Patch3:                %{name}-directory_mtime.patch
+Patch4:                %{name}-onlyshowin.patch
+Patch5:                %{name}-nodisplay.patch
+Patch6:                %{name}-noshowin.patch
 # don't append / at end of URL
 URL:           http://www.freedesktop.org/software/desktop-file-utils
 BuildRequires: autoconf
@@ -44,6 +50,12 @@ specyfikacji freedesktop.org.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 %{__libtoolize}
@@ -64,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 # remove unused *.la for gnome-vfs modules
 rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.la
 
+# not needed - it's only for testing purposes
+rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gnome-vfs-2.0/modules/menu-modules.conf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -74,5 +89,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n gnome-vfs2-module-menu
 %defattr(644,root,root,755)
-%{_sysconfdir}/gnome-vfs-2.0/modules/menu-modules.conf
 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/*.so
This page took 0.295616 seconds and 4 git commands to generate.