8
0
OBS User unknown
2009-06-17 22:15:59 +00:00
committed by Git OBS Bridge
parent 5610ec9fb9
commit 01be0acb29

View File

@@ -1,28 +1,36 @@
# #
# spec file for package perl-SQL-Statement (Version 1.15) # spec file for package perl-SQL-Statement (Version 1.15)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: perl-SQL-Statement Name: perl-SQL-Statement
Summary: Perl Module SQL::Statement Summary: Perl Module SQL::Statement
Version: 1.15 Version: 1.15
Release: 1 Release: 114
License: GNU General Public License (GPL) - all versions License: GPL v2 or later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source0: SQL-Statement-%{version}.tar.bz2 Source0: SQL-Statement-%{version}.tar.bz2
URL: http://www.cpan.org Url: http://search.cpan.org/~jzucker/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: p_sqlst Provides: p_sqlst
Obsoletes: p_sqlst Obsoletes: p_sqlst
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
%description %description
SQL parsing and processing engine SQL parsing and processing engine
@@ -32,6 +40,7 @@ SQL parsing and processing engine
Authors: Authors:
-------- --------
Jochen Wiedmann <joe@ispsoft.de> Jochen Wiedmann <joe@ispsoft.de>
Jeff Zucker <jeff@vpservices.com>
%prep %prep
%setup -q -n SQL-Statement-%{version} %setup -q -n SQL-Statement-%{version}
@@ -56,39 +65,39 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/SQL %{perl_vendorarch}/auto/SQL
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog -n perl-SQL-Statement %changelog
* Fri Oct 20 2006 - mrueckert@suse.de * Fri Oct 20 2006 mrueckert@suse.de
- update to version 1.15: - update to version 1.15:
* fixed placeholder bug in SQL::Statement::UPDATE * fixed placeholder bug in SQL::Statement::UPDATE
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Aug 01 2005 - cthiel@suse.de * Mon Aug 01 2005 cthiel@suse.de
- update to version 1.14 - update to version 1.14
- build as user - build as user
* Mon Oct 11 2004 - nashif@suse.de * Mon Oct 11 2004 nashif@suse.de
- Update to version 1.09 - Update to version 1.09
* Fri Aug 22 2003 - mjancar@suse.cz * Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with - require the perl version we build with
* Fri Jul 18 2003 - nashif@suse.de * Fri Jul 18 2003 nashif@suse.de
- use DESTDIR - use DESTDIR
- fixed fileslist - fixed fileslist
* Tue Jul 01 2003 - ro@suse.de * Tue Jul 01 2003 ro@suse.de
- use perl_process_packlist macro - use perl_process_packlist macro
* Fri Jun 13 2003 - nashif@suse.de * Fri Jun 13 2003 nashif@suse.de
- Update to 1.005 - Update to 1.005
- Fixed file list - Fixed file list
* Mon Jul 08 2002 - nashif@suse.de * Mon Jul 08 2002 nashif@suse.de
- Update to 1.004 - Update to 1.004
- Use more macros in spec file - Use more macros in spec file
* Tue Dec 11 2001 - nashif@suse.de * Tue Dec 11 2001 nashif@suse.de
- Update to version 0.1021 - Update to version 0.1021
* Wed Mar 07 2001 - nashif@suse.de * Wed Mar 07 2001 nashif@suse.de
- Update to version 0.1017 - Update to version 0.1017
* Wed Nov 08 2000 - nashif@suse.de * Wed Nov 08 2000 nashif@suse.de
- Removed build root path from paclist - Removed build root path from paclist
* Tue Nov 07 2000 - nashif@suse.de * Tue Nov 07 2000 nashif@suse.de
- Chnaged to long package name - Chnaged to long package name
* Wed Oct 11 2000 - nashif@suse.de * Wed Oct 11 2000 nashif@suse.de
- Fixed man path - Fixed man path
* Thu Aug 24 2000 - nashif@suse.de * Thu Aug 24 2000 nashif@suse.de
- Initial Release (Version 0.1016) - Initial Release (Version 0.1016)