From b4578760842ed1a553d8d063185139859c8a47e1 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Tue, 1 Apr 2003 12:57:57 +0000 Subject: [PATCH] - release 0.%%{snap}.3 - 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rpm.platform diff --git a/rpm.platform b/rpm.platform new file mode 100644 index 0000000..6203d14 --- /dev/null +++ b/rpm.platform @@ -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 -- 2.44.0