rpms/perl-Guard/F-11 import.log, NONE, 1.1 perl-Guard.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at fedoraproject.org
Wed Nov 11 11:00:14 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/perl-Guard/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31809/F-11

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:F-11:perl-Guard-1.021-1.fc12.src.rpm:1257937177


--- 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 at fedoraproject.org> - 1.021-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Guard/F-11/.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 11:00:13 -0000	1.2
@@ -0,0 +1 @@
+Guard-1.021.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Guard/F-11/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 11:00:13 -0000	1.2
@@ -0,0 +1 @@
+6c15e885c089115f8263a5873ed74f1e  Guard-1.021.tar.gz




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