SPECS: libmath++.spec - ver. 0.0.4 - changed Source URL - use auto...

sls sls at pld-linux.org
Fri Mar 28 01:18:48 CET 2008


Author: sls                          Date: Fri Mar 28 00:18:48 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ver. 0.0.4
- changed Source URL
- use autotools
- more verbose files
- ghost soname symlinks

---- Files affected:
SPECS:
   libmath++.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/libmath++.spec
diff -u SPECS/libmath++.spec:1.9 SPECS/libmath++.spec:1.10
--- SPECS/libmath++.spec:1.9	Tue Feb 13 07:46:51 2007
+++ SPECS/libmath++.spec	Fri Mar 28 01:18:43 2008
@@ -2,14 +2,18 @@
 Summary:	A template based math C++ library for symbolic and numeric calculus applications
 Summary(pl.UTF-8):	Matematyczna biblioteka szablonów w C++ dla aplikacji symbolicznych i numerycznych
 Name:		libmath++
-Version:	0.0.3
-Release:	2
+Version:	0.0.4
+Release:	1
 License:	LGPL/GPL
 Group:		Libraries
-Source0:	http://upstream.trapni-akane.org/libmath++/%{name}-%{version}.tar.gz
-# Source0-md5:	f7d1bd1059b9620e5e9c8e2204430d3c
+#Source0:	http://upstream.trapni-akane.org/libmath++/%{name}-%{version}.tar.gz
+Source0:	http://ftp.debian.org/debian/pool/main/libm/libmath++/%{name}_%{version}.orig.tar.gz
+# Source0-md5:	ef2933a45df4def2d0a37f560399c9ad
 Patch:		%{name}-opt.patch
 URL:		http://upstream.trapni-akane.org/libmath++/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -50,6 +54,11 @@
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
 %configure
 
 %{__make} \
@@ -73,18 +82,19 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libmath++.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmath++.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libmath++.so
+%{_libdir}/libmath++.la
 %{_includedir}/math++
 %{_examplesdir}/%{name}-%{version}
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libmath++.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -92,6 +102,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2008-03-28 00:18:43  sls
+- ver. 0.0.4
+- changed Source URL
+- use autotools
+- more verbose files
+- ghost soname symlinks
+
 Revision 1.9  2007-02-13 06:46:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libmath++.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list