Compare commits

...

No commits in common. 'c9' and 'f41' have entirely different histories.
c9 ... f41

2
.gitignore vendored

@ -1 +1 @@
SOURCES/libexttextcat-3.4.5.tar.xz
/libexttextcat-3.4.6.tar.xz

@ -1 +0,0 @@
dd6b4163c752a44384f309f8dabb830161f5f85f SOURCES/libexttextcat-3.4.5.tar.xz

@ -1,73 +1,17 @@
Name: libexttextcat
Version: 3.4.5
Release: 11%{?dist}
Summary: Text categorization library
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 3.4.6-4
- Convert license to SPDX
License: BSD
URL: https://wiki.documentfoundation.org/Libexttextcat
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
BuildRequires: gcc
BuildRequires: make
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
%description
%{name} is an N-Gram-Based Text Categorization library primarily
intended for language guessing.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package tools
Summary: Tool for creating custom document fingerprints
Requires: %{name}%{?_isa} = %{version}-%{release}
%description tools
The %{name}-tools package contains the createfp program that allows
you to easily create your own document fingerprints.
%prep
%autosetup -p1
%build
%configure --disable-silent-rules --disable-static --disable-werror
%make_build
%install
%make_install
rm -f %{buildroot}/%{_libdir}/*.la
%check
make check
%ldconfig_scriptlets
%files
%doc ChangeLog README*
%license LICENSE
%{_libdir}/%{name}*.so.*
%{_datadir}/%{name}
%files devel
%{_includedir}/%{name}
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/vala/vapi/libexttextcat.vapi
%files tools
%{_bindir}/createfp
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.5-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Nov 08 2021 Caolán McNamara <caolanm@redhat.com> 3.4.6-1
- latest version
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.5-10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -0,0 +1,65 @@
Name: libexttextcat
Version: 3.4.6
Release: %autorelease
Summary: Text categorization library
License: BSD-3-Clause
URL: https://wiki.documentfoundation.org/Libexttextcat
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: make
%description
%{name} is an N-Gram-Based Text Categorization library primarily
intended for language guessing.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package tools
Summary: Tool for creating custom document fingerprints
Requires: %{name}%{?_isa} = %{version}-%{release}
%description tools
The %{name}-tools package contains the createfp program that allows
you to easily create your own document fingerprints.
%prep
%autosetup -p1
%build
%configure --disable-silent-rules --disable-static --disable-werror
%make_build
%install
%make_install
rm -f %{buildroot}/%{_libdir}/*.la
%check
make check
%ldconfig_scriptlets
%files
%doc ChangeLog README*
%license LICENSE
%{_libdir}/%{name}*.so.*
%{_datadir}/%{name}
%files devel
%{_includedir}/%{name}
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/vala/vapi/libexttextcat.vapi
%files tools
%{_bindir}/createfp
%changelog
%autochangelog

@ -0,0 +1 @@
SHA512 (libexttextcat-3.4.6.tar.xz) = 5fe7b9b78d2d81b26ba07ce16c6dae490369a0a8b11561cc1260d893c86ef54cf76982751927eed71ac792cdbb47bac0f7acc71939a38c93310ee2bda174448b
Loading…
Cancel
Save