forked from pool/perl-Acme-Damn
Accepting request 443506 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/443506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Acme-Damn?expand=0&rev=14
This commit is contained in:
parent
b3b46c4e02
commit
4774740da2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7925c932b9f89d2ca413680af68ed9809e7093e4ecd5bc2bd4147bdaee39ee6f
|
||||
size 8635
|
3
Acme-Damn-0.08.tar.gz
Normal file
3
Acme-Damn-0.08.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:310d2d03ff912dcd42e4d946174099f41fe3a2dd57a497d6bd65baf1759b7e0e
|
||||
size 9241
|
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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 06:01:05 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.08
|
||||
see /usr/share/doc/packages/perl-Acme-Damn/Changes
|
||||
|
||||
0.06 Sun Oct 26 20:50:12 2014
|
||||
- support for Perl >= v5.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 13:57:48 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Acme-Damn
|
||||
#
|
||||
# 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,19 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-Acme-Damn
|
||||
Version: 0.06
|
||||
Version: 0.08
|
||||
Release: 0
|
||||
%define cpan_name Acme-Damn
|
||||
Summary: 'Unbless' Perl objects.
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Summary: 'Unbless' Perl objects
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Acme-Damn/
|
||||
Source: http://www.cpan.org/authors/id/I/IB/IBB/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/I/IB/IBB/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::Exception)
|
||||
Requires: perl(Test::Exception)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user