Author: iarnell Update of /cvs/pkgs/rpms/perl-B-Utils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18345/F-10 Modified Files: .cvsignore sources Added Files: perl-B-Utils.spec Log Message: initial import on branches --- NEW FILE perl-B-Utils.spec --- Name: perl-B-Utils Version: 0.07 Release: 2%{?dist} Summary: Helper functions for op tree manipulation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/B-Utils/ Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Signature) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Helper functions for op tree manipulation. %prep %setup -q -n B-Utils-%{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}/B* %{_mandir}/man3/* %changelog * Mon Dec 08 2008 Iain Arnell <iarnell@xxxxxxxxx> 0.07-2 - BR Test::Signature * Fri Dec 05 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:35:32 -0000 1.1 +++ .cvsignore 8 Dec 2008 15:41:44 -0000 1.2 @@ -0,0 +1 @@ +B-Utils-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2008 00:35:32 -0000 1.1 +++ sources 8 Dec 2008 15:41:44 -0000 1.2 @@ -0,0 +1 @@ +d69e7d81a24093a41e90e19f8bdb54e3 B-Utils-0.07.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list