]> git.pld-linux.org Git - packages/automake.git/commitdiff
- release 7, automake-1_4-7
authorkloczek <kloczek@pld-linux.org>
Wed, 4 Aug 1999 01:34:55 +0000 (01:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro,
- added DESTDIR style installing files.

Changed files:
    automake.spec -> 1.24

automake.spec

index 45f57bbce5450764ab4c7648e1c7d2c6fcb4ea5d..666600bc71e625700ee71bf225379146e2bd10c0 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    GNU Automake - generator plik
 Summary(tr):   Makefile yapýlandýrma araçlarý
 Name:          automake
 Version:       1.4
-Release:       6
+Release:       7
 Copyright:     GPL
 Group:         Development/Building
 Group(pl):     Programowanie/Budowanie
@@ -54,13 +54,12 @@ de
 %patch3 -p1
 
 %build
-./configure \
-       --prefix=%{_prefix}
+%configure
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install prefix=$RPM_BUILD_ROOT%{_prefix}
+make install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man1/*} \
        AUTHORS ChangeLog NEWS README THANKS TODO
This page took 0.17396 seconds and 4 git commands to generate.