8
0
Stephan Kulow
2015-08-28 06:26:24 +00:00
committed by Git OBS Bridge
5 changed files with 43 additions and 7 deletions

View File

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

View File

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

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,12 @@
-------------------------------------------------------------------
Sun Aug 23 08:53:46 UTC 2015 - coolo@suse.com
- updated to 0.09
see /usr/share/doc/packages/perl-Hash-Util-FieldHash-Compat/Changes
0.09 2015-08-16 05:34:14Z
- update some distribution tooling
-------------------------------------------------------------------
Mon Apr 13 18:15:38 UTC 2015 - coolo@suse.com

View File

@@ -17,20 +17,24 @@
Name: perl-Hash-Util-FieldHash-Compat
Version: 0.08
Version: 0.09
Release: 0
%define cpan_name Hash-Util-FieldHash-Compat
Summary: Use Hash::Util::FieldHash or ties, depending on availability
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Tie::RefHash::Weak) >= 0.08
BuildRequires: perl(parent)
BuildRequires: perl(version)
Requires: perl(Tie::RefHash::Weak) >= 0.08
Requires: perl(parent)
%{perl_requires}
@@ -62,6 +66,6 @@ See the Hash::Util::FieldHash manpage for all the details of the API.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENSE README README.md
%doc Changes CONTRIBUTING LICENSE README
%changelog