36dc126
Summary: A Grammar Checking library
36dc126
Name: link-grammar
36dc126
Version: 4.1.3
36dc126
Release: 3
36dc126
Group: System Environment/Libraries
36dc126
License: BSD-style 
36dc126
Source: http://www.abisource.com/downloads/link-grammar/%{version}/link-grammar-%{version}.tar.gz
36dc126
URL: http://bobo.link.cs.cmu.edu/link/
36dc126
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
36dc126
36dc126
%description
36dc126
A library that can perform grammar checking.
36dc126
36dc126
%package devel
36dc126
Summary: Support files necessary to compile applications with liblink-grammar
36dc126
Group: Development/Libraries
36dc126
Requires: link-grammar = %{version}-%{release}
36dc126
36dc126
%description devel
36dc126
Libraries, headers, and support files needed for using liblink-grammar.
36dc126
36dc126
%prep
36dc126
%setup -q
36dc126
36dc126
%build
36dc126
%configure
36dc126
make
36dc126
# currently the build system can not handle smp_flags properly
36dc126
# make %{?_smp_mflags}
36dc126
36dc126
%install
36dc126
rm -rf $RPM_BUILD_ROOT
36dc126
make DESTDIR=$RPM_BUILD_ROOT install
36dc126
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
36dc126
36dc126
%files
36dc126
%defattr(-,root,root)
36dc126
%doc LICENSE README
36dc126
%{_bindir}/*
36dc126
%{_libdir}/lib*.so.*
36dc126
%{_datadir}/link-grammar
36dc126
36dc126
%files devel
36dc126
%defattr(-,root,root)
36dc126
%{_libdir}/*.a
36dc126
%{_libdir}/*.so
36dc126
%{_libdir}/pkgconfig/link-grammar.pc
36dc126
%{_includedir}/link-grammar
36dc126
36dc126
%post -p /sbin/ldconfig
36dc126
36dc126
%postun -p /sbin/ldconfig
36dc126
36dc126
%clean
36dc126
rm -r $RPM_BUILD_ROOT
36dc126
36dc126
%changelog
36dc126
* Wed Aug 10 2005 Marc Maurer <uwog@abisource.com> - 4.1.3-3
36dc126
- Set the buildroot to the standard Fedora buildroot
36dc126
- Make the package own the %{_datadir}/link-grammar
36dc126
  directory (thanks go to Aurelien Bompard for both issues)
36dc126
36dc126
* Wed Aug 10 2005 Marc Maurer <uwog@abisource.com> - 4.1.3-2
36dc126
- Remove epoch
36dc126
- Make rpmlint happy
36dc126
36dc126
* Sun Aug 7 2005 Marc Maurer <uwog@abisource.com> - 1:4.1.3-1
36dc126
- Initial version