]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- added using %configure macro,
authorkloczek <kloczek@pld-linux.org>
Fri, 4 Jun 1999 13:59:50 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using DESTDIR on "make install".

Changed files:
    gettext.spec -> 1.16

gettext.spec

index 29cb7eca2a6f74bc33457826c38592762840d888..88da6ae48370b9832cd2ea01ec76064e41cab214 100644 (file)
@@ -54,8 +54,7 @@ uluslararas
 
 %build
 autoconf
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
+%configure \
        --enable-shared \
        --with-included-gettext \
        --prefix=%{_prefix}
@@ -64,7 +63,8 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 make install \
-       prefix=$RPM_BUILD_ROOT%{_prefix}
+       DESTDIR=$RPM_BUILD_ROOT \
+       SUBDIRS="doc lib src po m4 misc"
 
 strip $RPM_BUILD_ROOT%{_bindir}/* || :
 
This page took 0.046102 seconds and 4 git commands to generate.