]> git.pld-linux.org Git - packages/desktop-file-utils.git/blobdiff - desktop-file-utils.spec
- moved from desktop-file-utils-directory_notshowin.patch
[packages/desktop-file-utils.git] / desktop-file-utils.spec
index 539067ce248f93007584884d24487187894f9f26..baa154de039172aaf3716ac18c977fbb4489d3d2 100644 (file)
@@ -1,12 +1,24 @@
 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:       1
+Version:       0.7
+Release:       4
 License:       GPL
 Group:         Applications
 Source0:       http://freedesktop.org/Software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
-# Source0-md5: dcace3294470e9cdc9ebfe7de1881ece
+# Source0-md5: 32b948c2676170dc01ac4849c00bc5d6
+Source1:       %{name}-default-modules.conf
+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
+Patch7:                %{name}-home_dir.patch
+Patch8:                %{name}-directory_nodisplay.patch
+Patch9:                %{name}-directory_onlyshowin.patch
+Patch10:       %{name}-directory_noshowin.patch
 # don't append / at end of URL
 URL:           http://www.freedesktop.org/software/desktop-file-utils
 BuildRequires: autoconf
@@ -29,18 +41,32 @@ polece
 Summary:       Freedesktop.org style menu support module for gnome-vfs
 Summary(pl):   Obs³uga menu wed³ug specyfikacji z freedesktop.org
 Group:         Applications
-Requires:      gnome-vfs2 >= 2.2.0
+Provides:      gnome-vfs-menu-module
+Obsoletes:     gnome-vfs2-vfolder-menu
+Requires:      gnome-vfs2 >= 2.6.1.1-3.1
+Requires:      applnk >= 1.9.3-2
 
 %description -n gnome-vfs2-module-menu
 This package contains module for gnome-vfs supporting menu with
-specification declared by freedesktop.org.
+specification declared by freedesktop.org .
 
 %description -n gnome-vfs2-module-menu -l pl
 Ten pakiet zawiera modu³ obs³ugi menu dla gnome-vfs wed³ug
-specyfikacji freedesktop.org.
+specyfikacji freedesktop.org .
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 %{__libtoolize}
@@ -61,6 +87,11 @@ 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
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/gnome-vfs-2.0/modules/default-modules.conf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,5 +102,5 @@ 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
+%{_sysconfdir}/gnome-vfs-2.0/modules/default-modules.conf
This page took 0.099266 seconds and 4 git commands to generate.