2012-01-26 05:10:16 +00:00
|
|
|
Name: libexttextcat
|
2017-09-20 11:33:53 +00:00
|
|
|
Version: 3.4.5
|
2020-07-13 20:57:57 +00:00
|
|
|
Release: 7%{?dist}
|
2012-01-26 05:10:16 +00:00
|
|
|
Summary: Text categorization library
|
|
|
|
|
|
|
|
License: BSD
|
2017-09-20 11:33:53 +00:00
|
|
|
URL: https://wiki.documentfoundation.org/Libexttextcat
|
2012-01-26 05:10:16 +00:00
|
|
|
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
|
|
|
|
|
2018-02-19 11:58:16 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
|
2012-01-26 05:10:16 +00:00
|
|
|
%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
|
2018-02-19 12:08:52 +00:00
|
|
|
%autosetup -p1
|
2012-01-26 05:10:16 +00:00
|
|
|
|
|
|
|
%build
|
2013-05-30 05:34:54 +00:00
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror
|
2020-07-13 20:57:57 +00:00
|
|
|
%make_build
|
2012-01-26 05:10:16 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-13 20:57:57 +00:00
|
|
|
%make_install
|
2012-01-26 05:10:16 +00:00
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
2019-01-22 17:39:41 +00:00
|
|
|
%ldconfig_scriptlets
|
2012-01-26 05:10:16 +00:00
|
|
|
|
|
|
|
%files
|
2018-02-19 12:08:52 +00:00
|
|
|
%doc ChangeLog README*
|
|
|
|
%license LICENSE
|
2012-05-25 12:40:31 +00:00
|
|
|
%{_libdir}/%{name}*.so.*
|
2012-01-26 05:10:16 +00:00
|
|
|
%{_datadir}/%{name}
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/%{name}
|
2012-05-25 12:40:31 +00:00
|
|
|
%{_libdir}/%{name}*.so
|
2012-01-26 05:10:16 +00:00
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2012-05-25 12:40:31 +00:00
|
|
|
%{_datadir}/vala/vapi/libexttextcat.vapi
|
2012-01-26 05:10:16 +00:00
|
|
|
|
|
|
|
%files tools
|
|
|
|
%{_bindir}/createfp
|
|
|
|
|
|
|
|
%changelog
|
2020-07-13 20:57:57 +00:00
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.4.5-7
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-01-29 09:05:16 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 13:13:51 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 07:05:56 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 08:04:49 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 21:35:37 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-09-20 11:33:53 +00:00
|
|
|
* Wed Sep 20 2017 Caolán McNamara <caolanm@redhat.com> 3.4.5-1
|
|
|
|
- latest version
|
|
|
|
|
2017-08-03 01:26:26 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:49:02 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 18:38:00 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 03:08:15 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 15:14:37 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 03:13:40 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-27 10:25:41 +00:00
|
|
|
* Fri Jun 27 2014 Caolán McNamara <caolanm@redhat.com> 3.4.4-1
|
|
|
|
- latest version
|
|
|
|
|
2014-06-07 03:18:10 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 05:22:47 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-05 11:55:06 +00:00
|
|
|
* Fri Jul 05 2013 Caolán McNamara <caolanm@redhat.com> 3.4.3-1
|
|
|
|
- latest version
|
|
|
|
|
2013-05-30 05:34:00 +00:00
|
|
|
* Thu May 30 2013 David Tardon <dtardon@redhat.com> - 3.4.1-1
|
|
|
|
- new release
|
|
|
|
|
2013-02-14 04:18:30 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-05 14:25:44 +00:00
|
|
|
* Mon Nov 05 2012 Caolán McNamara <caolanm@redhat.com> 3.4.0-1
|
|
|
|
- latest import
|
|
|
|
|
2012-07-19 19:43:07 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-12 05:41:41 +00:00
|
|
|
* Thu Jul 12 2012 David Tardon <dtardon@redhat.com> 3.3.1-1
|
|
|
|
- latest import
|
|
|
|
|
2012-05-25 12:26:04 +00:00
|
|
|
* Fri May 25 2012 Caolán McNamara <caolanm@redhat.com> 3.3.0-1
|
|
|
|
- latest version
|
|
|
|
|
2012-01-26 05:10:16 +00:00
|
|
|
* Tue Jan 24 2012 David Tardon <dtardon@redhat.com> 3.2.0-1
|
|
|
|
- initial import
|