]> git.pld-linux.org Git - packages/cln.git/blobdiff - cln.spec
- updated to 1.3.2
[packages/cln.git] / cln.spec
index e5682ed80f29c85e47b5387fb6d18076dac28ce6..793a7240cfd8375638c544350c344f9ef166310a 100644 (file)
--- a/cln.spec
+++ b/cln.spec
@@ -1,16 +1,16 @@
 Summary:       C++ Class Library for Numbers
-Summary(pl):   Biblioteka klas C++ dla liczb
+Summary(pl.UTF-8):     Biblioteka klas C++ dla liczb
 Name:          cln
-Version:       1.1.13
+Version:       1.3.2
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftpthep.physik.uni-mainz.de/pub/gnu/%{name}-%{version}.tar.bz2
-# Source0-md5: 1f3d227360003b389bba14c8a5c3695a
+# Source0-md5: d897cce94d9c34d106575ed4ec865d71
 Patch0:                %{name}-info.patch
 URL:           http://www.ginac.de/CLN/
-BuildRequires: autoconf >= 2.50
-BuildRequires: automake
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.10
 BuildRequires: gmp-devel >= 3.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
@@ -18,6 +18,7 @@ BuildRequires:        tetex-dvips
 BuildRequires: tetex-fonts-latex
 BuildRequires: tetex-format-plain
 BuildRequires: tetex-metafont
+BuildRequires: texconfig
 BuildRequires: texinfo
 BuildRequires: texinfo-texi2dvi
 Requires:      gmp >= 3.0
@@ -32,13 +33,13 @@ A GPLed collection of C++ math classes and functions, that will bring
 efficiency, type safety, algebraic syntax to everyone in a memory and
 speed efficient library.
 
-%description -l pl
-Objêty licencj± GPL zbiór klas i funkcji matematycznych C++ daj±cy
-wydajno¶æ, bezpieczne typy i sk³adniê algebraiczn±.
+%description -l pl.UTF-8
+Objęty licencją GPL zbiór klas i funkcji matematycznych C++ dający
+wydajność, bezpieczne typy i składnię algebraiczną.
 
 %package devel
 Summary:       Development files for programs using the CLN library
-Summary(pl):   Pliki do programowania z u¿yciem biblioteki CLN
+Summary(pl.UTF-8):     Pliki do programowania z użyciem biblioteki CLN
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      gmp-devel >= 3.0
@@ -49,20 +50,20 @@ Obsoletes:  libcln2-devel
 This package is necessary if you wish to develop software based on the
 CLN library.
 
-%description devel -l pl
-Ten pakiet jest niezbêdny do tworzenia oprogramowania opartego na
+%description devel -l pl.UTF-8
+Ten pakiet jest niezbędny do tworzenia oprogramowania opartego na
 bibliotece CLN.
 
 %package static
 Summary:       Static CLN library
-Summary(pl):   Statyczna biblioteka CLN
+Summary(pl.UTF-8):     Statyczna biblioteka CLN
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static CLN library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka CLN.
 
 %prep
@@ -93,26 +94,26 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%post  devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%postun        devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog NEWS README TODO*
+%doc NEWS README TODO
+%attr(755,root,root) %{_bindir}/pi
 %attr(755,root,root) %{_libdir}/libcln.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcln.so.6
+%{_mandir}/man1/pi.1*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/cln-config
 %attr(755,root,root) %{_libdir}/libcln.so
 %{_libdir}/libcln.la
 %{_includedir}/cln
-%{_mandir}/man1/cln-config.1*
 %{_infodir}/cln.info*
-%{_aclocaldir}/cln.m4
 %{_pkgconfigdir}/cln.pc
 %{_examplesdir}/%{name}-%{version}
 
This page took 0.061095 seconds and 4 git commands to generate.