automatic version update by autodist [release 2.48-1mamba;Sun Jan 05 2025]
This commit is contained in:
parent
f9f8c27388
commit
471abb12b4
@ -1,5 +1,5 @@
|
|||||||
Name: liblinear
|
Name: liblinear
|
||||||
Version: 2.47
|
Version: 2.48
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for solving large-scale regularized linear classification and regression
|
Summary: A library for solving large-scale regularized linear classification and regression
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,7 +12,7 @@ Patch0: liblinear-1.96.makefile.patch
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatlas-devel
|
BuildRequires: libblas-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -51,7 +51,6 @@ Requires: python
|
|||||||
%description -n python-%{name}
|
%description -n python-%{name}
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -64,7 +63,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.47
|
Version: 2.48
|
||||||
|
|
||||||
prefix=%{_prefix}
|
prefix=%{_prefix}
|
||||||
includedir=%{_includedir}
|
includedir=%{_includedir}
|
||||||
@ -100,8 +99,6 @@ install -m 0644 python/*.py* %{buildroot}%{python_sitearch}/
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -124,6 +121,9 @@ install -m 0644 python/*.py* %{buildroot}%{python_sitearch}/
|
|||||||
#%{python_sitearch}/*
|
#%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 05 2025 Automatic Build System <autodist@openmamba.org> 2.48-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 2.47-1mamba
|
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 2.47-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user