Accepting request 432128 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/432128 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Google-ProtocolBuffers?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
728d4c7265
commit
90640990ea
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:615505aeff0363c2bf697a54a57192b9e037093c84a2205ce04ad8ef169b5a4c
|
||||
size 73839
|
3
Google-ProtocolBuffers-0.12.tar.gz
Normal file
3
Google-ProtocolBuffers-0.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b38449c60b9a2712dde481485cc7ab03b2a0ac1c3fd480b3853e4111ac294d71
|
||||
size 46419
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 05:34:59 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.12
|
||||
see /usr/share/doc/packages/perl-Google-ProtocolBuffers/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 18:09:09 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Google-ProtocolBuffers
|
||||
#
|
||||
# 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-Google-ProtocolBuffers
|
||||
Version: 0.11
|
||||
Version: 0.12
|
||||
Release: 0
|
||||
%define cpan_name Google-ProtocolBuffers
|
||||
Summary: Simple Interface to Google Protocol Buffers
|
||||
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Google-ProtocolBuffers/
|
||||
Source0: http://www.cpan.org/authors/id/S/SA/SAXJAZMAN/protobuf/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -43,7 +44,7 @@ C++, Java and Python languages; this library is a mapping for Perl.
|
||||
|
||||
%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
|
||||
@@ -59,6 +60,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes Makefile README README.md
|
||||
%doc Changes README README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user