Sophie

Sophie

distrib > Mandriva > mes5 > i586 > by-pkgid > 0c485ad49a6055a9628f924b87187eb1 > files > 2

perl-Acme-BooK-Is-My-Bitch-0.02-5mdv2009.0.src.rpm

%define	module	Acme-BooK-Is-My-Bitch
%define	name	perl-%{module}
%define version 0.02
%define release %mkrel 5

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Acme::BooK::Is::My::Bitch has a great story behind it
License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/File/%{module}-%{version}.tar.gz
%if %{mdkversion} < 1010
Buildrequires:	perl-devel
%endif
BuildRequires: perl-Acme-MetaSyntactic >= 0.89
BuildRequires: perl(File::Slurp)
BuildRequires: perl(File::Find)
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
At YAPC::EU::2006, in Birmingham, England, BooK auctioned the right for
someone to pick a module from CPAN and have that module's name (temporarily)
tattoed in his arm for all the conferences BooK would go to during 2007.

Cog asked if the module had to exist by that time, and BooK said "No."

BIG MISTAKE!

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



%changelog
* Wed Jul 30 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.02-5mdv2009.0
+ Revision: 255252
- rebuild

* Mon Feb 18 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.02-3mdv2008.1
+ Revision: 171022
- rebuild
- kill re-definition of %%buildroot on Pixel's request

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

* Sat Sep 15 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.02-2mdv2008.0
+ Revision: 85916
- rebuild


* Mon Sep 04 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 2006-09-04 14:06:44 (59819)
- 0.02

* Sun Sep 03 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 2006-09-03 17:37:45 (59697)
- fix buildrequires

* Sun Sep 03 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 2006-09-03 16:14:31 (59688)
- fix buildrequires, enable test

* Sun Sep 03 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 2006-09-03 16:06:19 (59678)
- initial contrib