]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- if /etc/pld-release exist at build time then %{_vendor} = pld
authorArtur Frysiak <artur@frysiak.net>
Mon, 17 May 1999 20:55:51 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros.patch -> 1.6

rpm-macros.patch

index bceb746795484b0efe84096be69ecd4a442b2c8f..d03ae6083c0a457262e49a0e09525daa58b677c7 100644 (file)
@@ -28,22 +28,13 @@ diff -Nur rpm-3.0.1/macros.in rpm-3.0.1.pld/macros.in
  #
  #==============================================================================
  # ---- Optional rpmrc macros.
-@@ -107,7 +107,7 @@
- #     will be used if the per-platform macro file does not exist..
- #
- %_arch                        @RPMCANONARCH@
--%_vendor              @RPMCANONVENDOR@
-+%_vendor              pld
- %_os                  @RPMCANONOS@
- %_target_platform     %{_target_cpu}-%{_vendor}-%{_target_os}
- #
 @@ -154,8 +154,8 @@
  %_libdir              %{_exec_prefix}/lib
  %_includedir          %{_prefix}/include
  %_oldincludedir               /usr/include
 -%_infodir             %{_prefix}/include
 -%_mandir              %{_prefix}/man
-+%_infodir             %{_prefix}/share/info
++%_infodir             /usr/share/info
 +%_mandir              %{_prefix}/share/man
  
  #==============================================================================
This page took 0.035555 seconds and 4 git commands to generate.