rpms/perl-Mixin-Linewise/F-10 perl-Mixin-Linewise.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Thu Apr 23 19:26:11 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Mixin-Linewise/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10893/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Mixin-Linewise.spec 
Log Message:
initial import


--- NEW FILE perl-Mixin-Linewise.spec ---
Name:           perl-Mixin-Linewise
Version:        0.002
Release:        1%{?dist}
Summary:        Write your linewise code for handles; this does the rest
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Mixin-Linewise/
Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.0
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(IO::String)
BuildRequires:  perl(Sub::Exporter) >= 0.9
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
It's boring to deal with opening files for IO, converting strings to handle-
like objects, and all that. With Mixin::Linewise::Readers and
Mixin::Linewise::Writers, you can just write a method to handle handles,
and methods for handling strings and filenames are added for you.

%prep
%setup -q -n Mixin-Linewise-%{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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Apr 19 2009 Iain Arnell 0.002-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:37:45 -0000	1.1
+++ .cvsignore	23 Apr 2009 19:25:40 -0000	1.2
@@ -0,0 +1 @@
+Mixin-Linewise-0.002.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 16:37:45 -0000	1.1
+++ sources	23 Apr 2009 19:25:40 -0000	1.2
@@ -0,0 +1 @@
+ee7a770b441638a7e7ac38f96e90824d  Mixin-Linewise-0.002.tar.gz




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