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