rpms/clucene/devel clucene.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Wed Dec 13 17:10:08 UTC 2006


Author: deji

Update of /cvs/extras/rpms/clucene/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19796/devel

Modified Files:
	.cvsignore sources 
Added Files:
	clucene.spec 
Log Message:
auto-import clucene-0.9.16a-1 on branch devel from clucene-0.9.16a-1.src.rpm


--- NEW FILE clucene.spec ---
Summary: A C++ port of Lucene
Name: clucene
Version: 0.9.16a
Release: 1%{?dist}
License: LGPL
Group: Development/System
URL: http://www.sourceforge.net/projects/clucene
Source: http://easynews.dl.sf.net/clucene/clucene-core-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake

%description
CLucene is a C++ port of Lucene.
It is a high-performance, full-featured text search 
engine written in C++. CLucene is faster than lucene
as it is written in C++

%package devel
Summary: Headers for developing programs that will use %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the static libraries and header files needed for
developing with clucene

%prep
%setup -q -n clucene-core-%{version}

%build
%configure --disable-static
make %{?_smp_mflags}
# Run the tests

%check
make check
										
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

#Hope upstream will correct this problem in the next release
mv %{buildroot}%{_libdir}/CLucene/clucene-config.h  %{buildroot}%{_includedir}/CLucene/
rm -rf %{buildroot}%{_libdir}/CLucene

#Package the docs
mkdir -p %{buildroot}%{_datadir}/%{name}/doc
cp -pr doc/*.htm doc/*.jpg %{buildroot}%{_datadir}/%{name}/doc

rm -rf %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING HACKING README REQUESTS
%{_libdir}/*.so.*

%files devel
%defattr(-, root, root, -)
%{_includedir}/CLucene/
%{_includedir}/CLucene.h
%{_libdir}/*.so
%{_datadir}/%{name}/

%changelog
* Thu Dec 07 2006 Deji Akingunola <dakingun at gmail.com> - 0.9.16a-1
- Update to latest stable release 
- Run make check during build

* Mon Nov 20 2006 Deji Akingunola <dakingun at gmail.com> - 0.9.15-3
- Don't package APACHE.license since we've LGPL instead 
- Package documentation in devel subpackage

* Mon Nov 13 2006 Deji Akingunola <dakingun at gmail.com> - 0.9.15-2
- Fix a bunch of issues with the spec (#215258)
- Moved the header file away from lib dir

* Sat Nov 04 2006 Deji Akingunola <dakingun at gmail.com> - 0.9.15-1
- Initial packaging for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/clucene/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Dec 2006 17:09:06 -0000	1.1
+++ .cvsignore	13 Dec 2006 17:09:38 -0000	1.2
@@ -0,0 +1 @@
+clucene-core-0.9.16a.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clucene/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Dec 2006 17:09:06 -0000	1.1
+++ sources	13 Dec 2006 17:09:38 -0000	1.2
@@ -0,0 +1 @@
+0ed4f537321065c68ed802be67b25b10  clucene-core-0.9.16a.tar.bz2




More information about the scm-commits mailing list