]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmrc.patch
- added rebuilddb in %post
[packages/rpm.git] / rpm-rpmrc.patch
1 --- rpm-2.91/rpmrc.in~  Mon Feb 15 19:47:35 1999
2 +++ rpm-2.91/rpmrc.in   Tue Mar 16 21:37:10 1999
3 @@ -6,12 +6,13 @@
4  # whenever a new version of RPM is installed.
5  
6  dbpath:                @varprefix@/lib/rpm
7 -topdir:                @prefix@/src/redhat
8 +topdir:                @prefix@/src/rpm
9  tmppath:       @tmpdir@
10  gzipbin:       @GZIPBIN@
11  bzip2bin:      @BZIP2BIN@
12  defaultdocdir:  @prefix@/doc
13  fixperms:      @FIXPERMS@
14 +Vendor:         PLD          
15  rpmfilename:    %{ARCH}/%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm
16  instchangelog: 5
17  
18 @@ -19,10 +20,12 @@
19  
20  # Please send new entries to rpm-list@redhat.com
21  
22 +# Plesae send new entries to pld-list@pld.org.pl 
23 +
24  #############################################################
25  # Values for RPM_OPT_FLAGS for various platforms
26  
27 -optflags: i386 -O2 -m486 -fno-strength-reduce
28 +optflags: i386 -O2 -mpentium
29  optflags: alpha -O2
30  optflags: sparc -O2
31  optflags: sparc64 -O2
This page took 0.031527 seconds and 3 git commands to generate.