Tom Stellard 2020-07-13 20:57:57 +00:00
parent bfdbb38b1c
commit 763d7d39a0

View File

@ -1,6 +1,6 @@
Name: libexttextcat Name: libexttextcat
Version: 3.4.5 Version: 3.4.5
Release: 6%{?dist} Release: 7%{?dist}
Summary: Text categorization library Summary: Text categorization library
License: BSD License: BSD
@ -34,10 +34,10 @@ you to easily create your own document fingerprints.
%build %build
%configure --disable-silent-rules --disable-static --disable-werror %configure --disable-silent-rules --disable-static --disable-werror
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR=%{buildroot} %make_install
rm -f %{buildroot}/%{_libdir}/*.la rm -f %{buildroot}/%{_libdir}/*.la
%check %check
@ -61,6 +61,10 @@ make check
%{_bindir}/createfp %{_bindir}/createfp
%changelog %changelog
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.4.5-7
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-6 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild