rpms/perl-File-Read/F-13 perl-File-Read.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Wed Mar 24 04:04:52 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-File-Read/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17195/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Read.spec 
Log Message:
initial import


--- NEW FILE perl-File-Read.spec ---
Name:           perl-File-Read
Version:        0.0801
Release:        2%{?dist}
Summary:        Unique interface for reading one or more files
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/File-Read/
Source0:        http://www.cpan.org/authors/id/S/SA/SAPER/File-Read-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(File::Slurp)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Distribution)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Portability::Files)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This module mainly proposes functions for reading one or more files, with
different options.

%prep
%setup -q -n File-Read-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Mar 24 2010 Iain Arnell <iarnell at gmail.com> 0.0801-2
- add examples to package as documentation

* Sat Mar 20 2010 Iain Arnell 0.0801-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Read/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Mar 2010 03:40:55 -0000	1.1
+++ .cvsignore	24 Mar 2010 04:04:52 -0000	1.2
@@ -0,0 +1 @@
+File-Read-0.0801.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Read/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Mar 2010 03:40:55 -0000	1.1
+++ sources	24 Mar 2010 04:04:52 -0000	1.2
@@ -0,0 +1 @@
+ea1cf20c89da44baa4d19a170acb4e49  File-Read-0.0801.tar.gz




More information about the perl-devel mailing list