]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- version 1.730: added _noautoreq_mono
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Nov 2017 16:35:10 +0000 (17:35 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Nov 2017 16:35:10 +0000 (17:35 +0100)
rpm-build-macros.spec
rpm.macros

index 4e17fe3762ac16b329fb23324e363c39c4c32bce..a7a50e75b96ee8df591e92f7a4e6d3bfe658bc08 100644 (file)
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.729
+%define                rpm_macros_rev  1.730
 %define                find_lang_rev   1.40
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
index 50a4d5e305bdb8fd4bb0df3612f30b712e1d286a..e93ce4eb50714d8d72532db32d1a53aa6858eea8 100644 (file)
@@ -926,9 +926,10 @@ fi; \
 %__noautoprov          %(sed -e s'/#.*//' /etc/rpm/noautoprov)%{?_noautoprov: %{_noautoprov}}
 %__noautoreq           %(sed -e s'/#.*//' /etc/rpm/noautoreq) \
        %{?_noautoreq: %{_noautoreq}} \
+       %{?_noautoreq_java: %{__noauto_regexp_helper -p java %{_noautoreq_java}}} \
+       %{?_noautoreq_mono: %{__noauto_regexp_helper -p mono %{_noautoreq_java}}} \
        %{?_noautoreq_pear: %{__noauto_regexp_helper -p pear %{_noautoreq_pear}}} \
        %{?_noautoreq_perl: %{__noauto_regexp_helper -p perl %{_noautoreq_perl}}} \
-       %{?_noautoreq_java: %{__noauto_regexp_helper -p java %{_noautoreq_java}}} \
        %{?_noautoreq_pyegg: %{__noauto_regexp_helper -p pythonegg %{_noautoreq_pyegg}}} \
        %{?_noautoreq_py3egg: %{__noauto_regexp_helper -p python3egg %{_noautoreq_py3egg}}} \
        %{nil}
@@ -944,6 +945,8 @@ fi; \
 # BuildRequires:       rpmbuild(macros) >= 1.709
 # %define _noautoreq_pyegg argparse
 # %define _noautoreq_py3egg backports.ssl-match-hostname ipaddress
+# BuildRequires:       rpmbuild(macros) >= 1.730
+# %define _noautoreq_mono Gendarme.Framework
 #
 %__noauto_regexp_helper(p:) %(echo "%*" | awk 'BEGIN{RS=" "}{printf("%{-p*}%{__qchar}(%%s%{__qchar}) ", $1)}')
 # detect quote character runtime
This page took 0.03726 seconds and 4 git commands to generate.