Update to 0.028
- New upstream release 0.028 - Revert "Removed clean and realclean actions" - Build .c and .o in temp/ instead of lib - Got rid of IO layers - Separate libdoc and bindoc checks
This commit is contained in:
parent
a5dd1a7d92
commit
8bc552f748
@ -1,6 +1,6 @@
|
|||||||
Summary: A tiny replacement for Module::Build
|
Summary: A tiny replacement for Module::Build
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.027
|
Version: 0.028
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -23,6 +23,7 @@ BuildRequires: perl(JSON::PP) >= 2
|
|||||||
BuildRequires: perl(Pod::Man)
|
BuildRequires: perl(Pod::Man)
|
||||||
BuildRequires: perl(TAP::Harness) >= 3.0
|
BuildRequires: perl(TAP::Harness) >= 3.0
|
||||||
# Test
|
# Test
|
||||||
|
BuildRequires: perl(blib)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
@ -30,6 +31,9 @@ BuildRequires: perl(File::ShareDir)
|
|||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
|
BuildRequires: perl(IO::Handle)
|
||||||
|
BuildRequires: perl(IPC::Open2)
|
||||||
|
BuildRequires: perl(IPC::Open3)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.41
|
BuildRequires: perl(Test::Pod) >= 1.41
|
||||||
BuildRequires: perl(XSLoader)
|
BuildRequires: perl(XSLoader)
|
||||||
@ -60,7 +64,7 @@ perl Build.PL --installdirs=vendor
|
|||||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
|
|
||||||
%check
|
%check
|
||||||
RELEASE_TESTING=1 ./Build test
|
AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes LICENSE README Todo
|
%doc Changes LICENSE README Todo
|
||||||
@ -68,6 +72,13 @@ RELEASE_TESTING=1 ./Build test
|
|||||||
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 30 2013 Paul Howarth <paul@city-fan.org> - 0.028-1
|
||||||
|
- Update to 0.028
|
||||||
|
- Revert "Removed clean and realclean actions"
|
||||||
|
- Build .c and .o in temp/ instead of lib
|
||||||
|
- Got rid of IO layers
|
||||||
|
- Separate libdoc and bindoc checks
|
||||||
|
|
||||||
* Mon Sep 9 2013 Paul Howarth <paul@city-fan.org> - 0.027-1
|
* Mon Sep 9 2013 Paul Howarth <paul@city-fan.org> - 0.027-1
|
||||||
- Update to 0.027
|
- Update to 0.027
|
||||||
- Various documentation updates
|
- Various documentation updates
|
||||||
|
Loading…
Reference in New Issue
Block a user