8
0
Files
perl-SQL-Statement/perl-SQL-Statement.spec
OBS User autobuild da5facab4e Accepting request 28960 from devel:languages:perl
Copy from devel:languages:perl/perl-SQL-Statement based on submit request 28960 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Statement?expand=0&rev=5
2010-01-11 15:53:48 +00:00

69 lines
1.7 KiB
RPMSpec

#
# spec file for package perl-SQL-Statement (Version 1.15)
#
# Copyright (c) 2010 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: 115
License: GPLv2+
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 %{?_smp_mflags}
%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