rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Apr 21 00:16:59 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2757/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Memory-Cycle.spec 
Log Message:
auto-import perl-Test-Memory-Cycle-1.00-0.fdr.2 on branch devel from perl-Test-Memory-Cycle-1.00-0.fdr.2.src.rpm


--- NEW FILE perl-Test-Memory-Cycle.spec ---
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}

Name:           perl-Test-Memory-Cycle
Version:        1.00
Release:        0.fdr.2
Epoch:          0
Summary:        Check for memory leaks and circular memory references

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Test-Memory-Cycle/
Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Memory-Cycle-1.00.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
BuildRequires:  perl(CGI), perl(Test::More), perl(Test::Builder::Tester)
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
BuildRequires:  perl-Devel-Cycle >= 0:1.03
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl's garbage collection has one big problem: Circular references
can't get cleaned up.  A circular reference can be as simple as two
objects that refer to each other.
"Test::Memory::Cycle" is built on top of "Devel::Cycle" to give you an
easy way to check for these circular references.


%prep
%setup -q -n Test-Memory-Cycle-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check || :
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Test/
%{_mandir}/man3/*.3*


%changelog
* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.00-0.fdr.2
- RedHat 9.0 (8.0 and 7.3): CGI.pm is shipped as perl-CGI (#1824).

* Mon Jan 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.00-0.fdr.1
- Update to 1.00.

* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.02-0.fdr.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2005 00:16:29 -0000	1.1
+++ .cvsignore	21 Apr 2005 00:16:57 -0000	1.2
@@ -0,0 +1 @@
+Test-Memory-Cycle-1.00.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2005 00:16:29 -0000	1.1
+++ sources	21 Apr 2005 00:16:57 -0000	1.2
@@ -0,0 +1 @@
+943f56959c00d6ba0dc34df02ca22c2a  Test-Memory-Cycle-1.00.tar.gz




More information about the fedora-extras-commits mailing list