From: Christian Bauer Date: Sat, 27 Nov 1999 22:13:58 +0000 (+0000) Subject: - tweaked spec file X-Git-Tag: release_0-5-0~111 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=edfa3fd1d662a7d71f223ded9809040f901495f4;hp=15a53d32524bafa5ae5bd36b777591d5f594b0df - tweaked spec file --- diff --git a/GiNaC.spec.in b/GiNaC.spec.in index e370be64..0a503e88 100644 --- a/GiNaC.spec.in +++ b/GiNaC.spec.in @@ -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 @@ -19,10 +19,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 @@ -44,10 +44,12 @@ gzip -9n $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 +60,7 @@ 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}/bin/*