RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: rpm Date: 03-Nov-2007 12:29:14
Branch: HEAD Handle: 2007110311291400
Modified files:
rpm devtool.conf
Log:
remove old versions numbers from %macosx comments
Summary:
Revision Changes Path
2.115 +4 -4 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.114 -r2.115 devtool.conf
--- rpm/devtool.conf 3 Nov 2007 11:22:19 -0000 2.114
+++ rpm/devtool.conf 3 Nov 2007 11:29:14 -0000 2.115
@@ -1297,7 +1297,7 @@
%macosx
##
- ## Builds a Universal Binary (ppc/i386), on the Mac OS X 10.4 platform.
+ ## Builds a Universal Binary (ppc/i386), on the Mac OS X 10.x platforms.
## (this target is heavilly inspired by the OpenPKG "standalone" target)
##
## Written by Anders F Bjorklund in memoriam of the rpm4darwin project
@@ -1311,7 +1311,7 @@
## name conflict with the system linker which is also called libtool(1)
##
## Shipped programs/libraries are built as Universal Binaries (i.e. fat)
- ## with: -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386
+ ## with: -isysroot /Developer/SDKs/MacOSX10.x.sdk -arch ppc -arch i386
## This also requires --disable-dependency-tracking, since it doesn't
## work with multiple -arch flags (see Apple's Technical Note TN2137)
##
@@ -1322,8 +1322,8 @@
##
## The package is configured to install in /usr/local and /var/local,
## with the RPM configuration files in /etc. RPM libraries are dynamic.
- ## The Perl module for RPM is included, built in /Library/Perl/5.8.6/
- ## The Python module for RPM is included, built in /Library/Python/2.3/
+ ## The Perl module for RPM is included, built in /Library/Perl/
+ ## The Python module for RPM is included, built in /Library/Python/
##
@source %standalone-modules
@@ .
Received on Sat Nov 3 12:29:14 2007