From 8c1b9c134b5eaf5f8de2727be4618eeca22471d1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 12 May 2003 15:17:21 +0000 Subject: internalize grpmi in gurpm.pm so that we can share graphical progression of download and installation between gurpmi and rpmdrake --- urpmi.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'urpmi.spec') diff --git a/urpmi.spec b/urpmi.spec index 29ce3a1d..81255ecb 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -2,7 +2,7 @@ Name: urpmi Version: 4.3 -Release: 8mdk +Release: 9mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -22,8 +22,9 @@ You can compare rpm vs. urpmi with insmod vs. modprobe %package -n gurpmi Summary: User mode rpm GUI install -Requires: urpmi >= %{version}-%{release} grpmi gchooser gmessage usermode menu +Requires: urpmi >= %{version}-%{release} drakxtools gchooser gmessage usermode menu Group: %{group} +Obsoletes: grpmi %description -n gurpmi gurpmi is a graphical front-end to urpmi @@ -80,6 +81,7 @@ EOF mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib} install -m 644 urpm.pm $RPM_BUILD_ROOT%{perl_vendorlib}/urpm.pm +install -m 644 gurpm.pm $RPM_BUILD_ROOT%{perl_vendorlib}/gurpm.pm mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib}/urpm install -m 644 urpm/parallel_ka_run.pm $RPM_BUILD_ROOT%{perl_vendorlib}/urpm/parallel_ka_run.pm install -m 644 urpm/parallel_ssh.pm $RPM_BUILD_ROOT%{perl_vendorlib}/urpm/parallel_ssh.pm @@ -172,7 +174,7 @@ $urpm->update_media; %{_sbindir}/gurpmi %{_bindir}/gurpmi %{_menudir}/gurpmi - +%{perl_vendorlib}/gurpm.pm #%files -n autoirpm #%defattr(-,root,root) @@ -200,6 +202,11 @@ $urpm->update_media; %changelog +* Fri May 2 2003 Guillaume Cottenceau 4.3-9mdk +- internalize grpmi in gurpm.pm so that we can share graphical + progression of download and installation between gurpmi and + rpmdrake + * Fri Apr 25 2003 François Pons 4.3-8mdk - added -i in urpmq --help (fix bug 3829). - fixed many urpmf options: --media, --synthesis, -e. -- cgit v1.2.1