ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/rpm-macosx.patch
(Generate patch)

Comparing COMP/CMSDIST/rpm-macosx.patch (file contents):
Revision 1.1 by eulisse, Mon Jul 9 11:46:45 2007 UTC vs.
Revision 1.3 by eulisse, Mon Dec 3 10:47:13 2007 UTC

# Line 11 | Line 11 | index eaa4a8b..da5f646 100644
11   #endif
12  
13   #endif
14 + diff --git a/find-provides b/find-provides
15 + index 5064414..b068912 100755
16 + --- a/autodeps/darwin.prov
17 + +++ b/autodeps/darwin.prov
18 + @@ -5,7 +5,7 @@
19 + # This script reads filenames from STDIN and outputs any relevant provides
20 + # information that needs to be included in the package.
21 +
22 + -filelist=$(sed -n -e '/\.dylib/p' -e '/\.so/p' -e '/\.bundle/p' | sort | uniq | xargs file -L 2>/dev/null | grep "Mach-O.*ppc" | cut -d: -f1)
23 + +filelist=$(sed -n -e '/\.dylib/p' -e '/\.so/p' -e '/\.bundle/p' | sort | uniq | xargs file -L 2>/dev/null | grep "Mach-O.*\(ppc\|i386\)" | cut -d: -f1)
24 +
25 + for f in $filelist; do
26 +     libname=$(basename $f | sed -e 's;\..*;;')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines