54c441
Name: libexttextcat
54c441
Version: 3.4.1
54c441
Release: 3%{?dist}
54c441
Summary: Text categorization library
54c441
54c441
Group: System Environment/Libraries
54c441
License: BSD
54c441
URL: http://www.freedesktop.org/wiki/Software/libexttextcat
54c441
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
54c441
54c441
Obsoletes: libtextcat < 3.2.0
54c441
Provides: libtextcat = %{version}
54c441
54c441
%description
54c441
%{name} is an N-Gram-Based Text Categorization library primarily
54c441
intended for language guessing.
54c441
54c441
%package devel
54c441
Summary: Development files for %{name}
54c441
Group: Development/Libraries
54c441
Requires: %{name}%{?_isa} = %{version}-%{release}
54c441
Obsoletes: libtextcat-devel < 3.2.0
54c441
Provides: libtextcat-devel = %{version}
54c441
54c441
%description devel
54c441
The %{name}-devel package contains libraries and header files for
54c441
developing applications that use %{name}.
54c441
54c441
%package tools
54c441
Summary: Tool for creating custom document fingerprints
54c441
Group: Applications/Publishing
54c441
Requires: %{name}%{?_isa} = %{version}-%{release}
54c441
54c441
%description tools
54c441
The %{name}-tools package contains the createfp program that allows
54c441
you to easily create your own document fingerprints.
54c441
54c441
54c441
%prep
54c441
%setup -q
54c441
54c441
54c441
%build
54c441
%configure --disable-silent-rules --disable-static --disable-werror
54c441
make %{?_smp_mflags}
54c441
54c441
54c441
%install
54c441
make install DESTDIR=%{buildroot}
54c441
rm -f %{buildroot}/%{_libdir}/*.la
54c441
54c441
54c441
%check
54c441
make check
54c441
54c441
54c441
%post -p /sbin/ldconfig
54c441
%postun -p /sbin/ldconfig
54c441
54c441
54c441
%files
54c441
%doc ChangeLog LICENSE README*
54c441
%{_libdir}/%{name}*.so.*
54c441
%{_datadir}/%{name}
54c441
54c441
54c441
%files devel
54c441
%{_includedir}/%{name}
54c441
%{_libdir}/%{name}*.so
54c441
%{_libdir}/pkgconfig/%{name}.pc
54c441
%{_datadir}/vala/vapi/libexttextcat.vapi
54c441
54c441
54c441
%files tools
54c441
%{_bindir}/createfp
54c441
54c441
54c441
%changelog
54c441
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.4.1-3
54c441
- Mass rebuild 2014-01-24
54c441
54c441
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.4.1-2
54c441
- Mass rebuild 2013-12-27
54c441
54c441
* Thu May 30 2013 David Tardon <dtardon@redhat.com> - 3.4.1-1
54c441
- new release
54c441
54c441
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
54c441
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
54c441
54c441
* Mon Nov 05 2012 Caolán McNamara <caolanm@redhat.com> 3.4.0-1
54c441
- latest import
54c441
54c441
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
54c441
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
54c441
54c441
* Thu Jul 12 2012 David Tardon <dtardon@redhat.com> 3.3.1-1
54c441
- latest import
54c441
54c441
* Fri May 25 2012 Caolán McNamara <caolanm@redhat.com> 3.3.0-1
54c441
- latest version
54c441
54c441
* Tue Jan 24 2012 David Tardon <dtardon@redhat.com> 3.2.0-1
54c441
- initial import