rpms/perl-Inline-Files/devel perl-Inline-Files.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Fri Nov 16 03:33:07 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Inline-Files/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13960/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Inline-Files.spec 
Log Message:
New module: perl-Inline-Files



--- NEW FILE perl-Inline-Files.spec ---
Name:           perl-Inline-Files
Version:        0.62
Release:        2%{?dist}
Summary:        Allows for multiple inline files in a single perl file

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Inline-Files/
Source0:        http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Inline-Files-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Inline::Files generalizes the notion of the `__DATA__' marker and the
associated `<DATA>' filehandle, to an arbitrary number of markers and
associated filehandles.


%prep
%setup -q -n Inline-Files-%{version}

chmod -R a-x demo/* README Changes lib/Inline/Files.pm lib/Inline/Files/Virtual.pm


%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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Wed Nov 14 2007 Robin Norwood <rnorwood at redhat.com> - 0.62-2
- Fix permissions per package review.

* Wed Oct 24 2007 Robin Norwood <rnorwood at redhat.com> - 0.62-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Inline-Files/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Nov 2007 00:14:01 -0000	1.1
+++ .cvsignore	16 Nov 2007 03:32:34 -0000	1.2
@@ -0,0 +1 @@
+Inline-Files-0.62.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Inline-Files/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Nov 2007 00:14:01 -0000	1.1
+++ sources	16 Nov 2007 03:32:34 -0000	1.2
@@ -0,0 +1 @@
+1beb4548be878a28cafb379945c402b8  Inline-Files-0.62.tar.gz




More information about the fedora-extras-commits mailing list