From 36dc126901d5e51128cd49c3775da4facf878303 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Aug 11 2005 13:45:41 +0000 Subject: auto-import link-grammar-4.1.3-3 on branch devel from link-grammar-4.1.3-3.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..5131a03 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +link-grammar-4.1.3.tar.gz diff --git a/link-grammar.spec b/link-grammar.spec new file mode 100644 index 0000000..18fed03 --- /dev/null +++ b/link-grammar.spec @@ -0,0 +1,68 @@ +Summary: A Grammar Checking library +Name: link-grammar +Version: 4.1.3 +Release: 3 +Group: System Environment/Libraries +License: BSD-style +Source: http://www.abisource.com/downloads/link-grammar/%{version}/link-grammar-%{version}.tar.gz +URL: http://bobo.link.cs.cmu.edu/link/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +A library that can perform grammar checking. + +%package devel +Summary: Support files necessary to compile applications with liblink-grammar +Group: Development/Libraries +Requires: link-grammar = %{version}-%{release} + +%description devel +Libraries, headers, and support files needed for using liblink-grammar. + +%prep +%setup -q + +%build +%configure +make +# currently the build system can not handle smp_flags properly +# make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la + +%files +%defattr(-,root,root) +%doc LICENSE README +%{_bindir}/* +%{_libdir}/lib*.so.* +%{_datadir}/link-grammar + +%files devel +%defattr(-,root,root) +%{_libdir}/*.a +%{_libdir}/*.so +%{_libdir}/pkgconfig/link-grammar.pc +%{_includedir}/link-grammar + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%clean +rm -r $RPM_BUILD_ROOT + +%changelog +* Wed Aug 10 2005 Marc Maurer - 4.1.3-3 +- Set the buildroot to the standard Fedora buildroot +- Make the package own the %{_datadir}/link-grammar + directory (thanks go to Aurelien Bompard for both issues) + +* Wed Aug 10 2005 Marc Maurer - 4.1.3-2 +- Remove epoch +- Make rpmlint happy + +* Sun Aug 7 2005 Marc Maurer - 1:4.1.3-1 +- Initial version diff --git a/sources b/sources index e69de29..a461fd3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5edbeab4b9e3f61b343e68206708703e link-grammar-4.1.3.tar.gz