Name: cln Summary: Class Library for Numbers Summary(ja): 数値用のクラスライブラリ Version: 1.3.4 Release: 2%{?_dist_release} Group: System Environment/Libraries License: GPLv2+ URL: http://www.ginac.de/CLN/ Source0: http://www.ginac.de/CLN/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gmp-devel BuildRequires: texinfo BuildRequires: texlive-collection-fontsrecommended %description CLN is a collection of C++ math classes and functions, which are designed for memory and speed efficiency, and enable type safety and algebraic syntax. %package devel Summary: Development files for programs using the CLN library Summary(ja): CLN ライブラリの開発用ファイル Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description devel CLN is a collection of C++ math classes and functions, which are designed for memory and speed efficiency, and enable type safety and algebraic syntax. This package is necessary if you wish to develop software based on the CLN library. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} make pdf make html %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' rm -f %{buildroot}%{_infodir}/dir rm -rf %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1/pi.* %check make %{?_smp_mflags} check %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post devel /sbin/install-info --section="Math" %{_infodir}/cln.info.gz %{_infodir}/dir 2>/dev/null || : %preun devel if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/cln.info.gz %{_infodir}/dir 2>/dev/null || : fi %files %defattr(-,root,root) %doc COPYING NEWS README TODO %{_libdir}/*.so.* %files devel %defattr(-,root,root) %doc COPYING doc/cln.pdf doc/cln.html %{_libdir}/*.so %{_libdir}/pkgconfig/cln.pc %{_includedir}/cln %{_infodir}/*.info* %changelog * Sun Jul 10 2016 Yoji TOYODA - 1.3.4-2 - rebuild with gcc-5.4.0 * Wed Oct 29 2014 Ryoichi INAGAKI - 1.3.4-1 - updated to 1.3.4 - removed Patch0 - built with gmp-5.1.3 - added BR: texlive-collection-fontsrecommended * Sun Sep 26 2010 Ryoichi INAGAKI - 1.3.1-2 - rebuilt with rpm-4.8.1 for pkg-config * Sat Mar 6 2010 Ryoichi INAGAKI - 1.3.1-1 - new upstream release - built with new toolchain * Sun Aug 30 2009 Ryoichi INAGAKI - 1.3.0-3 - Initial build for Vine Linux * Fri Jul 24 2009 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Jul 02 2009 Deji Akingunola - 1.3.0-1 - Update to latest upstream release 1.3.0 * Thu May 28 2009 Dan Horak - 1.2.2-5 - fix build on s390x - run the test-suite during build * Tue Feb 24 2009 Fedora Release Engineering - 1.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 04 2009 Deji Akingunola - 1.2.2-3 - Add upstream patch to build with gcc-4.4 * Fri Jan 16 2009 Rakesh Pandit 1.2.2-2 - Bump to solve dependency for ginac-devel * Tue Apr 29 2008 Quentin Spencer 1.2.2-1 - Update to 1.2.2. * Mon Feb 25 2008 Quentin Spencer 1.2.0-1 - Update to 1.2.0. - Update License tag. * Tue Feb 19 2008 Fedora Release Engineering - 1.1.13-5 - Autorebuild for GCC 4.3 * Thu Sep 13 2007 Quentin Spencer 1.1.13-4 - Add pkgconfig as a dependency of -devel. * Tue Aug 21 2007 Quentin Spencer 1.1.13-3 - Rebuild for F8. * Mon Aug 28 2006 Quentin Spencer 1.1.13-2 - Rebuild for FC-6. * Thu Aug 17 2006 Quentin Spencer 1.1.13-1 - New release. * Mon Feb 13 2006 Quentin Spencer 1.1.11-5 - Disable static build. - Enable parallel build. * Mon Feb 13 2006 Quentin Spencer 1.1.11-4 - Rebuild for Fedora Extras 5. - Remove /usr/share/info/dir after install. - Exclude static libs. * Mon Jan 16 2006 Quentin Spencer 1.1.11-3 - Exclude /usr/share/info/dir from package (bug 178660). * Mon Jan 16 2006 Quentin Spencer 1.1.11-2 - Update source URL. * Mon Jan 16 2006 Quentin Spencer 1.1.11-1 - New upstream release. * Mon Oct 31 2005 Quentin Spencer 1.1.10-1 - New upstream release, incorporating previous patch. * Mon Jun 20 2005 Quentin Spencer 1.1.9-8 - Rebuild * Mon Jun 13 2005 Quentin Spencer 1.1.9-4 - Patched include/cln/string.h to correctly compile on gcc-c++-4.0.0-9 * Fri May 27 2005 Quentin Spencer 1.1.9-3 - Added gmp-devel to Requires for devel * Fri May 20 2005 Quentin Spencer 1.1.9-2 - Added dist tag. * Wed May 11 2005 Quentin Spencer 1.1.9-1 - Excluded .la file * Fri Apr 22 2005 Quentin Spencer 1.1.9-1 - Added gmp-devel in BuildRequires, fixes in files - Added release to name in Requires for devel * Mon Mar 21 2005 Quentin Spencer 1.1.9-1 - Adapted spec file for Fedora Extras * Thu Nov 20 2003 Christian Bauer Added pkg-config metadata file to devel package * Wed Nov 6 2002 Christian Bauer Added HTML and DVI docs to devel package * Tue Nov 5 2001 Christian Bauer Added Packager