]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- add -D to %pear_package_setup to prevent builddir removal auto/ac/rpm-build-macros-1_375-1 auto/ac/rpm-build-macros-1_375-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Feb 2007 02:10:13 +0000 (02:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.375

rpm.macros

index 4855e6837fc551bca2dea1d7306414930e3005cc..6e9901ada56c1d57a39d859cdfaf3e924224cc82 100644 (file)
@@ -1070,10 +1070,10 @@ fi \
 # using this macro will append optional-packages.txt to the nocompressdoc list
 # as it's displayed to user after package install. and adding additional gzip
 # dep is just waste ;)
-%pear_package_setup(a:n:z) \
+%pear_package_setup(a:n:zD) \
 %define srcdir %{-n*}%{!-n:%{_pearname}-%{version}} \
 %define builddir %{_builddir}/%{srcdir} \
-%setup -q -c -T -n %{srcdir} \
+%setup -q -c -T %{-D:-D} -n %{srcdir} \
 %{-z:tar zxf %{S:0}; %{-a:tar zxf %{S:%{-a*}}}} \
 %{-z:_P=package2.xml; [ -f $_P ] || _P=package.xml; _N=%{srcdir}; mv $_P $_N; cd $_N} \
 %__pear \\\
This page took 0.047858 seconds and 4 git commands to generate.