]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-macros.patch
release++
[packages/rpm.git] / rpm-macros.patch
CommitLineData
bf39849f 1diff -Nur rpm-3.0.1/macros.in rpm-3.0.1.pld/macros.in
2--- rpm-3.0.1/macros.in Tue May 11 11:24:08 1999
3+++ rpm-3.0.1.pld/macros.in Mon May 17 20:07:52 1999
d6f89cbe
AF
4@@ -55,8 +55,8 @@
5 %_builddir %{_topdir}/BUILD
6 %_buildshell /bin/sh
7 %_bzip2bin @BZIP2BIN@
8-%_dbpath %{_var}/lib/rpm
9-%_defaultdocdir %{_usr}/doc
10+%_dbpath %{_var}/db/rpm
11+%_defaultdocdir %{_usr}/share/doc
12 #
13 # XXX fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
14 %_fixowner [ `%{__id} -u` = '0' ] && %{__chown} -Rf root
15@@ -69,13 +69,13 @@
5a076bba 16 %_rpmdir %{_topdir}/RPMS
e548b810 17 #
5a076bba
AF
18 # XXX Note escaped %% for use in headerSprintf
19-%_rpmfilename %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
20+%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
21 %_signature none
22 %_sourcedir %{_topdir}/SOURCES
23 %_specdir %{_topdir}/SPECS
24 %_srcrpmdir %{_topdir}/SRPMS
25 %_tmppath %{_var}/tmp
e548b810 26-%_topdir %{_usrsrc}/redhat
5a076bba
AF
27+%_topdir %(echo $HOME)/rpm
28 #
29 #==============================================================================
30 # ---- Optional rpmrc macros.
d6f89cbe
AF
31@@ -154,8 +154,8 @@
32 %_libdir %{_exec_prefix}/lib
33 %_includedir %{_prefix}/include
34 %_oldincludedir /usr/include
35-%_infodir %{_prefix}/include
36-%_mandir %{_prefix}/man
c96842a9 37+%_infodir /usr/share/info
d6f89cbe 38+%_mandir %{_prefix}/share/man
e548b810
AF
39
40 #==============================================================================
d6f89cbe 41 # ---- config.guess platform macros.
076a5b2d
AF
42diff -ru rpm-3.0.1.old/configure.in rpm-3.0.1/configure.in
43--- rpm-3.0.1.old/configure.in Wed May 19 10:17:34 1999
44+++ rpm-3.0.1/configure.in Wed May 19 10:18:32 1999
45@@ -781,7 +781,7 @@
46 export LIBS INCPATH
47
48 AC_CONFIG_SUBDIRS(popt)
49-AC_OUTPUT([Makefile rpmrc macros lib/Makefile
50+AC_OUTPUT([Makefile rpmrc macros macros.pld lib/Makefile
51 build/Makefile tools/Makefile scripts/Makefile
52 tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile
53 misc/Makefile po/Makefile.in intl/Makefile],
This page took 0.043214 seconds and 4 git commands to generate.