summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-08-30 16:32:30 +0000
committerFrancois Pons <fpons@mandriva.com>2002-08-30 16:32:30 +0000
commit26f7d6351df7887cf523ea3496157a53359d0909 (patch)
tree025dc691a3013e390eab936e71dcd324158e8564 /urpmi.spec
parent2f2754ca179a92c426803ae0ea443b3f7825090a (diff)
downloadurpmi-26f7d6351df7887cf523ea3496157a53359d0909.tar
urpmi-26f7d6351df7887cf523ea3496157a53359d0909.tar.gz
urpmi-26f7d6351df7887cf523ea3496157a53359d0909.tar.bz2
urpmi-26f7d6351df7887cf523ea3496157a53359d0909.tar.xz
urpmi-26f7d6351df7887cf523ea3496157a53359d0909.zip
4.0-11mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec17
1 files changed, 14 insertions, 3 deletions
diff --git a/urpmi.spec b/urpmi.spec
index c2ab0e63..50a788d6 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,14 +2,14 @@
Name: urpmi
Version: 4.0
-Release: 10mdk
+Release: 11mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
Summary: User mode rpm install
URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi
Requires: eject webfetch perl-DateManip >= 5.40
-PreReq: perl-Locale-gettext rpmtools >= 4.3-6mdk perl-URPM >= 0.70-6mdk
+PreReq: perl-Locale-gettext rpmtools >= 4.3-6mdk perl-URPM >= 0.70-7mdk
BuildRequires: bzip2-devel gettext rpm-devel >= 4.0.3
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
@@ -22,7 +22,7 @@ You can compare rpm vs. urpmi with insmod vs. modprobe
%package -n gurpmi
Summary: User mode rpm GUI install
-Requires: urpmi grpmi gchooser gmessage consolehelper menu
+Requires: urpmi grpmi gchooser gmessage /usr/bin/consolehelper menu
Group: %{group}
%description -n gurpmi
gurpmi is a graphical front-end to urpmi
@@ -140,6 +140,12 @@ fi
#%preun -n autoirpm
#[ -x %{_sbindir}/autoirpm.uninstall ] && %{_sbindir}/autoirpm.uninstall
+%post -n gurpmi
+%{update_menus}
+
+%postun -n gurpmi
+%{clean_menus}
+
%files -f %{name}.lang
%defattr(-,root,root)
%dir /etc/urpmi
@@ -196,6 +202,11 @@ fi
%changelog
+* Fri Aug 30 2002 François Pons <fpons@mandrakesoft.com> 4.0-11mdk
+- fixed no post-clean when testing or if errors occured.
+- (fcrozat) fixed missing %%post and %%postun for gurpmi, fixed
+ bad consolehelper require.
+
* Fri Aug 30 2002 François Pons <fpons@mandrakesoft.com> 4.0-10mdk
- fixed cache management (there could exist some files left in cache
which were never deleted).