diff --git a/Module-Install-AuthorTests-0.002.tar.gz b/Module-Install-AuthorTests-0.002.tar.gz new file mode 100644 index 0000000..8ba1331 Binary files /dev/null and b/Module-Install-AuthorTests-0.002.tar.gz differ diff --git a/README.en.md b/README.en.md deleted file mode 100644 index d70fabb..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# perl-Module-Install-AuthorTests - -#### Description -Designate tests only run by module authors - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/perl-Module-Install-AuthorTests.spec b/perl-Module-Install-AuthorTests.spec new file mode 100644 index 0000000..0491afc --- /dev/null +++ b/perl-Module-Install-AuthorTests.spec @@ -0,0 +1,48 @@ +Name: perl-Module-Install-AuthorTests +Version: 0.002 +Release: 18 +Summary: Assign tests only run by module authors +License: GPL+ or Artistic +URL: https://metacpan.org/release/Module-Install-AuthorTests +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Module-Install-AuthorTests-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: perl-generators perl(inc::Module::Install) perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) perl(Carp) perl(Module::Install::Base) perl(Module::Install) +BuildRequires: perl(Test::More) + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Module::Install) + +%description +This package is used to assign tests in ./xt directory should be run +only if the module is being built by an author. + +%package_help + +%prep +%autosetup -n Module-Install-AuthorTests-%{version} -p1 + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +chmod -Rf a+rX,u+w,g-w,o-w $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/* + +%files help +%{_mandir}/man3/* + +%changelog +* Wed Jan 8 2020 openEuler Buildteam - 0.002-18 +- Package init +