Author: qboosh Date: Fri Oct 28 05:36:07 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.1.10 (note: SONAME has changed)
---- Files affected: SPECS: cln.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/cln.spec diff -u SPECS/cln.spec:1.10 SPECS/cln.spec:1.11 --- SPECS/cln.spec:1.10 Mon May 30 22:56:51 2005 +++ SPECS/cln.spec Fri Oct 28 07:36:02 2005 @@ -2,14 +2,14 @@ Summary: C++ Class Library for Numbers Summary(pl): Biblioteka klas C++ dla liczb Name: cln -Version: 1.1.9 +Version: 1.1.10 Release: 1 License: GPL Group: Libraries Source0: ftp://ftpthep.physik.uni-mainz.de/pub/gnu/%{name}-%{version}.tar.bz2 -# Source0-md5: 76fbeeeeac1559e482b404b4674915e2 +# Source0-md5: f194811dadcd2b1dca5f78a62370eb56 Patch0: %{name}-info.patch -Patch1: %{name}-link.patch +#Patch1: %{name}-link.patch URL: http://www.ginac.de/CLN/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -70,14 +70,12 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 -# kill m4/libtool.m4 inclusion -head -n 871 autoconf/aclocal.m4 > acinclude.m4 +rm -f m4/libtool.m4 %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %configure %{__make} @@ -106,23 +104,23 @@ %files %defattr(644,root,root,755) %doc ChangeLog NEWS README TODO* -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libcln.so.*.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/cln-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libcln.so +%{_libdir}/libcln.la %{_includedir}/cln %{_mandir}/man1/cln-config.1* -%{_infodir}/*.info* -%{_aclocaldir}/*.m4 -%{_pkgconfigdir}/*.pc +%{_infodir}/cln.info* +%{_aclocaldir}/cln.m4 +%{_pkgconfigdir}/cln.pc %{_examplesdir}/%{name}-%{version} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libcln.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -130,6 +128,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2005/10/28 05:36:02 qboosh +- updated to 1.1.10 (note: SONAME has changed) + Revision 1.10 2005/05/30 20:56:51 zbyniu - BR: tetex-, texinfo-texi2dvi ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cln.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
