- updated license tags in spec file

OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=15
This commit is contained in:
Adam Majer 2018-06-26 07:08:55 +00:00 committed by Git OBS Bridge
parent c17238ccb8
commit 737acd3945
2 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 26 07:07:15 UTC 2018 - adam.majer@suse.de
- updated license tags in spec file
-------------------------------------------------------------------
Fri Jun 15 07:58:16 UTC 2018 - astieger@suse.com

View File

@ -48,7 +48,6 @@ high level languages.
%package -n %{lname}
Summary: GNU Scientific Library
License: GPL-3.0-or-later
Group: System/Libraries
%description -n %{lname}
@ -73,7 +72,6 @@ Least-Squares Fitting - Physical Constants - IEEE Floating-Point
%package -n %{lcblasname}
Summary: A standard C language APIs for BLAS from GNU Scientific Library
# file conflict, see boo#991155
License: GPL-3.0-or-later
Group: System/Libraries
Obsoletes: libgsl0
@ -83,7 +81,6 @@ GNU Scientific Library.
%package devel
Summary: GNU Scientific Library - development files
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
Requires: %{lcblasname} = %{version}
Requires: %{lname} = %{version}
@ -111,14 +108,13 @@ Numerical Differentiation - Chebyshev Approximation - Series Acceleration -
Discrete Hankel Transforms - Root-Finding - Minimization -
Least-Squares Fitting - Physical Constants - IEEE Floating-Point
%package doc
%package doc
Summary: GNU Scientific Library - development files
License: GPL-2.0-or-later
Group: Documentation/Other
Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq}
%description doc
%description doc
This package contains documentation for GSL
The GNU Scientific Library (GSL) is a collection of routines for
@ -175,11 +171,11 @@ rm -f %{buildroot}%{_infodir}/dir
%postun -n %{lcblasname} -p /sbin/ldconfig
%files
%license COPYING
%{_bindir}/gsl-histogram
%{_bindir}/gsl-randist
%{_mandir}/man1/gsl-histogram.1%{?ext_man}
%{_mandir}/man1/gsl-randist.1%{?ext_man}
%license COPYING
%files -n %{lname}
%{_libdir}/libgsl.so.*