Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 55635697a179164359cea9a8947a4180 > files > 2

perl-Params-Util-0.38-1mdv2009.1.src.rpm

%define module	Params-Util
%define name	perl-%{module}
%define version	0.38
%define	release	%mkrel 1

Name:		    %{name}
Version:	    %{version}
Release:	    %{release}
Summary:	    Simple standalone param-checking functions
License:	    GPL or Artistic
Group:		    Development/Perl
Url:		    http://search.cpan.org/dist/%{module}/
Source:		    http://www.cpan.org/modules/by-module/Params/%{module}-%{version}.tar.gz
BuildRequires:  perl-devel
BuildRoot:	    %{_tmppath}/%{name}-%{version}

%description
Params::Util provides a basic set of importable functions that makes checking
parameters a hell of a lot easier.

%prep
%setup -q -n %{module}-%{version}
chmod 644 Changes README lib/Params/Util.pm

%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 Changes README
%{perl_vendorarch}/Params
%{perl_vendorarch}/auto/Params
%{_mandir}/*/*




%changelog
* Wed Feb 18 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.38-1mdv2009.1
+ Revision: 342397
- update to new version 0.38

* Fri Feb 06 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.37-1mdv2009.1
+ Revision: 338017
- update to new version 0.37

* Sat Jan 31 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.36-1mdv2009.1
+ Revision: 335891
- update to new version 0.36

* Thu Nov 13 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.35-1mdv2009.1
+ Revision: 302812
- new version

* Fri Aug 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.33-2mdv2009.0
+ Revision: 268707
- rebuild early 2009.0 package (before pixel changes)

* Wed May 28 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.33-1mdv2009.0
+ Revision: 212217
- update to new version 0.33

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

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

* Sat Nov 17 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.31-1mdv2008.1
+ Revision: 109578
- update to new version 0.31

* Tue Oct 23 2007 Funda Wang <fundawang@mandriva.org> 0.30-1mdv2008.1
+ Revision: 101542
- update to new version 0.30

* Thu Aug 30 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.29-1mdv2008.0
+ Revision: 75229
- update to new version 0.29

* Wed Aug 22 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.28-1mdv2008.0
+ Revision: 69244
- update to new version 0.28

* Wed Aug 15 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.26-1mdv2008.0
+ Revision: 63961
- update to new version 0.26

* Sun Jul 01 2007 Olivier Thauvin <nanardon@mandriva.org> 0.25-1mdv2008.0
+ Revision: 46225
- 0.25


* Sat Mar 03 2007 Olivier Thauvin <nanardon@mandriva.org> 0.23-1mdv2007.0
+ Revision: 131712
- 0.23

* Wed Dec 13 2006 Olivier Thauvin <nanardon@mandriva.org> 0.22-1mdv2007.1
+ Revision: 96131
- 0.22
- Import perl-Params-Util

* Wed Aug 30 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.17-1mdv2007.0
- New version 0.17

* Mon Jul 10 2006 Emmanuel Andry <eandry@mandriva.org> 0.15-1mdv2007.0
- New release 0.15

* Tue May 30 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.14-1mdv2007.0
- New release 0.14

* Fri May 05 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.12-1mdk
- New release 0.12
- Fix typo on Source URL

* Sun Apr 16 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.11-1mdk
- New release 0.11
- better source URL

* Fri Feb 03 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.10-1mdk
- 0.10

* Tue Jan 10 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.09-1mdk
- 0.09

* Tue Oct 11 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.07-1mdk
- 0.07

* Fri Oct 07 2005 Guillaume Rousse <guillomovitch@mandriva.org> 0.06-1mdk
- new version  
- %%mkrel
- spec cleanup
- fix directory ownership
- rpmbuildupdate aware

* Sat Aug 20 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.05-1mdk
- Initial MDV release.