From 0c5f38506536d3a99014e6fcf7bd781539377e2f2cb37432da3006a562812e7d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 27 Jul 2013 13:34:18 +0000 Subject: [PATCH] - updated to 0.025 Use local tempdir Generate man pages in the correct section OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=2 --- Module-Build-Tiny-0.023.tar.gz | 3 --- Module-Build-Tiny-0.025.tar.gz | 3 +++ perl-Module-Build-Tiny.changes | 7 +++++++ perl-Module-Build-Tiny.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 Module-Build-Tiny-0.023.tar.gz create mode 100644 Module-Build-Tiny-0.025.tar.gz diff --git a/Module-Build-Tiny-0.023.tar.gz b/Module-Build-Tiny-0.023.tar.gz deleted file mode 100644 index 2c0e2f7..0000000 --- a/Module-Build-Tiny-0.023.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba7fbfea2dd84310ab00f22fd29bbf774b10a465df3f6133ca7da88c0bd6ac4 -size 19257 diff --git a/Module-Build-Tiny-0.025.tar.gz b/Module-Build-Tiny-0.025.tar.gz new file mode 100644 index 0000000..52be653 --- /dev/null +++ b/Module-Build-Tiny-0.025.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3352dcc39d372d51be5526d56905659f78848f13d27ef78d5a373f4305d66a +size 19313 diff --git a/perl-Module-Build-Tiny.changes b/perl-Module-Build-Tiny.changes index 7ed8844..40cfa13 100644 --- a/perl-Module-Build-Tiny.changes +++ b/perl-Module-Build-Tiny.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 27 13:25:44 UTC 2013 - coolo@suse.com + +- updated to 0.025 + Use local tempdir + Generate man pages in the correct section + ------------------------------------------------------------------- Wed Jun 5 07:50:58 UTC 2013 - coolo@suse.com diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec index f869083..5badd17 100644 --- a/perl-Module-Build-Tiny.spec +++ b/perl-Module-Build-Tiny.spec @@ -17,7 +17,7 @@ Name: perl-Module-Build-Tiny -Version: 0.023 +Version: 0.025 Release: 0 %define cpan_name Module-Build-Tiny Summary: A tiny replacement for Module::Build @@ -65,14 +65,14 @@ than 120, yet supports the features needed by most distributions. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +%{__perl} Build.PL --installdirs=vendor ./Build build flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files