Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 46c5e078bcef7283f8e491ee60991bf7 > files > 2

perl-IMDB-Film-0.32-1mdv2008.1.src.rpm


%define module	IMDB-Film
%define name	perl-%{module}
%define version	0.32
%define rel	1

Summary:	OO Perl interface to the database of films IMDB
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/S/ST/STEPANOV/%{module}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}
BuildArch:	noarch

%description
IMDB::Film is OO Perl interface to the database of films
IMDB (www.imdb.com). It allows to retrieve information
about movies by its IMDB code or title. Also, there is a 
possibility to get information about IMDB persons (actors,
actresses, directors etc) by their name of code.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog Todo
%{perl_vendorlib}/IMDB
%{_mandir}/man3/*


%changelog
* Fri Jan 04 2008 Anssi Hannula <anssi@mandriva.org> 0.32-1mdv2008.1
+ Revision: 144816
- update to new version 0.32

* Thu Dec 27 2007 Anssi Hannula <anssi@mandriva.org> 0.31-1mdv2008.1
+ Revision: 138208
- update to new version 0.31

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

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

* Fri Oct 12 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.30-1mdv2008.1
+ Revision: 97500
- update to new version 0.30

* Thu Jul 19 2007 Anssi Hannula <anssi@mandriva.org> 0.29-1mdv2008.0
+ Revision: 53679
- 0.29

* Fri May 11 2007 Anssi Hannula <anssi@mandriva.org> 0.28-1mdv2008.0
+ Revision: 26411
- 0.28

* Sun Apr 29 2007 Anssi Hannula <anssi@mandriva.org> 0.27-1mdv2008.0
+ Revision: 19142
- Import perl-IMDB-Film