]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-macros.patch
external find-lang.sh source
[packages/rpm.git] / rpm-macros.patch
index 969c844a80824aafbe90c2c76896c4f68a3d382c..562a13a0389239067a055b448cec0764084a78a3 100644 (file)
@@ -1,18 +1,39 @@
-diff -ru rpm-3.0.1.old/macros.in rpm-3.0.1/macros.in
---- rpm-3.0.1.old/macros.in    Tue Apr 27 21:46:45 1999
-+++ rpm-3.0.1/macros.in        Fri May  7 03:24:13 1999
-@@ -55,8 +55,8 @@
- %_builddir            %{_topdir}/BUILD
- %_buildshell          /bin/sh
+diff -Nru rpm-4.0.1/configure.in rpm-4.0.1.new/configure.in
+--- rpm-4.0.1/configure.in     Wed Jan 31 13:22:16 2001
++++ rpm-4.0.1.new/configure.in Wed Jan 31 13:23:24 2001
+@@ -1042,7 +1042,7 @@
+ dnl export LIBS INCPATH CONFIG_SITE
+ AC_CONFIG_SUBDIRS(popt)
+-AC_OUTPUT([Doxyfile Makefile rpmrc macros platform rpmpopt rpm.spec scripts/brp-redhat
++AC_OUTPUT([Doxyfile Makefile rpmrc macros macros.pld platform rpmpopt rpm.spec scripts/brp-redhat
+       rpmio/Makefile lib/Makefile build/Makefile tools/Makefile
+       scripts/Makefile
+       tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile
+diff -Nru rpm-4.0.1/macros.in rpm-4.0.1.new/macros.in
+--- rpm-4.0.1/macros.in        Wed Jan 31 13:22:16 2001
++++ rpm-4.0.1.new/macros.in    Wed Jan 31 13:24:31 2001
+@@ -90,7 +90,7 @@
  %_bzip2bin            @BZIP2BIN@
--%_dbpath              %{_var}/lib/rpm
+ %_dbpath              %{_var}/lib/rpm
+ %_dbpath_rebuild      %{_dbpath}
 -%_defaultdocdir               %{_usr}/doc
-+%_dbpath              %{_var}/db/rpm
 +%_defaultdocdir               %{_usr}/share/doc
  #
- # XXX fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
- %_fixowner            [ `%{__id} -u` = '0' ] && %{__chown} -Rf root
-@@ -69,13 +69,13 @@
+ %__find_provides      @FINDPROVIDES@
+ %__find_requires      @FINDREQUIRES@
+@@ -102,8 +102,8 @@
+ %__id_u                       @__ID_U@
+ %__chown_Rhf          @__CHOWN_RHF@
+ %__chgrp_Rhf          @__CHGRP_RHF@
+-%_fixowner            [ `%{__id_u}` = '0' ] && %{__chown_Rhf} root
+-%_fixgroup            [ `%{__id_u}` = '0' ] && %{__chgrp_Rhf} @ROOT_GROUP@
++%_fixowner            [ `%{__id_u}` = '0' ] && %{__chown_Rhf} root.@ROOT_GROUP@
++#%_fixgroup           [ `%{__id_u}` = '0' ] && %{__chgrp_Rhf} @ROOT_GROUP@
+ %_fixperms            %{__chmod} -Rf @FIXPERMS@
+ #
+ %_gzipbin             @GZIPBIN@
+@@ -112,13 +112,13 @@
  %_rpmdir              %{_topdir}/RPMS
  #
  # XXX Note escaped %% for use in headerSprintf
@@ -25,18 +46,26 @@ diff -ru rpm-3.0.1.old/macros.in rpm-3.0.1/macros.in
  %_tmppath             %{_var}/tmp
 -%_topdir              %{_usrsrc}/redhat
 +%_topdir              %(echo $HOME)/rpm
- #
+ %_unzipbin            @UNZIPBIN@
  #==============================================================================
- # ---- Optional rpmrc macros.
-@@ -154,8 +154,8 @@
- %_libdir              %{_exec_prefix}/lib
+@@ -461,15 +461,15 @@
+ %_sbindir             %{_exec_prefix}/sbin
+ %_libexecdir          %{_exec_prefix}/libexec
+ %_datadir             %{_prefix}/share
+-%_sysconfdir          %{_prefix}/etc
++%_sysconfdir          /etc
+ %_sharedstatedir      %{_prefix}/com
+-%_localstatedir               %{_prefix}/var
++%_localstatedir               /var
+ %_lib                 lib
+ %_libdir              %{_exec_prefix}/%{_lib}
  %_includedir          %{_prefix}/include
  %_oldincludedir               /usr/include
--%_infodir             %{_prefix}/include
+-%_infodir             %{_prefix}/info
 -%_mandir              %{_prefix}/man
-+%_infodir             %{_prefix}/share/info
++%_infodir             /usr/share/info
 +%_mandir              %{_prefix}/share/man
  
  #==============================================================================
  # ---- config.guess platform macros.
-Only in rpm-3.0.1: macros.in~
This page took 0.043962 seconds and 4 git commands to generate.