- 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
This commit is contained in:
Stephan Kulow 2013-07-27 13:34:18 +00:00 committed by Git OBS Bridge
parent a814d3f0be
commit 0c5f385065
4 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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