rpms/perl-Test-Unit-Lite/devel import.log, NONE, 1.1 perl-Test-Unit-Lite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Fri Feb 6 10:38:41 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-Unit-Lite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14826/devel

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

First import for devel



--- NEW FILE import.log ---
perl-Test-Unit-Lite-0_1101-1_fc10:HEAD:perl-Test-Unit-Lite-0.1101-1.fc10.src.rpm:1233916507


--- NEW FILE perl-Test-Unit-Lite.spec ---
Name:           perl-Test-Unit-Lite
Version:        0.1101
Release:        1%{?dist}
Summary:        Unit testing without external dependencies
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Unit-Lite/
Source0:        http://www.cpan.org/authors/id/D/DE/DEXTER/Test-Unit-Lite-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 0:5.006
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This framework provides lighter version of Test::Unit framework. It
implements some of the Test::Unit classes and methods needed to run test
units. The Test::Unit::Lite tries to be compatible with public API of
Test::Unit. It doesn't implement all classes and methods at 100% and only
those necessary to run tests are available.

%prep
%setup -q -n Test-Unit-Lite-%{version}

%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.1101-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Unit-Lite/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Feb 2009 02:47:33 -0000	1.1
+++ .cvsignore	6 Feb 2009 10:38:10 -0000	1.2
@@ -0,0 +1 @@
+Test-Unit-Lite-0.1101.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Unit-Lite/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Feb 2009 02:47:33 -0000	1.1
+++ sources	6 Feb 2009 10:38:10 -0000	1.2
@@ -0,0 +1 @@
+bad27502bda4377fa6e7e39602b82aab  Test-Unit-Lite-0.1101.tar.gz




More information about the fedora-extras-commits mailing list