rpms/perl-Log-Dispatch-FileRotate/devel perl-Log-Dispatch-FileRotate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Mon Apr 24 18:00:52 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-Log-Dispatch-FileRotate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8678/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Log-Dispatch-FileRotate.spec 
Log Message:
auto-import perl-Log-Dispatch-FileRotate-1.14-1 on branch devel from perl-Log-Dispatch-FileRotate-1.14-1.src.rpm


--- NEW FILE perl-Log-Dispatch-FileRotate.spec ---
Name:           perl-Log-Dispatch-FileRotate
Version:        1.14
Release:        1%{?dist}
Summary:        Log to files that archive/rotate themselves

Group:          Development/Libraries
License:        Artistic
URL:            http://search.cpan.org/dist/Log-Dispatch-FileRotate/
Source0:        http://www.cpan.org/authors/id/M/MA/MARKPF/Log-Dispatch-FileRotate-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Date::Manip)
BuildRequires:  perl(Log::Dispatch)
# See comment in the %check section
# BuildRequires:  perl(Log::Log4perl) >= 0.23
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a simple object for logging to files under the
Log::Dispatch::* system, and automatically rotating them according to
different constraints. This is basically a Log::Dispatch::File wrapper
with additions.


%prep
%setup -q -n Log-Dispatch-FileRotate-%{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
# Test suite disabled: circular dependencies with Log::Log4perl
# make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Mon Apr 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
- Update to 1.14.
- License: Artistic.

* Mon Apr 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-2
- The license is: GPL or Artistic.
  License information: http://rt.cpan.org/Public/Bug/Display.html?id=14563.

* Sun Sep 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Log-Dispatch-FileRotate/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Apr 2006 18:00:18 -0000	1.1
+++ .cvsignore	24 Apr 2006 18:00:52 -0000	1.2
@@ -0,0 +1 @@
+Log-Dispatch-FileRotate-1.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Log-Dispatch-FileRotate/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Apr 2006 18:00:18 -0000	1.1
+++ sources	24 Apr 2006 18:00:52 -0000	1.2
@@ -0,0 +1 @@
+b7cc69172d5c8b1a34c429d738bc3fa5  Log-Dispatch-FileRotate-1.14.tar.gz




More information about the scm-commits mailing list