From ca6b6af0d8a1f64c95a212e8c6622085e3f4e38d Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 13 Jun 2022 21:07:42 +0200 Subject: [PATCH] - fix php macros --- attr.php | 4 ++-- rpm-tld-macros.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/attr.php b/attr.php index adb9e47..2b739e4 100644 --- a/attr.php +++ b/attr.php @@ -1,5 +1,5 @@ -#__php_provides %{_rpmhome}/php.prov +%__php_provides %{_rpmhome}/php.prov # define 'php_req_new' in ~/.rpmmacros to use php version of req finder -#__php_requires env PHP_MIN_VERSION=%{?php_min_version} %{_rpmhome}/php.req%{?php_req_new:.php} +%__php_requires env PHP_MIN_VERSION=%{?php_min_version} %{_rpmhome}/php.req%{?php_req_new:.php} %__php_magic ^PHP script.* %__php_path \\.php$ diff --git a/rpm-tld-macros.spec b/rpm-tld-macros.spec index 6ad80c9..9af5dc1 100644 --- a/rpm-tld-macros.spec +++ b/rpm-tld-macros.spec @@ -6,7 +6,7 @@ Summary: TLD Linux RPM macros Summary(pl.UTF-8): Makra RPM dla Linuksa TLD Name: rpm-tld-macros Version: %{rpm_macros_rev} -Release: 5 +Release: 6 License: GPL v2+ Group: Development/Building Source0: macros.tld -- 2.44.0