]> www.ginac.de Git - ginac.git/blobdiff - GiNaC.spec.in
- tweaked spec file
[ginac.git] / GiNaC.spec.in
index 554699e98b551fcdcf14e9b5c16a1d719be9421b..0a503e880407ac9c4aaae4e0e116b506a89512b8 100644 (file)
@@ -4,7 +4,7 @@
 %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
@@ -14,38 +14,45 @@ Source: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/GiNaC-%{ver}.tar.gz
 BuildRoot: /tmp/GiNaC-%{PACKAGE_VERSION}-root
 Packager: Christian Bauer <Christian.Bauer@uni-mainz.de>
 URL: http://www.ginac.de/
-Prereq: install-info
+Prereq: /sbin/install-info
 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
 
 %build
-./configure --prefix=%prefix
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
+if [ "$SMP" != "" ]; then
+  (make "MAKE=make -k -j $SMP"; exit 0)
+  make
+else
+  make
+fi
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{prefix} install-strip
+make prefix=$RPM_BUILD_ROOT%{prefix} install
 gzip -9n $RPM_BUILD_ROOT%{prefix}/info/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-install-info %{prefix}/info/ginac.info.gz %{prefix}/info/dir
+%post
+/sbin/ldconfig
+/sbin/install-info %{prefix}/info/ginac.info.gz %{prefix}/info/dir
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 
 %preun
-install-info --delete %{prefix}/info/ginac.info.gz %{prefix}/info/dir
+/sbin/install-info --delete %{prefix}/info/ginac.info.gz %{prefix}/info/dir
 
 %files
 %defattr(-, root, root)
@@ -53,7 +60,7 @@ install-info --delete %{prefix}/info/ginac.info.gz %{prefix}/info/dir
 %{prefix}/lib/lib*.so*
 %{prefix}/lib/*a
 %{prefix}/include/*
-%{prefix}/info/ginac.info*
+%{prefix}/info/*
 %{prefix}/man/man1/*
 %{prefix}/share/doc/GiNaC/*
 %{prefix}/bin/*