OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Canary-Stability?expand=0&rev=2
This commit is contained in:
parent
6f3240065d
commit
71346ece92
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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: Perl License
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@ -19,12 +19,14 @@
|
|||||||
Name: perl-Canary-Stability
|
Name: perl-Canary-Stability
|
||||||
Version: 2006
|
Version: 2006
|
||||||
Release: 0
|
Release: 0
|
||||||
|
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||||
%define cpan_name Canary-Stability
|
%define cpan_name Canary-Stability
|
||||||
Summary: Canary to Check Perl Compatibility for Schmorp's Modules
|
Summary: Canary to Check Perl Compatibility for Schmorp's Modules
|
||||||
License: CHECK(GPL-1.0+ or Artistic-1.0)
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Canary-Stability/
|
Url: http://search.cpan.org/dist/Canary-Stability/
|
||||||
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Loading…
Reference in New Issue
Block a user