Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 482b518d07141b7a91b70a9f7af6e07f > files > 2

perl-Perl6-Junction-1.30000-2mdv2008.1.src.rpm

%define module  Perl6-Junction
%define name    perl-%{module}
%define version 1.30000
%define release %mkrel 2

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Perl6 style Junction operators in Perl5
License:        Artistic/GPL
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{module}
Source:         http://www.cpan.org/modules/by-module/Data/%{module}-%{version}.tar.gz
BuildArch:      noarch
Buildroot:      %{_tmppath}/%{name}-%{version}

%description
This is a lightweight module which provides 'Junction' operators, the most
commonly used being any and all.

Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.

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

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

%check
%make test

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

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

%clean
rm -rf %{buildroot}


%changelog
* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 1.30000-2mdv2008.1
+ Revision: 136335
- restore BuildRoot

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

* Mon Aug 06 2007 Olivier Thauvin <nanardon@mandriva.org> 1.30000-2mdv2008.0
+ Revision: 59328
- fix description (thx misc)

* Mon Aug 06 2007 Olivier Thauvin <nanardon@mandriva.org> 1.30000-1mdv2008.0
+ Revision: 59254
- initial release
- Create perl-Perl6-Junction