OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Mar-2006 09:57:42
Branch: HEAD Handle: 2006031208574200
Modified files:
openpkg-src/urpmi urpmi.spec
Log:
requires perl-locale, fix path to configuration files, fix
description. Submitted by: skaar <[EMAIL PROTECTED]>
Summary:
Revision Changes Path
1.6 +8 -3 openpkg-src/urpmi/urpmi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 urpmi.spec
--- openpkg-src/urpmi/urpmi.spec 8 Mar 2006 20:11:54 -0000 1.5
+++ openpkg-src/urpmi/urpmi.spec 12 Mar 2006 08:57:42 -0000 1.6
@@ -41,7 +41,7 @@
Group: Bootstrapping
License: GPL
Version: %{V_urpmi}
-Release: 20060308
+Release: 20060312
# list of sources
Source0:
http://www.cpan.org/authors/id/R/RG/RGARCIA/urpmi-%{V_urpmi}.tar.gz
@@ -54,12 +54,12 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl, perl-openpkg
-PreReq: OpenPKG, openpkg >= 20040130, perl
+PreReq: OpenPKG, openpkg >= 20040130, perl, perl-locale
AutoReq: no
AutoReqProv: no
%description
- URPMI is...
+ URPMI is a frontend for the RedHat Package Manager (RPM).
%track
prog urpmi:urpmi = {
@@ -94,6 +94,11 @@
%install
rm -rf $RPM_BUILD_ROOT
+ ( cd urpmi-%{V_urpmi}
+ %{l_shtool} subst \
+ -e "s;/etc/urpmi;%{l_prefix}/etc/urpmi;" \
+ urpmq urpm/cfg.pm urpm.pm
+ ) || exit $?
%{l_prefix}/bin/perl-openpkg prepare
%{l_prefix}/bin/perl-openpkg -d MDV-Distribconf-%{V_mdv_distribconf}
configure build install
%{l_prefix}/bin/perl-openpkg -d MDV-Packdrakeng-%{V_mdv_packdrakeng}
configure build install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]