SPECS: GiNaC.spec - updated to 1.3.3, added c++ patch
qboosh
qboosh at pld-linux.org
Sun Mar 26 15:20:29 CEST 2006
Author: qboosh Date: Sun Mar 26 13:20:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.3.3, added c++ patch
---- Files affected:
SPECS:
GiNaC.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/GiNaC.spec
diff -u SPECS/GiNaC.spec:1.16 SPECS/GiNaC.spec:1.17
--- SPECS/GiNaC.spec:1.16 Mon Jan 23 16:08:55 2006
+++ SPECS/GiNaC.spec Sun Mar 26 15:20:24 2006
@@ -2,13 +2,14 @@
Summary: C++ class library for symbolic calculations
Summary(pl): Biblioteka klas C++ do obliczeń symbolicznych
Name: GiNaC
-Version: 1.3.1
-Release: 2
+Version: 1.3.3
+Release: 1
License: GPL
Group: Libraries
-Source0: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/%{name}-%{version}.tar.bz2
-# Source0-md5: 40c160ad313977293e5fea2acab09518
+Source0: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ginac-%{version}.tar.bz2
+# Source0-md5: 6278b954d17013a4c027e4d52a4bd8b4
Patch0: %{name}-info.patch
+Patch1: %{name}-c++.patch
URL: http://www.ginac.de/
BuildRequires: automake
BuildRequires: cln-devel >= 1.1
@@ -72,8 +73,9 @@
zawartość archiwów GiNaC.
%prep
-%setup -q
+%setup -q -n ginac-%{version}
%patch0 -p1
+%patch1 -p1
%build
cp -f /usr/share/automake/config.* .
@@ -103,22 +105,22 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libginac-*.so.*.*
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/ginac-config
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libginac.so
+%{_libdir}/libginac.la
%{_includedir}/ginac
%{_infodir}/*.info*
%{_mandir}/man1/ginac-config.1*
-%{_aclocaldir}/*
-%{_pkgconfigdir}/*.pc
+%{_aclocaldir}/ginac.m4
+%{_pkgconfigdir}/ginac.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libginac.a
%files utils
%defattr(644,root,root,755)
@@ -133,6 +135,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/03/26 13:20:24 qboosh
+- updated to 1.3.3, added c++ patch
+
Revision 1.16 2006/01/23 15:08:55 qboosh
- current policy is not to R: pkgconfig just because package has pkgconfig support
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/GiNaC.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list