8
0

Accepting request 535096 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/535096
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Parse?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2017-11-08 16:50:59 +00:00
committed by Git OBS Bridge
parent cedda7ccdc
commit e81431c525
4 changed files with 31 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e84342336d3a6d096d8e5c305a02396e2e2190dc7f1ff6a648447d49bcb979d1
size 74543

3
JSON-Parse-0.53.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b6630fb40e4eddc42a61ec875ca1c22d19d439fa76aabd83cc27ac4f2464e67
size 77768

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 19 05:29:10 UTC 2017 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.53 2017-10-18
* Windows build fix
0.52 2017-10-18
* Removed unnecessary test
0.50 2017-10-18
* tokenize_text method added to JSON::Tokenize
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 20 18:06:54 UTC 2017 - lars@linux-schulserver.de Thu Jul 20 18:06:54 UTC 2017 - lars@linux-schulserver.de

View File

@@ -17,14 +17,14 @@
Name: perl-JSON-Parse Name: perl-JSON-Parse
Version: 0.49 Version: 0.53
Release: 0 Release: 0
%define cpan_name JSON-Parse %define cpan_name JSON-Parse
Summary: Read JSON into a Perl variable Summary: Read JSON into a Perl variable
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/JSON-Parse/ Url: http://search.cpan.org/dist/JSON-Parse/
Source0: http://www.cpan.org/authors/id/B/BK/BKB/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/B/BK/BKB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -52,11 +52,14 @@ Unicode.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
for file in $(find . -type f); do # MANUAL BEGIN
sed -i "s|/home/ben/software/install/bin/perl|%{_bindir}/perl|g; \ for file in $(find . -type f); do
s|/home/ben/projects/Json3/blib/lib|%{perl_vendorarch}|g; \ sed -i "s|/home/ben/software/install/bin/perl|%{_bindir}/perl|g; \
s|use lib '/home/ben/projects/Json3/blib/arch';||g;" "$file" s|/home/ben/projects/Json3/blib/lib|%{perl_vendorarch}|g; \
done s|use lib '/home/ben/projects/Json3/blib/arch';||g;" "$file"
done
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# MANUAL END
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"