]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-php-macros.patch
- add PLD specific rpmrc settings
[packages/rpm.git] / rpm-php-macros.patch
index 2a314d043bfb32b9f731725df2d52772e48ecf5e..ff3c349bae04c73e4035c075d88eec72491bb833 100644 (file)
@@ -1,11 +1,29 @@
---- rpm-4.0.4/configure.ac.wiget       Tue Feb 12 23:26:36 2002
-+++ rpm-4.0.4/configure.ac     Tue Feb 12 23:27:46 2002
-@@ -1314,6 +1314,7 @@
-     rpmio/Makefile rpmdb/Makefile lib/Makefile build/Makefile
-     scripts/Makefile scripts/macros.perl scripts/macros.php
-     scripts/perl.req scripts/perl.prov
-+    scripts/php.req scripts/php.prov
-     scripts/macros.python tools/Makefile misc/Makefile doc/Makefile
-     doc/manual/Makefile doc/fr/Makefile doc/ja/Makefile doc/ko/Makefile
-     doc/pl/Makefile doc/ru/Makefile doc/sk/Makefile python/Makefile
-
+--- rpm-5.3.1/configure.ac.wiget       2010-05-30 16:43:06.000000000 +0200
++++ rpm-5.3.1/configure.ac     2010-05-30 16:43:38.482725491 +0200
+@@ -2199,6 +2199,7 @@ AC_CONFIG_FILES([ po/Makefile.in
+ AC_CONFIG_FILES([Makefile
+       rpmio/Makefile lib/Makefile build/Makefile sign/Makefile
+       po/Makefile.in scripts/Makefile scripts/perl.req scripts/perl.prov fileattrs/Makefile
++      scripts/php.req scripts/php.prov
+       misc/Makefile 
+       doc/Makefile
+       python/Makefile
+--- rpm-4.15.1/fileattrs/Makefile.am~  2019-06-26 23:17:31.000000000 +0900
++++ rpm-4.15.1/fileattrs/Makefile.am   2019-12-29 00:23:02.120085588 +0900
+@@ -8,6 +8,6 @@
+ fattrs_DATA = \
+       debuginfo.attr desktop.attr elf.attr font.attr libtool.attr metainfo.attr \
+       perl.attr perllib.attr pkgconfig.attr python.attr pythondist.attr ocaml.attr \
+-      script.attr
++      script.attr php.attr
+ EXTRA_DIST = $(fattrs_DATA)
+--- /dev/null  2019-12-23 19:28:16.334291624 +0900
++++ rpm-4.15.1/fileattrs/php.attr      2019-12-29 00:22:52.989864428 +0900
+@@ -0,0 +1,6 @@
++%__php_provides               %{_rpmconfigdir}/php.prov
++# define 'php_req_new' in ~/.rpmmacros to use php version of req finder
++%__php_requires               env PHP_MIN_VERSION=%{?php_min_version} %{_rpmconfigdir}/php.req%{?php_req_new:.php}
++%__php_magic          ^PHP script.*
++%__php_path           \\.php$
++%__php_flags          magic_and_path
This page took 0.032283 seconds and 4 git commands to generate.