-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75d1fc3
commit bba0a76
Showing
3 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"libexttextcat-3.4.5.tar.xz": "13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8" | ||
"libexttextcat-3.4.6.tar.xz": "6d77eace20e9ea106c1330e268ede70c9a4a89744ddc25715682754eca3368df" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Name: libexttextcat | ||
Version: 3.4.5 | ||
Release: 7%{?dist} | ||
Version: 3.4.6 | ||
Release: 11%{?dist} | ||
Summary: Text categorization library | ||
|
||
License: BSD | ||
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 | ||
|
@@ -36,10 +37,10 @@ you to easily create your own document fingerprints. | |
|
||
%build | ||
%configure --disable-silent-rules --disable-static --disable-werror | ||
make %{?_smp_mflags} | ||
%make_build | ||
|
||
%install | ||
make install DESTDIR=%{buildroot} | ||
%make_install | ||
rm -f %{buildroot}/%{_libdir}/*.la | ||
|
||
%check | ||
|
@@ -63,6 +64,50 @@ make check | |
%{_bindir}/createfp | ||
|
||
%changelog | ||
* Mon Nov 04 2024 Durga Jagadeesh Palli <[email protected]> - 3.4.6-11 | ||
- Update from 3.4.5-7 to 3.4.6-11 | ||
|
||
## START: Generated by rpmautospec | ||
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 3.4.6-10 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 3.4.6-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 3.4.6-8 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 3.4.6-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 3.4.6-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Mon Nov 21 2022 David Tardon <[email protected]> - 3.4.6-4 | ||
- Convert license to SPDX | ||
|
||
* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 3.4.6-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 3.4.6-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Mon Nov 08 2021 Caolán McNamara <[email protected]> 3.4.6-1 | ||
- latest version | ||
|
||
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 3.4.5-10 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 3.4.5-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 3.4.5-8 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Mon Jul 13 2020 Tom Stellard <[email protected]> - 3.4.5-7 | ||
- Use make macros | ||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 3.4.5-7 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
|
@@ -134,3 +179,5 @@ make check | |
|
||
* Tue Jan 24 2012 David Tardon <[email protected]> 3.2.0-1 | ||
- initial import | ||
|
||
## END: Generated by rpmautospec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters