rpms/link-grammar/devel link-grammar.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marc Maurer (uwog) fedora-extras-commits at redhat.com
Thu Aug 11 13:45:44 UTC 2005


Author: uwog

Update of /cvs/extras/rpms/link-grammar/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2054/devel

Modified Files:
	.cvsignore sources 
Added Files:
	link-grammar.spec 
Log Message:
auto-import link-grammar-4.1.3-3 on branch devel from link-grammar-4.1.3-3.src.rpm


--- NEW FILE link-grammar.spec ---
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 <uwog at abisource.com> - 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 <uwog at abisource.com> - 4.1.3-2
- Remove epoch
- Make rpmlint happy

* Sun Aug 7 2005 Marc Maurer <uwog at abisource.com> - 1:4.1.3-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/link-grammar/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Aug 2005 13:44:44 -0000	1.1
+++ .cvsignore	11 Aug 2005 13:45:41 -0000	1.2
@@ -0,0 +1 @@
+link-grammar-4.1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/link-grammar/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Aug 2005 13:44:44 -0000	1.1
+++ sources	11 Aug 2005 13:45:41 -0000	1.2
@@ -0,0 +1 @@
+5edbeab4b9e3f61b343e68206708703e  link-grammar-4.1.3.tar.gz




More information about the scm-commits mailing list