summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-09 16:07:24 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-09 16:07:24 +0000
commit92f83ee960355ccdc443e073423aa4b1b55e8d2d (patch)
tree8142b81e362ec2bf09811e0c60e4c56ee93d0d75 /urpmi.spec
parent281d78a8464432b4779887f8fe6531ad68debbfd (diff)
downloadurpmi-92f83ee960355ccdc443e073423aa4b1b55e8d2d.tar
urpmi-92f83ee960355ccdc443e073423aa4b1b55e8d2d.tar.gz
urpmi-92f83ee960355ccdc443e073423aa4b1b55e8d2d.tar.bz2
urpmi-92f83ee960355ccdc443e073423aa4b1b55e8d2d.tar.xz
urpmi-92f83ee960355ccdc443e073423aa4b1b55e8d2d.zip
*** empty log message ***
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 8ca6ffaf..c9c5385c 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -132,12 +132,12 @@ cat << EOF > %{buildroot}%{_menudir}/gurpmi
?package(gurpmi): command="%{_bindir}/gurpmi" needs="gnome" section=".hidden" \
section=".hidden" \
title="Software installer" longtitle="Graphical front end to install RPM files" \
-mimetypes="application/x-rpm;application/x-urpm-rpmi" \
+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-urpm-rpmi" \
+mimetypes="application/x-rpm;application/x-urpmi" \
multiple_files="true"
EOF
%endif
@@ -240,7 +240,7 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
- gurpmi: when cancel button is destroyed forever from within
rpmdrake (after all downloads completed) ask gtk to recompute
size of toplevel window to not end up with an ugly void space (gc)
-- gurpmi: add application/x-urpm-rpmi mimetype
+- gurpmi: add application/x-urpmi mimetype (gc)
* Tue Feb 3 2004 François Pons <fpons@mandrakesoft.com> 4.4.5-3mdk
- fixed bug of reference of ../ in hdlists file.