- 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:
parent
c17238ccb8
commit
737acd3945
@ -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
|
Fri Jun 15 07:58:16 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
6
gsl.spec
6
gsl.spec
@ -48,7 +48,6 @@ high level languages.
|
|||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: GNU Scientific Library
|
Summary: GNU Scientific Library
|
||||||
License: GPL-3.0-or-later
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
@ -73,7 +72,6 @@ Least-Squares Fitting - Physical Constants - IEEE Floating-Point
|
|||||||
%package -n %{lcblasname}
|
%package -n %{lcblasname}
|
||||||
Summary: A standard C language APIs for BLAS from GNU Scientific Library
|
Summary: A standard C language APIs for BLAS from GNU Scientific Library
|
||||||
# file conflict, see boo#991155
|
# file conflict, see boo#991155
|
||||||
License: GPL-3.0-or-later
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libgsl0
|
Obsoletes: libgsl0
|
||||||
|
|
||||||
@ -83,7 +81,6 @@ GNU Scientific Library.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GNU Scientific Library - development files
|
Summary: GNU Scientific Library - development files
|
||||||
License: GPL-2.0-or-later
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lcblasname} = %{version}
|
Requires: %{lcblasname} = %{version}
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
@ -113,7 +110,6 @@ Least-Squares Fitting - Physical Constants - IEEE Floating-Point
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: GNU Scientific Library - development files
|
Summary: GNU Scientific Library - development files
|
||||||
License: GPL-2.0-or-later
|
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Requires(preun): %{install_info_prereq}
|
Requires(preun): %{install_info_prereq}
|
||||||
@ -175,11 +171,11 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%postun -n %{lcblasname} -p /sbin/ldconfig
|
%postun -n %{lcblasname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/gsl-histogram
|
%{_bindir}/gsl-histogram
|
||||||
%{_bindir}/gsl-randist
|
%{_bindir}/gsl-randist
|
||||||
%{_mandir}/man1/gsl-histogram.1%{?ext_man}
|
%{_mandir}/man1/gsl-histogram.1%{?ext_man}
|
||||||
%{_mandir}/man1/gsl-randist.1%{?ext_man}
|
%{_mandir}/man1/gsl-randist.1%{?ext_man}
|
||||||
%license COPYING
|
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%{_libdir}/libgsl.so.*
|
%{_libdir}/libgsl.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user