drop tests subpackage
This commit is contained in:
parent
ac22108c89
commit
0554a15487
@ -1,7 +1,7 @@
|
||||
Name: perl-Class-Method-Modifiers
|
||||
Summary: Provides Moose-like method modifiers
|
||||
Version: 1.08
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
|
||||
@ -13,9 +13,12 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More)
|
||||
|
||||
# obsolete/provide old tests subpackage
|
||||
# can be removed during F19 development cycle
|
||||
Obsoletes: %{name}-tests < 1.08-3
|
||||
Provides: %{name}-tests = %{version}-%{release}
|
||||
|
||||
%{?perl_default_filter}
|
||||
%{?perl_default_subpackage_tests}
|
||||
|
||||
%description
|
||||
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
|
||||
@ -51,11 +54,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes
|
||||
%doc Changes t/
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> 1.08-3
|
||||
- drop tests subpackage; move tests to main package documentation
|
||||
|
||||
* Tue Jan 17 2012 Iain Arnell <iarnell@gmail.com> - 1.08-2
|
||||
- rebuilt again for F17 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user