rpms/perl-Algorithm-IncludeExclude/F-10 perl-Algorithm-IncludeExclude.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Mon Jul 20 07:37:45 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Algorithm-IncludeExclude/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20085/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Algorithm-IncludeExclude.spec 
Log Message:
initial import


--- NEW FILE perl-Algorithm-IncludeExclude.spec ---
Name:           perl-Algorithm-IncludeExclude
Version:        0.01
Release:        1%{?dist}
Summary:        Build and evaluate include/exclude lists
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Algorithm-IncludeExclude/
Source0:        http://www.cpan.org/authors/id/J/JR/JROCKWAY/Algorithm-IncludeExclude-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Algorithm::IncludeExclude lets you define a tree of include / exclude rules and
then allows you to determine the best rule for a given path.

%prep
%setup -q -n Algorithm-IncludeExclude-%{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
* Sun Jul 19 2009 Iain Arnell 0.01-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Algorithm-IncludeExclude/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jul 2009 20:55:26 -0000	1.1
+++ .cvsignore	20 Jul 2009 07:37:14 -0000	1.2
@@ -0,0 +1 @@
+Algorithm-IncludeExclude-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Algorithm-IncludeExclude/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jul 2009 20:55:26 -0000	1.1
+++ sources	20 Jul 2009 07:37:14 -0000	1.2
@@ -0,0 +1 @@
+d8a1f06a5e5ac39db1a5e8750157c270  Algorithm-IncludeExclude-0.01.tar.gz




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