Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 1d40965343c2dd27598316b28dd13028 > files > 2

perl-Image-Xbm-1.08-2mdk.src.rpm

%define module	Image-Xbm
%define name	perl-%{module}
%define version	1.08
%define release	2mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	%{module} module for perl
License:	GPL or Artistic
Group:		Development/Perl
Source:		%{module}-%{version}.tar.bz2
Url:		http://www.cpan.org
BuildRoot:	%{_tmppath}/%{name}-buildroot/
Buildrequires:	perl-devel
Buildarch:	noarch

%description
Load, create, manipulate and save xbm image files.

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

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

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Aug 15 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.08-2mdk
- rebuild for new perl
- drop $RPM_OPT_FLAGS, noarch..
- use %%makeinstall_std macro

* Fri Jun 13 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 1.08-1mdk
- first mdk release