]> git.pld-linux.org Git - packages/mpfr.git/commitdiff
- LGPL version, ghost soname symlink auto/ti/mpfr-2_3_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Jan 2008 18:37:48 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpfr.spec -> 1.11

mpfr.spec

index ddbfc0758c746343e4baf2fcf1e7bbd9c15dd29f..6f23ba007120cb5217d902dd8f63f4e59d393303 100644 (file)
--- a/mpfr.spec
+++ b/mpfr.spec
@@ -7,7 +7,7 @@ Summary(pl.UTF-8):      Biblioteka obliczeĹ„ zmiennoprzecinkowych wielokrotnej precyz
 Name:          mpfr
 Version:       2.3.1
 Release:       1
-License:       LGPL
+License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.bz2
 # Source0-md5: 8352b619e04dcc73411a38b39dd855f6
@@ -98,16 +98,17 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post devel    -p      /sbin/postshell
+%post  devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel  -p      /sbin/postshell
+%postun        devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS ChangeLog FAQ.html NEWS README TODO
 %attr(755,root,root) %{_libdir}/libmpfr.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmpfr.so.1
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.030263 seconds and 4 git commands to generate.