Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 6f57a7fdcb6750f466d4e264a82605ee > files > 2

perl-PAR-Dist-0.25-1mdv2008.0.src.rpm

%define module	PAR-Dist
%define name	perl-%{module}
%define version 0.25
%define release %mkrel 1

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Create and manipulate PAR distributions
License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source:		http://www.cpan.org/modules/by-module/PAR/%{module}-%{version}.tar.gz
%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This module creates and manipulates *PAR distributions*. They are
architecture-specific PAR files, containing everything under blib/ of CPAN
distributions after their "make" or "Build" stage, a META.yml describing
metadata of the original CPAN distribution, and a MANIFEST detailing all files
within it. Digitally signed PAR distributions will also contain a SIGNATURE
file.

%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 Changes README
%{_mandir}/*/*
%{perl_vendorlib}/PAR





%changelog
* Mon Aug 06 2007 Olivier Thauvin <nanardon@mandriva.org> 0.25-1mdv2008.0
+ Revision: 59277
- 0.25

* Thu Jul 26 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.24-1mdv2008.0
+ Revision: 55820
- update to new version 0.24

* Sun Jul 01 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.23-1mdv2008.0
+ Revision: 46657
- update to new version 0.23


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

* Tue Aug 08 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.15-1mdv2007.0
+ Revision: 53972
- 0.15
- Import perl-PAR-Dist

* Sat Jun 17 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.10-1mdv2007.0
- New version 0.10

* Wed May 31 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.09-1mdv2007.0
- new version
- spec cleanup
- rpmbuildupate aware
- fix directory ownership

* Tue Feb 14 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.08-1mdk
- 0.08

* Mon Feb 13 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.07-3mdk
- rebuild; spec cleanup

* Sun Feb 06 2005 Sylvie Terjan <erinmargault@mandrake.org> 0.07-2mdk
- rebuild for new perl

* Sat May 22 2004 Florin <florin@mandrakesoft.com> 0.07-1mdk
- first Mandrake Release