rpms/perl-Search-Xapian/devel import.log, NONE, 1.1 perl-Search-Xapian.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Thu Aug 27 13:53:16 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/perl-Search-Xapian/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11340/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Search-Xapian.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
perl-Search-Xapian-1_0_11_0-5_fc11:HEAD:perl-Search-Xapian-1.0.11.0-5.fc11.src.rpm:1251380736


--- NEW FILE perl-Search-Xapian.spec ---
Name:           perl-Search-Xapian
Version:        1.0.11.0
Release:        5%{?dist}
Summary:        Xapian perl bindings

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/~olly/Search-Xapian-%{version}/Xapian.pm
Source0:        http://cpan.netnitco.net/authors/id/O/OL/OLLY/Search-Xapian-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More), xapian-core-devel
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)), xapian-core-libs

%description
Perl XS frontend to the Xapian C++ search library.

%prep
%setup -q -n Search-Xapian-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'

find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorarch}/*
%{_mandir}/man3/*.3*


%changelog
* Sun Aug 23 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.11.0-5
- Cleaned %%files section and fixed version in changelog

* Tue Aug 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.11.0-4
- Fixed license issue

* Tue Aug 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.11.0-3
- Fixed version tag

* Tue Aug 11 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.11.0-2
- Updated the license

* Tue Aug 11 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.11.0-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Search-Xapian/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Aug 2009 19:56:03 -0000	1.1
+++ .cvsignore	27 Aug 2009 13:53:15 -0000	1.2
@@ -0,0 +1 @@
+Search-Xapian-1.0.11.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Search-Xapian/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Aug 2009 19:56:04 -0000	1.1
+++ sources	27 Aug 2009 13:53:15 -0000	1.2
@@ -0,0 +1 @@
+2b5096a768e4bfcac04b316d4fa83da5  Search-Xapian-1.0.11.0.tar.gz




More information about the fedora-extras-commits mailing list