Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 3275b88f78664c7fb6e37f06474155ae > files > 2

perl-MIME-Types-1.13-1mdk.src.rpm

%define	module	MIME-Types
%define	name	perl-%{module}
%define	version	1.13
%define	release	1mdk

Name:		%{name}
Summary:	MIME Types module for perl
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Perl
URL:		http://www.cpan.org/
Source0:	%{module}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildPreReq:	perl
BuildRequires:	perl-devel
Buildarch:	noarch

%description
MIME type module

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

%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT 

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

%changelog
* Thu Jun 03 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.13-1mdk
- 1.13
- wipe buildroot in %%install, not %%prep
- cosmetics

* Sat Nov 15 2003 Olivier Thauvin <thauvin@aerov.jussieu.fr> 1.07-2mdk 
- Franck Villaume <fvill@freesurf.fr> 
  - add BuildRequires : perl-devel

* Wed Aug 27 2003 François Pons <fpons@mandrakesoft.com> 1.07-1mdk
- 1.07.

* Wed May 28 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.005-2mdk
- rebuild for new auto{prov,req}

* Fri Jan 17 2003 François Pons <fpons@mandrakesoft.com> 1.005-1mdk
- 1.005.

* Tue Jul 30 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.001-1mdk
- 1.001

* Fri Mar 01 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.16-1mdk
- 0.16

* Fri Jan 18 2002 François Pons <fpons@mandrakesoft.com> 0.14-1mdk
- changed %%doc to use README and Changes instead of MANIFEST.
- 0.14.

* Thu Aug 23 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.06-1mdk
- updated to 0.06

* Wed Jan 24 2001 David BAUDENS <baudens@mandrakesoft.com> 0.02-3mdk
- Allow build on non %%ix86 architectures
- Fix %%doc

* Tue Sep 12 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.02-2mdk
- fix files section

* Tue Sep 12 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.02-1mdk
- new in contribs