Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 7af9094d7c93be52f74ad2b6fe164bd9 > files > 2

perl-String-ShellQuote-1.03-1mdk.src.rpm

%define module String-ShellQuote
%define name perl-%{module}
%define version 1.03
%define release 1mdk

Summary:	Quote strings for passing through the shell
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://www.perl.com/CPAN-local/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.bz2
URL:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This perl module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.

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

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%__make
%__make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

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

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* Thu May 26 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.03-1mdk
- 1.03

* Wed Feb 16 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.02-1mdk
- 1.02

* Thu Aug 14 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 1.00-7mdk
- fix DIRM: file ShellQuote.pm /usr/lib/perl5/vendor_perl/5.8.1/String/

* Wed Aug 13 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.00-6mdk
- rebuild for new perl
- drop Prefix tag
- don't use PREFIX
- drop $RPM_OPT_FLAGS, noarch..
- use %%makeinstall_std macro

* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.00-5mdk
- rebuild for new auto{prov,req}

* Tue Jul  9 2002 Pixel <pixel@mandrakesoft.com> 1.00-4mdk
- rebuild for perl 5.8.0

* Fri Feb 22 2002 Guillaume Cottenceau <gc@mandrakesoft.com> 1.00-3mdk
- add dependency on perl with version
- fix no-url-tag

* Mon Oct 15 2001 Stefan van der Eijk <stefan@eijk.nu> 1.00-2mdk
- BuildRequires: perl-devel

* Fri Sep 28 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 1.00-1mdk
- first Mandrake RPM