Accepting request 404422 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/404422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RDF-Query?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2016-06-25 06:01:12 +00:00
committed by Git OBS Bridge
parent 02bd174924
commit 60f48eae4c
4 changed files with 58 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-RDF-Query
#
# 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-RDF-Query
Version: 2.914
Version: 2.917
Release: 0
%define cpan_name RDF-Query
Summary: Complete Sparql 1.1 Query and Update Implementation for Use with Rdf::Trine
@@ -63,15 +63,14 @@ Recommends: perl(LWP::Simple)
RDF::Query allows SPARQL and RDQL queries to be run against an RDF model,
returning rows of matching results.
See the http://www.w3.org/TR/rdf-sparql-query/ manpage for more information
on SPARQL.
See http://www.w3.org/TR/rdf-sparql-query/ for more information on SPARQL.
See the http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/ manpage for
more information on RDQL.
See http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/ for more
information on RDQL.
%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