- 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:
parent
a814d3f0be
commit
0c5f385065
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eba7fbfea2dd84310ab00f22fd29bbf774b10a465df3f6133ca7da88c0bd6ac4
|
|
||||||
size 19257
|
|
3
Module-Build-Tiny-0.025.tar.gz
Normal file
3
Module-Build-Tiny-0.025.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a3352dcc39d372d51be5526d56905659f78848f13d27ef78d5a373f4305d66a
|
||||||
|
size 19313
|
@ -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
|
Wed Jun 5 07:50:58 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.023
|
Version: 0.025
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Build-Tiny
|
%define cpan_name Module-Build-Tiny
|
||||||
Summary: A tiny replacement for Module::Build
|
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}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL --installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user