]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- reworked find-*-wrappers, userpmdepswrappers patch, macros and platform macros
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jul 2003 22:24:49 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  to use --with-perl/--with-php options and pass _noauto{req,dep}* through args
- merged spec-prep-pre patch into macros
- release .20.1 (for heavy testing)
- NOTE: _noauto with "" quotes won't work now... use '' or no quotes

Changed files:
    rpm.macros -> 1.121

rpm.macros

index 244fbd1675579db653adda4aba61ef57f577a104..1317809565236ad304d89290cba7b842cd1763e6 100644 (file)
@@ -329,11 +329,6 @@ echo "Compress kernel modules if any."; \
 # exceptions system by Jacek Konieczny <jajcus@pld.org.pl>
 %__spec_prep_pre \
 _autoreqprov=n \
-%{?_noautoreqfiles:_autoreqprov=y}\
-%{?_noautoreq:_autoreqprov=y}\
-%{?_noautoreqdep:_autoreqprov=y}\
-%{?_noautoprovfiles:_autoreqprov=y}\
-%{?_noautoprov:_autoreqprov=y}\
 %{?_noautocompressdoc:_autoreqprov=y}\
 if [ "$_autoreqprov" = "y" ] ; then \
     if [ -f %{_builddir}/__rpm_lock ] ; then \
@@ -346,17 +341,12 @@ if [ "$_autoreqprov" = "y" ] ; then \
     fi \
 fi \
 %{?_noautocompressdoc:echo '%{_noautocompressdoc}' > %{_builddir}/__rpm_noautocompressdoc}\
+%{___build_pre}\
 %{nil}
 
 
 %__spec_clean_pre      %{___build_pre}\
 _autoreqprov=n \
-%{?_noautoreqfiles:_autoreqprov=y}\
-%{?_noautoreq:_autoreqprov=y}\
-%{?_noautoreqdep:_autoreqprov=y}\
-%{?_noautoprovfiles:_autoreqprov=y}\
-%{?_noautoprov:_autoreqprov=y}\
-%{?_noautoreqfiles:_autoreqprov=y}\
 %{?_noautocompressdoc:_autoreqprov=y}\
 if [ "$_autoreqprov" = "y" ] ; then \
        rm -f %{_builddir}/__rpm_* \
This page took 0.029599 seconds and 4 git commands to generate.