Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 1151867d484bd23d7157f618e35d630d > files > 2

perl-SQL-Statement-1.09-1mdk.src.rpm

%define	module	SQL-Statement
%define	name	perl-%{module}
%define	version	1.09
%define	release	1mdk

Name:		%{name}
Summary:	%{module} module for perl (String_Lang_Text_Proc/SQL)
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Perl
URL:		http://www.cpan.org/
Source0:	%{module}-%{version}.tar.bz2
Buildrequires:	perl-devel
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch


%description
%{module} is a Perl module engine for parsing and processing SQL data.

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

%build
%{__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 Changes
%{perl_vendorlib}/SQL/*
%{_mandir}/*/*

%changelog
* Thu Jun 03 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.09-1mdk
- 1.09

* Fri Aug 15 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.005-5mdk
- rebuild for new perl
- rm -rf $RPM_BUILD_ROOT in %%install, not %%prep
- drop $RPM_OPT_FLAGS, noarch..
- use %%makeinstall_std macro

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

* Mon May 05 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.005-3mdk
- buildrequires

* Tue Jan 28 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.005-2mdk
- rebuild

* Fri Jan 17 2003 François Pons <fpons@mandrakesoft.com> 1.005-1mdk
- make package noarch.
- fixed %%files section.
- 1.005.

* Thu Nov 21 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.1021-3mdk
- don't hardcore arch path

* Wed Jul 24 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.1021-2mdk
- rebuild for new perl

* Mon Mar 04 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.1021-1mdk
- 0.1021

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

* Tue Sep 12 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.1016-4mdk
- add doc

* Sat Jul 22 2000 Vincent Danen <vdanen@mandrakesoft.com> 0.1016-3mdk
- build for new perl
- macroization

* Mon May 1 2000 Vincent Danen <vdanen@linux-mandrake.com> 0.1016-2mdk
- fix group

* Wed Mar 8 2000 Vincent Danen <vdanen@linux-mandrake.com>
- 0.1016

* Tue Mar 7 2000 Vincent Danen <vdanen@linux-mandrake.com>
- initial specfile
- bzip sources