summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-05-12 15:17:21 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-05-12 15:17:21 +0000
commit8c1b9c134b5eaf5f8de2727be4618eeca22471d1 (patch)
treea88101354e995eae7f9d6f7b3df8241753ed64d4 /urpmi.spec
parentad7949faff548228842618c700a287786f3449c0 (diff)
downloadurpmi-8c1b9c134b5eaf5f8de2727be4618eeca22471d1.tar
urpmi-8c1b9c134b5eaf5f8de2727be4618eeca22471d1.tar.gz
urpmi-8c1b9c134b5eaf5f8de2727be4618eeca22471d1.tar.bz2
urpmi-8c1b9c134b5eaf5f8de2727be4618eeca22471d1.tar.xz
urpmi-8c1b9c134b5eaf5f8de2727be4618eeca22471d1.zip
internalize grpmi in gurpm.pm so that we can share graphical
progression of download and installation between gurpmi and rpmdrake
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec13
1 files changed, 10 insertions, 3 deletions
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 <gc@mandrakesoft.com> 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 <fpons@mandrakesoft.com> 4.3-8mdk
- added -i in urpmq --help (fix bug 3829).
- fixed many urpmf options: --media, --synthesis, -e.