forked from pool/perl-SQL-Statement
104 lines
2.7 KiB
RPMSpec
104 lines
2.7 KiB
RPMSpec
#
|
|
# spec file for package perl-SQL-Statement (Version 1.15)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: perl-SQL-Statement
|
|
Summary: Perl Module SQL::Statement
|
|
Version: 1.15
|
|
Release: 114
|
|
License: GPL v2 or later
|
|
Group: Development/Libraries/Perl
|
|
Source0: SQL-Statement-%{version}.tar.bz2
|
|
Url: http://search.cpan.org/~jzucker/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Provides: p_sqlst
|
|
Obsoletes: p_sqlst
|
|
Requires: perl = %{perl_version}
|
|
AutoReqProv: on
|
|
|
|
%description
|
|
SQL parsing and processing engine
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Jochen Wiedmann <joe@ispsoft.de>
|
|
Jeff Zucker <jeff@vpservices.com>
|
|
|
|
%prep
|
|
%setup -q -n SQL-Statement-%{version}
|
|
|
|
%build
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
%perl_process_packlist
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc README
|
|
%doc %{_mandir}/man?/*
|
|
%{perl_vendorlib}/SQL
|
|
%{perl_vendorarch}/auto/SQL
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
%changelog
|
|
* Fri Oct 20 2006 mrueckert@suse.de
|
|
- update to version 1.15:
|
|
* fixed placeholder bug in SQL::Statement::UPDATE
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Mon Aug 01 2005 cthiel@suse.de
|
|
- update to version 1.14
|
|
- build as user
|
|
* Mon Oct 11 2004 nashif@suse.de
|
|
- Update to version 1.09
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
|
- require the perl version we build with
|
|
* Fri Jul 18 2003 nashif@suse.de
|
|
- use DESTDIR
|
|
- fixed fileslist
|
|
* Tue Jul 01 2003 ro@suse.de
|
|
- use perl_process_packlist macro
|
|
* Fri Jun 13 2003 nashif@suse.de
|
|
- Update to 1.005
|
|
- Fixed file list
|
|
* Mon Jul 08 2002 nashif@suse.de
|
|
- Update to 1.004
|
|
- Use more macros in spec file
|
|
* Tue Dec 11 2001 nashif@suse.de
|
|
- Update to version 0.1021
|
|
* Wed Mar 07 2001 nashif@suse.de
|
|
- Update to version 0.1017
|
|
* Wed Nov 08 2000 nashif@suse.de
|
|
- Removed build root path from paclist
|
|
* Tue Nov 07 2000 nashif@suse.de
|
|
- Chnaged to long package name
|
|
* Wed Oct 11 2000 nashif@suse.de
|
|
- Fixed man path
|
|
* Thu Aug 24 2000 nashif@suse.de
|
|
- Initial Release (Version 0.1016)
|