Accepting request 310931 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/310931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common-net-CIDR?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2015-06-09 07:50:02 +00:00
committed by Git OBS Bridge
parent 557364dac2
commit c74eed277b
5 changed files with 45 additions and 19 deletions

View File

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

View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#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_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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 7 08:58:59 UTC 2015 - coolo@suse.com
- updated to 0.03
see /usr/share/doc/packages/perl-Regexp-Common-net-CIDR/
-------------------------------------------------------------------
Fri Nov 18 08:46:20 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Regexp-Common-net-CIDR
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -16,22 +16,22 @@
#
Name: perl-Regexp-Common-net-CIDR
Version: 0.02
Release: 1
License: CHECK(Distributable)
Version: 0.03
Release: 0
%define cpan_name Regexp-Common-net-CIDR
Summary: Provide patterns for CIDR blocks
Url: http://search.cpan.org/dist/Regexp-Common-net-CIDR/
Summary: Provide Patterns for Cidr Blocks
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source0: http://www.cpan.org/authors/id/R/RU/RUZ/Regexp-Common-net-CIDR-%{version}.tar.gz
BuildRequires: perl(Regexp::Common)
Url: http://search.cpan.org/dist/Regexp-Common-net-CIDR/
Source0: http://www.cpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Regexp::Common)
Requires: perl(Regexp::Common)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@@ -58,11 +58,8 @@ With {-keep} stores address in $1 and number of bits in $2.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc README
%changelog