SHA256
1
0
forked from pool/pari

- Rename %soname to %sover to better reflect its use.

OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=32
This commit is contained in:
Jan Engelhardt 2018-12-10 23:50:20 +00:00 committed by Git OBS Bridge
parent fb8a0fbf49
commit 4139ba66e0
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 10 23:50:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Rename %soname to %sover to better reflect its use.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 7 21:14:49 UTC 2018 - Todd R <toddrme2178@gmail.com> Fri Dec 7 21:14:49 UTC 2018 - Todd R <toddrme2178@gmail.com>

View File

@ -16,7 +16,6 @@
# #
%if 0%{?sle_version} == 150000 && !0%{?is_opensuse} %if 0%{?sle_version} == 150000 && !0%{?is_opensuse}
%bcond_with qt %bcond_with qt
%else %else
@ -28,8 +27,8 @@
# for details on the SO versioning. # for details on the SO versioning.
Name: pari Name: pari
%define soname 6 %define sover 6
%define lname libpari-gmp%soname %define lname libpari-gmp%sover
Version: 2.11.0 Version: 2.11.0
Release: 0 Release: 0
Summary: Computer Algebra System for computations in Number Theory Summary: Computer Algebra System for computations in Number Theory
@ -133,7 +132,7 @@ cp "%{S:3}" .;
%doc CHANGES CHANGES-* NEW README %doc CHANGES CHANGES-* NEW README
%doc examples/ %doc examples/
%_libdir/libpari-gmp.so.%version %_libdir/libpari-gmp.so.%version
%_libdir/libpari-gmp.so.%soname %_libdir/libpari-gmp.so.%sover
%files devel %files devel
%license AUTHORS COPYING %license AUTHORS COPYING