]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- macros for php pear
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 23 Jun 2002 23:04:48 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros.php -> 1.1

rpm-macros.php [new file with mode: 0644]

diff --git a/rpm-macros.php b/rpm-macros.php
new file mode 100644 (file)
index 0000000..c0da6db
--- /dev/null
@@ -0,0 +1,9 @@
+# Perl specific macro definitions.
+# To make use of these macros insert the following line into your spec file:
+# %include @RPMCONFIGDIR@/macros.php
+
+%define                __find_requires @RPMCONFIGDIR@/find-php-requires
+%define                __find_provides @RPMCONFIGDIR@/find-php-provides
+
+%define                php_pear_dir    %{_datadir}/pear
+
This page took 0.23478 seconds and 4 git commands to generate.