Remove private modules
This commit is contained in:
parent
3adba0463e
commit
527bd5b0e1
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Object-HashBase
|
Name: perl-Object-HashBase
|
||||||
Version: 0.009
|
Version: 0.009
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Build hash-based classes
|
Summary: Build hash-based classes
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Object-HashBase
|
URL: https://metacpan.org/release/Object-HashBase
|
||||||
@ -11,7 +11,10 @@ BuildRequires: make
|
|||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(:VERSION) >= 5.8.1
|
BuildRequires: perl(:VERSION) >= 5.8.1
|
||||||
|
|
||||||
|
# Remove private modules
|
||||||
|
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Object::HashBase::Test::HBase.*
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is used to generate classes based on hash references. Using this
|
This package is used to generate classes based on hash references. Using this
|
||||||
class will give you a new() method, as well as generating accessors you
|
class will give you a new() method, as well as generating accessors you
|
||||||
@ -59,5 +62,8 @@ make test
|
|||||||
%{_mandir}/man3/Object::HashBase::*
|
%{_mandir}/man3/Object::HashBase::*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 16 2020 shixuantong <shixuantong@huawei.com> - 0.009-2
|
||||||
|
- Remove private modules
|
||||||
|
|
||||||
* Mon Aug 3 2020 dingyue <dingyue5@huawei.com> -0.009 -1
|
* Mon Aug 3 2020 dingyue <dingyue5@huawei.com> -0.009 -1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user