rpms/pyxapian/OLPC-2 pyxapian.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Wed Jun 20 18:13:44 UTC 2007


Author: johnp

Update of /cvs/extras/rpms/pyxapian/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22915

Modified Files:
	.cvsignore sources 
Added Files:
	pyxapian.spec 
Log Message:
- clean up spec
- check into OLPC-2



--- NEW FILE pyxapian.spec ---
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
%define alphatag 20070510git

Name:           pyxapian
Version:        0.1
Release:        1.3.%{alphatag}%{?dist}
Summary:        Xapian python bindings 

Group:          Development/Libraries
License:        GPL
URL:            http://code.google.com/p/pyxapian/ 
Source0:        lemur.xapian-%{version}-%{alphatag}.tar.bz2
Source1:        COPYING
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools >= 0.6c3

%description
Xapian Search Engine Interface, by Lemur Consulting.

%prep
%setup -q -n lemur.xapian-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%{__sed} -i -e '/^#!/,1d' src/lemur/xapian/sei.py src/lemur/xapian/highlight.py
install --mode=0644 %{SOURCE1} . 

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{python_sitelib}/*

%ChangeLog
* Wed Jun 20 2007 John (J5) Palmieri <johnp at redhat.com> - 0.1-1.3.20070510git
- clean up spec
- check into OLPC-2

* Tue Jun 19 2007 John (J5) Palmieri <johnp at redhat.com> - 0.1-1.2.20070510git 
- clean up spec 
- add ChangeLog
- correct date in alpha tag
- add COPYING file for now until upstream does so


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyxapian/OLPC-2/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jun 2007 16:39:09 -0000	1.1
+++ .cvsignore	20 Jun 2007 18:13:08 -0000	1.2
@@ -0,0 +1 @@
+lemur.xapian-0.1-20070510git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyxapian/OLPC-2/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jun 2007 16:39:09 -0000	1.1
+++ sources	20 Jun 2007 18:13:08 -0000	1.2
@@ -0,0 +1 @@
+e34818dd778668ffd0d1060ceb57d166  lemur.xapian-0.1-20070510git.tar.bz2




More information about the fedora-extras-commits mailing list