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
|
||||
Name: perl-Module-Build-Tiny
|
||||
Version: 0.027
|
||||
Version: 0.028
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -23,6 +23,7 @@ BuildRequires: perl(JSON::PP) >= 2
|
||||
BuildRequires: perl(Pod::Man)
|
||||
BuildRequires: perl(TAP::Harness) >= 3.0
|
||||
# Test
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
@ -30,6 +31,9 @@ BuildRequires: perl(File::ShareDir)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open2)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.41
|
||||
BuildRequires: perl(XSLoader)
|
||||
@ -60,7 +64,7 @@ perl Build.PL --installdirs=vendor
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
|
||||
%check
|
||||
RELEASE_TESTING=1 ./Build test
|
||||
AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README Todo
|
||||
@ -68,6 +72,13 @@ RELEASE_TESTING=1 ./Build test
|
||||
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
||||
|
||||
%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
|
||||
- Update to 0.027
|
||||
- Various documentation updates
|
||||
|
Loading…
Reference in New Issue
Block a user