rpms/perl-Log-Trivial/EL-5 perl-Log-Trivial.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Feb 26 18:01:51 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/perl-Log-Trivial/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1327/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Log-Trivial.spec 
Log Message:
Initial import



--- NEW FILE perl-Log-Trivial.spec ---
Name:           perl-Log-Trivial
Version:        0.31
Release:        1%{?dist}
Summary:        Very simple tool for writing very simple log files
License:        GPLv3+
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Log-Trivial/
Source0:        http://www.cpan.org/authors/id/A/AT/ATRICKETT/Log-Trivial-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
BuildRequires:  perl(Module::Build)
#For tests - mandatory
BuildRequires:  perl(Test::More)
#For tests - optional
#BuildRequires:  perl(Test::Signature)
#Missing from EL BuildRequires:  perl(IO::Capture::Stderr)
#Missing from EL BuildRequires:  perl(Test::Warn)
#BuildRequires:  perl(Test::Kwalitee)
#This tries to get a public key - not sure how to handle this
#Missing from EL BuildRequires:  perl(Test::Distribution)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Use this module when you want use "Yet Another" very simple, light weight
log file writer.

%prep
%setup -q -n Log-Trivial-%{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
#These are empty and interfere with the distribution test
rm debug*.list
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Feb 22 2008 Orion Poplawski <orion at cora.nwra.com> 0.31-1
- Specfile autogenerated by cpanspec 1.74.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Log-Trivial/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Feb 2008 00:05:49 -0000	1.1
+++ .cvsignore	26 Feb 2008 18:00:31 -0000	1.2
@@ -0,0 +1 @@
+Log-Trivial-0.31.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Log-Trivial/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Feb 2008 00:05:49 -0000	1.1
+++ sources	26 Feb 2008 18:00:31 -0000	1.2
@@ -0,0 +1 @@
+8618cf5e6ffb68d0056b9c9cfc8c56e8  Log-Trivial-0.31.tar.gz




More information about the fedora-extras-commits mailing list