diff --git a/Unixish-1.0.4.tar.gz b/Unixish-1.0.4.tar.gz deleted file mode 100644 index 272dd94..0000000 --- a/Unixish-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2852386e77f51d638331b2ee13f0867d3d00b83d91e2b570333374ca307ca19e -size 11761 diff --git a/Unixish-1.0.5.tar.gz b/Unixish-1.0.5.tar.gz new file mode 100644 index 0000000..ab7e521 --- /dev/null +++ b/Unixish-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876ddb8efc7a4e4b335f71eb4ff30ef7e7711eca71c4e2fcad84f7168dd391e6 +size 15239 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Unixish.changes b/perl-Unixish.changes index c86f399..95e6ce3 100644 --- a/perl-Unixish.changes +++ b/perl-Unixish.changes @@ -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 diff --git a/perl-Unixish.spec b/perl-Unixish.spec index ce07a4c..832c59f 100644 --- a/perl-Unixish.spec +++ b/perl-Unixish.spec @@ -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