]> git.pld-linux.org Git - packages/popt.git/commitdiff
- release 4, popt-1_3-4
authorkloczek <kloczek@pld-linux.org>
Fri, 23 Jul 1999 18:55:57 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro in %build,
- lib*.la moved to devel.

Changed files:
    popt.spec -> 1.18

popt.spec

index db31e543d9944aaa68b134f4c3fc12888b5cc313..c891961dfc8834317cc320ddadf1159f893c3845 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -5,7 +5,7 @@ Summary(pl):    Biblioteka C do przetwarzania parametr
 Summary(tr):   Komut satýrý parametrelerini ayrýþtýrýmak için C arþivi
 Name:          popt
 Version:       1.3
-Release:       3
+Release:       4
 Copyright:     LGPL
 Group:         Libraries
 Group(pl):     Biblioteki
@@ -88,11 +88,8 @@ Biblioteka statyczna do popt
 
 %build
 autoconf
-CFLAGS="$RPM_OPT_FLAGS" \
-./configure \
-       --prefix=%{_prefix} \
-       --enable-shared %{_target_platform}
-
+%configure \
+       --enable-shared
 make
 
 %install
@@ -122,10 +119,10 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpopt.so
+%attr(755,root,root) %{_libdir}/libpopt.la
 %{_mandir}/man3/popt.3.gz
 %{_includedir}/popt.h
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libpopt.a
-%{_libdir}/libpopt.la
This page took 0.110434 seconds and 4 git commands to generate.