]> git.pld-linux.org Git - packages/desktop-file-utils.git/commitdiff
- updated menu patch (use applications: instead of menu: URI)
authorgrzegol <grzegol@pld-linux.org>
Wed, 21 Jul 2004 18:31:12 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added TODO
- rel. 2.1

Changed files:
    desktop-file-utils.spec -> 1.13

desktop-file-utils.spec

index 27f0625f2449197d2c16220ab69a7cad688878ca..0adff581fdfab39e7f6ef2c3e2f7c62bb2061876 100644 (file)
@@ -1,8 +1,13 @@
+#
+# TODO:
+#  - OnlyShowIn
+#  - don't display empty submenus
+#
 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.1
 License:       GPL
 Group:         Applications
 Source0:       http://freedesktop.org/Software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
@@ -64,6 +69,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 +82,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.143679 seconds and 4 git commands to generate.