]> git.pld-linux.org Git - packages/automake.git/commitdiff
- --host/--build compatible with rpm both 4.4/4.5 auto/th/automake-1_11_1-2
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 18 Jun 2010 18:25:36 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake.spec -> 1.143

automake.spec

index 67a288bf10800e8d0a2d399bb2c04a20cd156f6e..0bd5fa4ee0543c8f2beb9918716225704a559359 100644 (file)
@@ -123,10 +123,10 @@ ln -s ../m4/[!a]*.m4 ../m4/a[!m]*.m4 .
 %endif
 
 # NOTE: _target macro becames "noarch" if ./builder passes --target=noarch, so
-# use plain /usr/bin/rpmbuild.
+# be sure use plain /usr/bin/rpmbuild.
 %configure \
-       --host=%{_target} \
-       --build=%{_target}
+       --host=%{_host} \
+       --build=%{_host}
 %{__make}
 
 %install
@@ -137,7 +137,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
        DESTDIR=$RPM_BUILD_ROOT \
        pkgvdatadir=%{_datadir}/automake
 
-install aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
+cp -a aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
 
This page took 0.110665 seconds and 4 git commands to generate.