summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2004-02-19 14:44:01 +0000
committerDavid Baudens <baudens@mandriva.com>2004-02-19 14:44:01 +0000
commit98f23655ace40adde5efbb8b1d68625673240ae7 (patch)
tree537e93803b099a20096479d155edb65ad2b9e4a4 /urpmi.spec
parente676c7314dc3b7051f7d99228432bbc5ddcf5e7a (diff)
downloadurpmi-98f23655ace40adde5efbb8b1d68625673240ae7.tar
urpmi-98f23655ace40adde5efbb8b1d68625673240ae7.tar.gz
urpmi-98f23655ace40adde5efbb8b1d68625673240ae7.tar.bz2
urpmi-98f23655ace40adde5efbb8b1d68625673240ae7.tar.xz
urpmi-98f23655ace40adde5efbb8b1d68625673240ae7.zip
Fix menu entry
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec19
1 files changed, 10 insertions, 9 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 47534dd8..8b517a97 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.4.5
-%define release 5mdk
+%define release 6mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -129,16 +129,14 @@ install -m 644 %{name}.bash-completion %{buildroot}%{_sysconfdir}/bash_completio
%if %{allow_gurpmi}
mkdir -p %{buildroot}%{_menudir}
cat << EOF > %{buildroot}%{_menudir}/gurpmi
-?package(gurpmi): command="%{_bindir}/gurpmi" needs="gnome" section=".hidden" \
+?package(gurpmi): command="/usr/bin/gurpmi" \
+needs="x11" \
section=".hidden" \
-title="Software installer" longtitle="Graphical front end to install RPM files" \
+title="Software installer" \
+longtitle="Graphical front end to install RPM files" \
mimetypes="application/x-rpm;application/x-urpmi" \
-multiple_files="true"
-?package(gurpmi): command="%{_bindir}/gurpmi" needs="kde" section=".hidden" \
-section=".hidden" InitialPreference="9" \
-title="Software installer" longtitle="Graphical front end to install RPM files" \
-mimetypes="application/x-rpm;application/x-urpmi" \
-multiple_files="true"
+multiple_files="true" \
+kde_opt="InitialPreference=9"
EOF
%endif
@@ -236,6 +234,9 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Thu Feb 19 2004 David Baudens <baudens@mandrakesoft.com> 4.4.5-6mdk
+- Fix menu entry
+
* Wed Feb 11 2004 Olivier Blin <blino@mandrake.org> 4.4.5-5mdk
- send download errors to error output instead of log output
(in order to display them in non-verbose mode too)