rpms/perl-Text-Context-EitherSide/F-10 perl-Text-Context-EitherSide.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Mon May 4 23:21:02 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28221/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Context-EitherSide.spec 
Log Message:
initial import


--- NEW FILE perl-Text-Context-EitherSide.spec ---
Name:           perl-Text-Context-EitherSide
Version:        1.4
Release:        1%{?dist}
Summary:        Get n words either side of search keywords
License:        Artistic 2.0
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Context-EitherSide/
Source0:        http://www.cpan.org/authors/id/T/TM/TMTM/Text-Context-EitherSide-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Suppose you have a large piece of text - typically, say, a web page or a
mail message. And now suppose you've done some kind of full-text search on
that text for a bunch of keywords, and you want to display the context in
which you found the keywords inside the body of the text.

%prep
%setup -q -n Text-Context-EitherSide-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon May 04 2009 Iain Arnell <iarnell at gmail.com> 1.4-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2009 20:51:54 -0000	1.1
+++ .cvsignore	4 May 2009 23:20:32 -0000	1.2
@@ -0,0 +1 @@
+Text-Context-EitherSide-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2009 20:51:54 -0000	1.1
+++ sources	4 May 2009 23:20:32 -0000	1.2
@@ -0,0 +1 @@
+5b4c816c9df69cd717393fbeab846ea1  Text-Context-EitherSide-1.4.tar.gz




More information about the Fedora-perl-devel-list mailing list