[packages/rpm-pld-macros] Really fix that macro
arekm
arekm at pld-linux.org
Sun Jun 16 12:31:11 CEST 2024
commit 732c0e9b76112aa29f76e813530e92c43c63221c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Jun 16 11:31:41 2024 +0200
Really fix that macro
macros.php | 2 +-
rpm-pld-macros.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm-pld-macros.spec b/rpm-pld-macros.spec
index 138c6e9..fd82208 100644
--- a/rpm-pld-macros.spec
+++ b/rpm-pld-macros.spec
@@ -1,4 +1,4 @@
-%define rpm_macros_rev 2.033
+%define rpm_macros_rev 2.034
%define find_lang_rev 1.42
# split into individual X_prov_ver if there is a reason to desync
%define prov_ver 4.15
diff --git a/macros.php b/macros.php
index 3627318..b44af38 100644
--- a/macros.php
+++ b/macros.php
@@ -158,7 +158,7 @@ fi \
cat %{-z:$_N/}.install.log | %__pear_install_log \
%undos -f php,html,js,xml \
%{!?_noautocompressdoc:%global _noautocompressdoc %{nil}}%{expand:%%global _noautocompressdoc %{_noautocompressdoc} optional-packages.txt} \
-%{!?_noautoprov:%global _noautoprov %{nil}}%{expand:%%global _noautoprov %{_noautoprov} 'pear\\\(tests/.*\\\\)'} \
+%{!?_noautoprov:%global _noautoprov %{nil}}%{expand:%%global _noautoprov %{_noautoprov} 'pear\\\\(tests/.*\\\\)'} \
%{nil}
# Copies extracted PEAR package structure and PEAR registry to buildroot.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/732c0e9b76112aa29f76e813530e92c43c63221c
More information about the pld-cvs-commit
mailing list