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

Allisson Azevedo allisson at fedoraproject.org
Mon Feb 16 22:24:02 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-Kwalitee/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30387/F-10

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

First import for F-10



--- NEW FILE import.log ---
perl-Test-Kwalitee-1_01-1_fc10:F-10:perl-Test-Kwalitee-1.01-1.fc10.src.rpm:1234822820


--- NEW FILE perl-Test-Kwalitee.spec ---
Name:           perl-Test-Kwalitee
Version:        1.01
Release:        1%{?dist}
Summary:        Test the Kwalitee of a distribution before you release it
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Kwalitee/
Source0:        http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-Kwalitee-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::CPANTS::Analyse) >= 0.82
BuildRequires:  perl(Test::Simple) >= 0.47
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(Test::Pod) >= 1.14
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Kwalitee is an automatically-measurable gauge of how good your software
is. That's very different from quality, which a computer really can't
measure in a general sense. (If you can, you've solved a hard problem in
computer science.)

%prep
%setup -q -n Test-Kwalitee-%{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 ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Feb 14 2009 Allisson Azevedo <allisson at gmail.com> 1.01-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Kwalitee/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2009 21:34:25 -0000	1.1
+++ .cvsignore	16 Feb 2009 22:23:32 -0000	1.2
@@ -0,0 +1 @@
+Test-Kwalitee-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Kwalitee/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2009 21:34:25 -0000	1.1
+++ sources	16 Feb 2009 22:23:32 -0000	1.2
@@ -0,0 +1 @@
+c37404427f08bd91808d2b5391ddc394  Test-Kwalitee-1.01.tar.gz




More information about the fedora-extras-commits mailing list