Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 84cb695811ece7a64e0caecc5679b85a > files > 2

perl-Pod-Escapes-1.04-4mdk.src.rpm

%define	module	Pod-Escapes
%define	name	perl-%{module}
%define version 1.04
%define release 4mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Perl module to resolve Pod E<...> sequences
License:	GPL or Artistic
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/%{module}-%{version}.tar.gz
Url:            http://search.cpan.org/dist/%{module}/
%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildArch:      noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Pod::Simple is a module to resolve Pod E<...> sequences.

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

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Mon Jun 06 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.04-4mdk 
- better url
- spec cleanup
- drop useless directories
- make test in %%check

* Mon Dec 20 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.04-3mdk 
- removed MANIFEST
- added missing doc files
- fixed summary

* Mon Dec 20 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.04-2mdk
- fix buildrequires in a backward compatible way

* Tue May 11 2004 Michael Scherer <misc@mandrake.org> 1.04-1mdk
- New release 1.04


* Sun Apr 04 2004 Michael Scherer <misc@mandrake.org> 1.03-2mdk
- rebuild to correct upload ( noticed by guillaumovitch )
 
* Fri Apr 02 2004 Michael Scherer <misc@mandrake.org> 1.03-1mdk
- First MandrakeSoft Package