Accepting request 330305 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/330305 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unixish?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
b9e129a1ab
commit
72c58fad8a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2852386e77f51d638331b2ee13f0867d3d00b83d91e2b570333374ca307ca19e
|
||||
size 11761
|
3
Unixish-1.0.5.tar.gz
Normal file
3
Unixish-1.0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:876ddb8efc7a4e4b335f71eb4ff30ef7e7711eca71c4e2fcad84f7168dd391e6
|
||||
size 15239
|
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: 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,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 10:15:01 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.0.5
|
||||
see /usr/share/doc/packages/perl-Unixish/Changes
|
||||
|
||||
1.0.5 2015-09-06 (PERLANCAR)
|
||||
|
||||
- No spec changes.
|
||||
|
||||
- [dist] Move spec prereqs from RuntimeRequires to
|
||||
DevelopRecommends to reduce deps but still allow indicating spec
|
||||
requirement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 09:14:29 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,21 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-Unixish
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
%define cpan_name Unixish
|
||||
Summary: Data transformation framework, inspired by Unix toolbox philosophy
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Unixish/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHARYANTO/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.360100
|
||||
BuildRequires: perl(Rinci) >= v1.1.0
|
||||
Requires: perl(Rinci) >= v1.1.0
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -41,14 +39,15 @@ Data transformation framework, inspired by Unix toolbox philosophy
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user