Compare commits
No commits in common. 'c9' and 'f41' have entirely different histories.
@ -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
|
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 3.4.6-4
|
||||||
Version: 3.4.5
|
- Convert license to SPDX
|
||||||
Release: 11%{?dist}
|
|
||||||
Summary: Text categorization library
|
|
||||||
|
|
||||||
License: BSD
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-3
|
||||||
URL: https://wiki.documentfoundation.org/Libexttextcat
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-2
|
||||||
BuildRequires: make
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
%description
|
* Mon Nov 08 2021 Caolán McNamara <caolanm@redhat.com> 3.4.6-1
|
||||||
%{name} is an N-Gram-Based Text Categorization library primarily
|
- latest version
|
||||||
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
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.5-10
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-10
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-9
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- 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
|
Loading…
Reference in new issue