]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- release 0.%%{snap}.3
authorArtur Frysiak <artur@frysiak.net>
Tue, 1 Apr 2003 12:57:57 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- arch dependen macros in rpm.platform
- pld specific macros in rpm.macros (concatenated to macros)
- wrappers for {perl,php}.{req,prov} are unused
- python, perl and php macros go to rpm.macros (no reasion to separate it)
- rpm-perlprov-regonly.patch obsoleted by new version of rpm-perl-req-perlfile.patch
- support for php autodeps in internal deps generator
- fix php.{req,prov} to work with filelist on STDIN not at @ARGV
- allow installing this binary rpm by older version of rpm without PayloadPrefix support
- create "empty" macros.{perl,python,php} for compatibility with existing specs
- move librpm* to /lib ( /bin/rpm are no longer static {TODO: move libelf to
  /lib (don't depend on in), move bzip2 lib to /lib})

Changed files:
    rpm.platform -> 1.1

rpm.platform [new file with mode: 0644]

diff --git a/rpm.platform b/rpm.platform
new file mode 100644 (file)
index 0000000..6203d14
--- /dev/null
@@ -0,0 +1,16 @@
+# PLD rpm macros
+%_exec_prefix    %{_prefix}
+%_bindir         %{_exec_prefix}/bin
+%_sbindir        %{_exec_prefix}/sbin
+%_datadir        %{_prefix}/share
+%_sharedstatedir /var/lib
+%_lib            @LIB@
+%_libdir         %{_exec_prefix}/%{_lib}
+%_libexecdir     %{_exec_prefix}/%{_lib}
+%_includedir     %{_prefix}/include
+%_oldincludedir  /usr/include
+%_sysconfdir     /etc
+%_localstatedir  /var
+%_infodir        /usr/share/info
+%_mandir         %{_prefix}/share/man
+%_defaultdocdir  /usr/share/doc
This page took 0.106354 seconds and 4 git commands to generate.