OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2005 14:33:31
Branch: HEAD Handle: 2005080113333100
Modified files:
openpkg-src/yum yum.spec
Log:
upgrading package: yum 2.2.1 -> 2.2.2
Summary:
Revision Changes Path
1.3 +3 -3 openpkg-src/yum/yum.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/yum/yum.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 yum.spec
--- openpkg-src/yum/yum.spec 30 May 2005 16:08:00 -0000 1.2
+++ openpkg-src/yum/yum.spec 1 Aug 2005 12:33:31 -0000 1.3
@@ -28,7 +28,7 @@
# package version
%define V_yum_major 2.2
-%define V_yum_minor 1
+%define V_yum_minor 2
# package information
Name: yum
@@ -41,7 +41,7 @@
Group: Bootstrapping
License: GPL
Version: %{V_yum_major}.%{V_yum_minor}
-Release: 20050530
+Release: 20050801
# list of sources
Source0:
http://linux.duke.edu/projects/yum/download/%{V_yum_major}/yum-%{version}.tar.gz
@@ -98,11 +98,11 @@
%install
rm -rf $RPM_BUILD_ROOT
+ %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/lib
%{l_make} %{l_mflags} install DESTDIR="$RPM_BUILD_ROOT"
( cd $RPM_BUILD_ROOT%{l_prefix}/usr && mv bin share .. ) || exit $?
rmdir $RPM_BUILD_ROOT%{l_prefix}/usr
( cd $RPM_BUILD_ROOT%{l_prefix}/share && mv yum-cli yum ) || exit $?
- ( cd $RPM_BUILD_ROOT%{l_prefix}/lib && mv python* python ) || exit $?
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]