Author: kwizart Update of /cvs/pkgs/rpms/perl-Guard/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30196/devel Modified Files: .cvsignore sources Added Files: import.log perl-Guard.spec Log Message: Initial import --- NEW FILE import.log --- perl-Guard-1_021-1_fc12:HEAD:perl-Guard-1.021-1.fc12.src.rpm:1257936857 --- NEW FILE perl-Guard.spec --- Name: perl-Guard Version: 1.021 Release: 1%{?dist} Summary: Safe cleanup blocks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Guard/ Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected. %prep %setup -q -n Guard-%{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 COPYING README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Guard* %{_mandir}/man3/* %changelog * Sun Nov 08 2009 Nicolas Chuavet <kwizart@xxxxxxxxxxxxxxxxx> - 1.021-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Guard/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:50:04 -0000 1.1 +++ .cvsignore 11 Nov 2009 10:55:24 -0000 1.2 @@ -0,0 +1 @@ +Guard-1.021.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Guard/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:50:04 -0000 1.1 +++ sources 11 Nov 2009 10:55:24 -0000 1.2 @@ -0,0 +1 @@ +6c15e885c089115f8263a5873ed74f1e Guard-1.021.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