]> git.pld-linux.org Git - packages/desktop-file-utils.git/blobdiff - desktop-file-utils.spec
- add missed computer:// and network://
[packages/desktop-file-utils.git] / desktop-file-utils.spec
index 7d415d4590c54e027b88c24a9f878a297549f3c1..3cd8e4df318050f363fe846166406e9a0bce9b3b 100644 (file)
@@ -2,11 +2,12 @@ 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.7
-Release:       0.91
+Release:       3
 License:       GPL
 Group:         Applications
 Source0:       http://freedesktop.org/Software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 32b948c2676170dc01ac4849c00bc5d6
+Source1:       %{name}-default-modules.conf
 Patch0:                %{name}-menu.patch
 Patch1:                %{name}-hide_empty_submenus.patch
 Patch2:                %{name}-directory_change_notify.patch
@@ -15,6 +16,9 @@ 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
@@ -37,16 +41,18 @@ polece
 Summary:       Freedesktop.org style menu support module for gnome-vfs
 Summary(pl):   Obs³uga menu wed³ug specyfikacji z freedesktop.org
 Group:         Applications
+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
@@ -58,6 +64,9 @@ specyfikacji freedesktop.org.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 %{__libtoolize}
@@ -81,6 +90,8 @@ 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
 
@@ -92,3 +103,4 @@ rm -rf $RPM_BUILD_ROOT
 %files -n gnome-vfs2-module-menu
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/*.so
+%{_sysconfdir}/gnome-vfs-2.0/modules/default-modules.conf
This page took 0.089772 seconds and 4 git commands to generate.