]> www.ginac.de Git - ginac.git/blobdiff - GiNaC.spec.in
- speedup by declaring x_pt and so on const
[ginac.git] / GiNaC.spec.in
index e370be64dcbaf172ff5657dda0686905eff910ea..1b178a117075144f803f0eec0f5aca2b3028da28 100644 (file)
@@ -1,10 +1,9 @@
-# spec file for GiNaC (not relocatable)
-
+# Note that this is NOT a relocatable package
 %define ver @VERSION@
 %define rel 1
 %define prefix /usr
 
-Summary: C++ library for symbolic mathematical calculations
+Summary: C++ library for symbolic calculations
 Name: GiNaC
 Version: %ver
 Release: %rel
@@ -19,10 +18,10 @@ Docdir: %{prefix}/doc
 
 %description
 GiNaC (which stands for "GiNaC is Not a CAS (computer algebra system)") is a
-C++ library for symbolic mathematical calculations. It is designed to allow
-the creation of integrated systems that embed symbolic manipulations together
-with more established areas of computer science (like computation-intense
-numeric applications, graphical interfaces, etc.) under one roof.
+C++ library for symbolic calculations. It is designed to allow the creation
+of integrated systems that embed symbolic manipulations together with more
+established areas of computer science (like computation-intense numeric
+applications, graphical interfaces, etc.) under one roof.
 
 %prep
 %setup
@@ -38,16 +37,18 @@ fi
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{prefix} install
-gzip -9n $RPM_BUILD_ROOT%{prefix}/info/*
+make prefix=$RPM_BUILD_ROOT%{prefix} install-strip
+gzip -9 $RPM_BUILD_ROOT%{prefix}/info/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 /sbin/install-info %{prefix}/info/ginac.info.gz %{prefix}/info/dir
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 
 %preun
 /sbin/install-info --delete %{prefix}/info/ginac.info.gz %{prefix}/info/dir
@@ -58,7 +59,13 @@ rm -rf $RPM_BUILD_ROOT
 %{prefix}/lib/lib*.so*
 %{prefix}/lib/*a
 %{prefix}/include/*
-%{prefix}/info/ginac.info*
+%{prefix}/info/*
 %{prefix}/man/man1/*
 %{prefix}/share/doc/GiNaC/*
+%{prefix}/share/aclocal/*
 %{prefix}/bin/*
+
+%changelog
+* Wed Dec  1 1999 Christian Bauer <Christian.Bauer@uni-mainz.de>
+
+- aclocal macros get installed