Accepting request 415820 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/415820 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=35
This commit is contained in:
parent
6edef63f9c
commit
72f8ec8c7c
10
gsl.changes
10
gsl.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 11:08:14 UTC 2016 - adam.majer@suse.de
|
||||||
|
|
||||||
|
- Add missing Requires in -devel following package split
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 07:48:04 UTC 2016 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
- Move gslcblas library to separate package [boo#991155]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 18 20:39:30 UTC 2016 - dmitry_r@opensuse.org
|
Sat Jun 18 20:39:30 UTC 2016 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
27
gsl.spec
27
gsl.spec
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libgsl19
|
%define lname libgsl19
|
||||||
|
%define lcblasname libgslcblas0
|
||||||
Name: gsl
|
Name: gsl
|
||||||
Version: 2.1
|
Version: 2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -51,7 +52,7 @@ team in ANSI C and present a modern Applications Programming Interface
|
|||||||
(API) for C programmers, while allowing wrappers to be written for very
|
(API) for C programmers, while allowing wrappers to be written for very
|
||||||
high level languages.
|
high level languages.
|
||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: GNU Scientific Library
|
Summary: GNU Scientific Library
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -75,11 +76,22 @@ Numerical Differentiation - Chebyshev Approximation - Series Acceleration -
|
|||||||
Discrete Hankel Transforms - Root-Finding - Minimization -
|
Discrete Hankel Transforms - Root-Finding - Minimization -
|
||||||
Least-Squares Fitting - Physical Constants - IEEE Floating-Point
|
Least-Squares Fitting - Physical Constants - IEEE Floating-Point
|
||||||
|
|
||||||
|
%package -n %{lcblasname}
|
||||||
|
Summary: A standard C language APIs for BLAS from GNU Scientific Library
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: System/Libraries
|
||||||
|
# file conflict, see boo#991155
|
||||||
|
Obsoletes: libgsl0
|
||||||
|
|
||||||
|
%description -n %{lcblasname}
|
||||||
|
This library provides a native C interface to BLAS routines. This is part of
|
||||||
|
GNU Scientific Library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GNU Scientific Library - development files
|
Summary: GNU Scientific Library - development files
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}, %{lcblasname} = %{version}
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): %{install_info_prereq}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -168,6 +180,10 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
|
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n %{lcblasname} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n %{lcblasname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gsl-histogram
|
%{_bindir}/gsl-histogram
|
||||||
@ -178,8 +194,11 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%{_libdir}/libgsl.so.*
|
||||||
%{_libdir}/libgsl*.so.*
|
|
||||||
|
%files -n %{lcblasname}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libgslcblas.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user