libexttextcat/libexttextcat.spec

95 lines
2.0 KiB
RPMSpec
Raw Normal View History

2012-01-26 05:10:16 +00:00
Name: libexttextcat
2012-11-05 14:25:44 +00:00
Version: 3.4.0
Release: 1%{?dist}
2012-01-26 05:10:16 +00:00
Summary: Text categorization library
Group: System Environment/Libraries
License: BSD
URL: http://www.freedesktop.org/wiki/Software/libexttextcat
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
Obsoletes: libtextcat < 3.2.0
Provides: libtextcat = %{version}
%description
%{name} is an N-Gram-Based Text Categorization library primarily
intended for language guessing.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Obsoletes: libtextcat-devel < 3.2.0
Provides: libtextcat-devel = %{version}
%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
Group: Applications/Publishing
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
%setup -q
%build
%configure --disable-static --disable-werror
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
rm -f %{buildroot}/%{_libdir}/*.la
%check
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc LICENSE README*
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
2012-11-05 14:25:44 +00:00
* Mon Nov 05 2012 Caolán McNamara <caolanm@redhat.com> 3.4.0-1
- latest import
* 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
* 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