8
0

Accepting request 385671 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/385671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2016-04-08 05:41:34 +00:00
committed by Git OBS Bridge
parent c106142c1f
commit e2161f64aa
4 changed files with 30 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-SQL-Statement
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-SQL-Statement
Version: 1.407
Version: 1.409
Release: 0
%define cpan_name SQL-Statement
Summary: SQL parsing and processing engine
@@ -67,7 +67,7 @@ CSV, XML, and other formats 2) to build your own DBD for a new data source
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -83,6 +83,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README.md
%doc ARTISTIC-1.0 Changes GPL-1 GPL-2.0 LICENSE README README.md
%changelog