Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 6d7fb4a8b2d20255524bc17d34539162 > files > 2

perl-Log-Agent-0.307-3mdv2010.0.src.rpm

%define module	Log-Agent
%define name	perl-%{module}
%define version	0.307
%define rel    	3

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
Summary:  	Logging agent 
License:	GPL or Artistic
Group:		Development/Perl
Source:         http://search.cpan.org/CPAN/authors/id/M/MR/MROGASKI/%{module}-%{version}.tar.bz2
URL:		http://search.cpan.org/dist/%{module}/
%if %{mdkversion} < 1010
Buildrequires:	perl-devel
%endif
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Log::Agent is a general logging framework aimed at reusable modules.

%prep

%setup -q -n %{module}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
rm -rf %{buildroot}
%{makeinstall_std}

%clean 
%{__rm} -rf %{buildroot}

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



%changelog
* Fri Sep 04 2009 Thierry Vignaud <tvignaud@mandriva.com> 0.307-3mdv2010.0
+ Revision: 430482
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 0.307-2mdv2009.0
+ Revision: 140691
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Thu May 03 2007 Michael Scherer <misc@mandriva.org> 0.307-2mdv2008.0
+ Revision: 21206
- Rebuild, use %%mkrel


* Tue Oct 04 2005 Guillaume Rousse <guillomovitch@mandriva.org> 0.307-1mdk
- New release 0.307
- spec cleanup
- better url
- better summary
- enable tests

* Fri Dec 10 2004 Michael Scherer <misc@mandrake.org> 0.306-1mdk
- compress to bz2
- do not own standard dir
- from Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 
  - initial contrib.