rpms/perl-Test-Assert/F-9 import.log, NONE, 1.1 perl-Test-Assert.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Fri Feb 13 13:10:43 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-Assert/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4073/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-Assert.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Test-Assert-0_0501-1_fc10:F-9:perl-Test-Assert-0.0501-1.fc10.src.rpm:1234530400


--- NEW FILE perl-Test-Assert.spec ---
Name:           perl-Test-Assert
Version:        0.0501
Release:        1%{?dist}
Summary:        Assertion methods for those who like JUnit
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Assert/
Source0:        http://www.cpan.org/authors/id/D/DE/DEXTER/Test-Assert-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(constant::boolean)
BuildRequires:  perl(Exception::Base) >= 0.21
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(parent)
BuildRequires:  perl(Test::Unit::Lite) >= 0.11
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This class provides a set of assertion methods useful for writing tests.
The API is based on JUnit4 and Test::Unit and the methods die on failure.

%prep
%setup -q -n Test-Assert-%{version}

# Filter requires
cat << \EOF > %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
sed -e '/perl(Exception::Base) >= 0.21/d'
EOF

%define __perl_requires %{_builddir}/Test-Assert-%{version}/%{name}-req
chmod +x %{__perl_requires}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Jan 29 2009 Allisson Azevedo <allisson at gmail.com> 0.0501-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Assert/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2009 06:51:30 -0000	1.1
+++ .cvsignore	13 Feb 2009 13:10:13 -0000	1.2
@@ -0,0 +1 @@
+Test-Assert-0.0501.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Assert/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2009 06:51:30 -0000	1.1
+++ sources	13 Feb 2009 13:10:13 -0000	1.2
@@ -0,0 +1 @@
+f14e7aafc0940cc6d02ead992d92d823  Test-Assert-0.0501.tar.gz




More information about the fedora-extras-commits mailing list