forked from pool/perl-SQL-Statement
Accepting request 41837 from devel:languages:perl
checked in (request 41837) OBS-URL: https://build.opensuse.org/request/show/41837 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
df156b2180
commit
cd337742a9
3
SQL-Statement-1.25.tar.bz2
Normal file
3
SQL-Statement-1.25.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92cde7a2ccd36205a9c948487d2ce1f21c90ba80c5aa1b68597b9ceae8c01f46
|
||||||
|
size 90221
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27d53891523bcdbb5a2c642742ff3a8e6326a5d36db472e3b2dfa4ff902ccc2f
|
|
||||||
size 91096
|
|
||||||
@@ -1,28 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jun 3 15:37:47 UTC 2010 - chris@computersalat.de
|
|
||||||
|
|
||||||
- update to 1.27
|
|
||||||
- [Bug fixes]
|
|
||||||
* use originally given table name for open_table() on SELECT, too
|
|
||||||
(all other command still use the originally given name)
|
|
||||||
* warn/die -> carp/croak
|
|
||||||
* fix delete_one_row & update_one_row ability using
|
|
||||||
- [Documentation]
|
|
||||||
* Apply spelling fix patch from Ansgar Burchardt (RT#56475)
|
|
||||||
- Version 1.26, release April 09th, 2010
|
|
||||||
- [Bug fixes]
|
|
||||||
* Handle NULL columns in concatenation as empty strings
|
|
||||||
- [Improvements]
|
|
||||||
* Change regex's in parser to use \p{Word} instead of \w to allow unicode
|
|
||||||
support
|
|
||||||
- [Documentation]
|
|
||||||
* Make clear, that identifiers are handled case insensetive and there is
|
|
||||||
a real good solution provided by DBI which allows to live great with
|
|
||||||
that behaviour.
|
|
||||||
- fix build Cycle DBD-CSV
|
|
||||||
* only needed for testsuite
|
|
||||||
- noarch package
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 23 16:57:52 UTC 2010 - coolo@novell.com
|
Sun May 23 16:57:52 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-SQL-Statement (Version 1.27)
|
# spec file for package perl-SQL-Statement (Version 1.25)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -17,19 +17,17 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%bcond_with testsuite
|
|
||||||
|
|
||||||
Name: perl-SQL-Statement
|
Name: perl-SQL-Statement
|
||||||
%define cpan_name SQL-Statement
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: SQL parsing and processing engine
|
Summary: SQL parsing and processing engine
|
||||||
Version: 1.27
|
Version: 1.25
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv1+, Artistic License
|
License: GPLv2+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/SQL-Statement/
|
Url: http://search.cpan.org/dist/SQL-Statement/
|
||||||
#Source: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/SQL-Statement-1.25.tar.gz
|
#Source: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/SQL-Statement-1.25.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -39,22 +37,18 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Clone) >= 0.30
|
BuildRequires: perl(Clone) >= 0.30
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
# means perl-DBI >= 1.609
|
|
||||||
BuildRequires: perl(DBD::File) >= 0.37
|
BuildRequires: perl(DBD::File) >= 0.37
|
||||||
BuildRequires: perl(Params::Util) >= 1.00
|
BuildRequires: perl(Params::Util) >= 1.00
|
||||||
BuildRequires: perl(Scalar::Util) >= 1.0
|
BuildRequires: perl(Scalar::Util) >= 1.0
|
||||||
# for testsuite
|
# for testsuite
|
||||||
%if %{with testsuite}
|
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||||
BuildRequires: perl(DBD::CSV)
|
BuildRequires: perl(DBD::CSV)
|
||||||
%endif
|
|
||||||
#
|
#
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl(Carp)
|
Requires: perl(Carp)
|
||||||
Requires: perl(Clone) >= 0.30
|
Requires: perl(Clone) >= 0.30
|
||||||
Requires: perl(Data::Dumper)
|
Requires: perl(Data::Dumper)
|
||||||
# means perl-DBI >= 1.609
|
|
||||||
Requires: perl(DBD::File) >= 0.37
|
Requires: perl(DBD::File) >= 0.37
|
||||||
Requires: perl(Params::Util) >= 1.00
|
Requires: perl(Params::Util) >= 1.00
|
||||||
Requires: perl(Scalar::Util) >= 1.0
|
Requires: perl(Scalar::Util) >= 1.0
|
||||||
@@ -86,11 +80,7 @@ chmod a-x Changes Todo
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
# do not perl_process_packlist (noarch)
|
%perl_process_packlist
|
||||||
# remove .packlist file
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
|
||||||
# remove perllocal.pod file
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
# fix file perm
|
# fix file perm
|
||||||
|
|||||||
Reference in New Issue
Block a user