automatic version update by autodist [release 2.44-1mamba;Sat Apr 02 2022]
This commit is contained in:
parent
ffc45bf38c
commit
229ff89bfd
@ -1,21 +1,19 @@
|
||||
Name: liblinear
|
||||
Version: 2.43
|
||||
Version: 2.44
|
||||
Release: 1mamba
|
||||
Summary: Development/Libraries
|
||||
Summary: A library for solving large-scale regularized linear classification and regression
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: https://www.csie.ntu.edu.tw/~cjlin/liblinear
|
||||
## GITSOURCE https://github.com/cjlin1/liblinear.git v196
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.csie.ntu.edu.tw/~cjlin/liblinear/
|
||||
Source: https://github.com/cjlin1/liblinear.git/v196/liblinear-%{version}.tar.bz2
|
||||
Patch0: liblinear-1.96.makefile.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libblas-devel
|
||||
BuildRequires: libatlas-devel
|
||||
BuildRequires: libgcc
|
||||
#BuildRequires: libpython-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gcc-c++
|
||||
@ -53,6 +51,8 @@ Requires: python
|
||||
%description -n python-%{name}
|
||||
%{summary}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
@ -64,7 +64,7 @@ cat << _EOF >> %{name}.pc
|
||||
Name: %{name}
|
||||
Description: Library for Large Linear Classification
|
||||
URL: %{url}
|
||||
Version: 2.43
|
||||
Version: 2.44
|
||||
|
||||
prefix=%{_prefix}
|
||||
includedir=%{_includedir}
|
||||
@ -119,11 +119,14 @@ install -m 0644 python/*.py* %{buildroot}%{python_sitearch}/
|
||||
%{_bindir}/%{name}-predict
|
||||
%{_bindir}/%{name}-train
|
||||
|
||||
%files -n python-%{name}
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/*
|
||||
#%files -n python-%{name}
|
||||
#%defattr(-,root,root)
|
||||
#%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 2.44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 2.43-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user