]> git.pld-linux.org Git - packages/dcdflib.c.git/blobdiff - dcdflib.c.spec
- converted to UTF-8
[packages/dcdflib.c.git] / dcdflib.c.spec
index 2def1f1eb6ac838b42a3c8a4d0dc8bdcbd820d1e..bc3096a11503f2826b49abe60a9aa0873af87510 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Library of C Routines for Cumulative Distribution Functions, Inverses etc.
-Summary(pl):   Biblioteka funkcji C do dystrybuant, odwrotno¶ci i innych parametrów
+Summary(pl.UTF-8):   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
 Source0:       ftp://odin.mda.uth.tmc.edu/pub/source/%{name}-%{version}.tar.gz
+# Source0-md5: 6e31235713c284b77809e10dd4c7c56b
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -14,31 +15,31 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Library of C Routines for Cumulative Distribution Functions, Inverses
 and Other Parameters.
 
-%description -l pl
-Biblioteka funkcji C do dystrybuant, odwrotno¶ci i innych parametrów.
+%description -l pl.UTF-8
+Biblioteka funkcji C do dystrybuant, odwrotności i innych parametrów.
 
 %package devel
 Summary:       DCDFLIB.C header files
-Summary(pl):   Pliki nag³ówkowe DCDFLIB.C
+Summary(pl.UTF-8):   Pliki nagłówkowe DCDFLIB.C
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 DCDFLIB.C header files.
 
-%description devel -l pl
-Pliki nag³ówkowe DCDFLIB.C.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe DCDFLIB.C.
 
 %package static
 Summary:       DCDFLIB.C static library
-Summary(pl):   Biblioteka statyczna DCDFLIB.C
+Summary(pl.UTF-8):   Biblioteka statyczna DCDFLIB.C
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 DCDFLIB.C static library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteka statyczna DCDFLIB.C.
 
 %prep
@@ -46,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
@@ -56,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=install install libcdflib.la $RPM_BUILD_ROOT%{_libdir}
 install cdflib.h $RPM_BUILD_ROOT%{_includedir}
 
 %clean
This page took 0.091295 seconds and 4 git commands to generate.