]> git.pld-linux.org Git - packages/dcdflib.c.git/blobdiff - dcdflib.c.spec
- updated libtool usage, release 2 for Ac
[packages/dcdflib.c.git] / dcdflib.c.spec
index 3496f0d5ad92ab3fcf36b152a4fe7d09b8ae4e11..ef574dda97e57036d686bc55a7751672cda89ad3 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Library of C Routines for Cumulative Distribution Functions, Inverses e
 Summary(pl):   Biblioteka funkcji C do dystrybuant, odwrotno¶ci i innych parametrów
 Name:          dcdflib.c
 Version:       1.1
-Release:       1
+Release:       2
 # partially public domain, but ACM implementations are non-commercial
 License:       non-commercial distribution and use
 Group:         Libraries
@@ -47,9 +47,9 @@ Biblioteka statyczna DCDFLIB.C.
 
 %build
 cd src
-libtool %{__cc} %{rpmcflags} -c ipmpar.c
-libtool %{__cc} %{rpmcflags} -c dcdflib.c
-libtool %{__cc} %{rpmldflags} -o libcdflib.la -rpath %{_libdir} \
+libtool --mode=compile %{__cc} %{rpmcflags} -c ipmpar.c
+libtool --mode=compile %{__cc} %{rpmcflags} -c dcdflib.c
+libtool --mode=link %{__cc} %{rpmldflags} -o libcdflib.la -rpath %{_libdir} \
        ipmpar.lo dcdflib.lo
 
 %install
@@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
 
 cd src
-libtool install libcdflib.la $RPM_BUILD_ROOT%{_libdir}
+libtool --mode=link install libcdflib.la $RPM_BUILD_ROOT%{_libdir}
 install cdflib.h $RPM_BUILD_ROOT%{_includedir}
 
 %clean
This page took 0.31531 seconds and 4 git commands to generate.