rpms/perl-Devel-Leak/FC-6 perl-Devel-Leak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Mar 9 18:52:06 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Devel-Leak/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4644

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Devel-Leak.spec 
Log Message:
Sync with devel.


--- NEW FILE perl-Devel-Leak.spec ---
Name:           perl-Devel-Leak
Version:        0.03
Release:        1%{?dist}
Summary:        Utility for looking for perl objects that are not reclaimed
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Devel-Leak/
Source0:        http://www.cpan.org/authors/id/N/NI/NI-S/Devel-Leak-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a basic way to discover if a piece of perl code
is allocating perl data and not releasing them again.

%prep
%setup -q -n Devel-Leak-%{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 README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Devel*
%{_mandir}/man3/*

%changelog
* Thu Feb 01 2007 Steven Pritchard <steve at kspei.com> 0.03-1
- Specfile autogenerated by cpanspec 1.69.1.
- Fix License and description.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Devel-Leak/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Mar 2007 02:26:55 -0000	1.1
+++ .cvsignore	9 Mar 2007 18:51:34 -0000	1.2
@@ -0,0 +1 @@
+Devel-Leak-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Devel-Leak/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Mar 2007 02:26:55 -0000	1.1
+++ sources	9 Mar 2007 18:51:34 -0000	1.2
@@ -0,0 +1 @@
+9ee2cf88bd1dbc6091e38ef4597b54bb  Devel-Leak-0.03.tar.gz




More information about the fedora-extras-commits mailing list