rpms/perl-Sub-Prototype/devel import.log, NONE, 1.1 perl-Sub-Prototype.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Mon Mar 15 23:36:09 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Sub-Prototype/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4888/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Sub-Prototype.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Sub-Prototype-0_02-2_fc12:HEAD:perl-Sub-Prototype-0.02-2.fc12.src.rpm:1268696151


--- NEW FILE perl-Sub-Prototype.spec ---
Name:           perl-Sub-Prototype
Version:        0.02
Release:        2%{?dist}
Summary:        Allows you to set a subs prototype
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sub-Prototype/
Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/Sub-Prototype-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This modules allows you to set a subs prototype. It only has one function,
which is exported by default.

%prep
%setup -q -n Sub-Prototype-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 -type f -name '*.bs' -size 0 -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_vendorarch}/auto/*
%{perl_vendorarch}/Sub*
%{_mandir}/man3/*

%changelog
* Sat Mar 13 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.02-2
- Add perl(Test::More) to BuildRequires.

* Sat Mar 13 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Prototype/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 Mar 2010 22:09:12 -0000	1.1
+++ .cvsignore	15 Mar 2010 23:36:08 -0000	1.2
@@ -0,0 +1 @@
+Sub-Prototype-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Prototype/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 Mar 2010 22:09:12 -0000	1.1
+++ sources	15 Mar 2010 23:36:09 -0000	1.2
@@ -0,0 +1 @@
+85084160270f2f29ba7b4f14725ef728  Sub-Prototype-0.02.tar.gz




More information about the perl-devel mailing list