93 lines
2.7 KiB
RPMSpec
93 lines
2.7 KiB
RPMSpec
Name: libexttextcat
|
|
Version: 3.4.7
|
|
Release: 1mamba
|
|
Summary: An N-Gram-Based Text Categorization library primarily intended for language guessing
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.freedesktop.org/wiki/Software/libexttextcat/
|
|
Source: https://github.com/LibreOffice/libexttextcat.git/v%{version}/libexttextcat-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Libexttextcat is an N-Gram-Based Text Categorization library primarily intended for language guessing.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
./autogen.sh
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libexttextcat-2.0.so.*
|
|
%dir %{_datadir}/libexttextcat
|
|
%{_datadir}/libexttextcat/fpdb.conf
|
|
%{_datadir}/libexttextcat/*.lm
|
|
%doc LICENSE
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_bindir}/createfp
|
|
%dir %{_includedir}/libexttextcat
|
|
%{_includedir}/libexttextcat/*.h
|
|
%{_libdir}/libexttextcat-2.0.a
|
|
%{_libdir}/libexttextcat-2.0.so
|
|
%{_libdir}/pkgconfig/libexttextcat.pc
|
|
%{_datadir}/vala/vapi/libexttextcat.vapi
|
|
%doc ChangeLog README README.libtextcat TODO
|
|
|
|
%changelog
|
|
* Tue Mar 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.7-1mamba
|
|
- update to 3.4.7
|
|
|
|
* Wed Nov 10 2021 Automatic Build System <autodist@mambasoft.it> 3.4.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 08 2017 Automatic Build System <autodist@mambasoft.it> 3.4.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 29 2014 Automatic Build System <autodist@mambasoft.it> 3.4.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Jul 09 2013 Automatic Build System <autodist@mambasoft.it> 3.4.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 04 2013 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 16 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 21 2012 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 02 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.0-1mamba
|
|
- package created by autospec
|