Compare commits
11 Commits
a9a0a70381
...
064a621bc9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
064a621bc9 | ||
|
|
42f205ecfb | ||
|
|
d9f289be00 | ||
|
|
4e635d0ae5 | ||
|
|
e64c7f1cb1 | ||
|
|
b70f2c1825 | ||
|
|
389dededec | ||
|
|
e14c78002c | ||
|
|
8ec2b039db | ||
|
|
860dd54fcf | ||
|
|
cb6e9beca3 |
Binary file not shown.
BIN
Pod-Usage-2.03.tar.gz
Normal file
BIN
Pod-Usage-2.03.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,17 @@
|
|||||||
Name: perl-Pod-Usage
|
%define mod_name Pod-Usage
|
||||||
|
|
||||||
|
Name: perl-%{mod_name}
|
||||||
Epoch: 4
|
Epoch: 4
|
||||||
Version: 1.69
|
Version: 2.03
|
||||||
Release: 418
|
Release: 2
|
||||||
Summary: Print a usage message from embedded pod documentation
|
Summary: Print a usage message from embedded pod documentation
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic-1.0
|
||||||
URL: https://metacpan.org/release/Pod-Usage
|
URL: https://metacpan.org/release/%{mod_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Usage-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/%{mod_name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl make sed coreutils findutils perl-interpreter perl-generators perl(Config) perl(warnings)
|
BuildRequires: perl make sed coreutils perl-generators perl-interpreter perl(Config) perl(warnings)
|
||||||
BuildRequires: perl(Cwd) perl(ExtUtils::MakeMaker) perl(File::Basename) perl(File::Spec) perl(strict)
|
BuildRequires: perl(Cwd) perl(ExtUtils::MakeMaker) perl(File::Basename) perl(File::Spec) perl(strict)
|
||||||
BuildRequires: perl(Carp) perl(Config) perl(Exporter) perl-Pod-Perldoc perl(Pod::Text) perl(vars)
|
BuildRequires: perl(Carp) perl(Config) perl(Exporter) perl-Pod-Perldoc perl(Pod::Text) perl(vars)
|
||||||
#tests
|
#tests
|
||||||
@ -26,14 +29,14 @@ command line options and arguments. If the verbose level is 2, then the entire m
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Pod-Usage-%{version} -p1
|
%autosetup -n %{mod_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
%{make_install}
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -41,7 +44,7 @@ make test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README CHANGES
|
%doc README Changes
|
||||||
%{_bindir}/pod2usage
|
%{_bindir}/pod2usage
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
|
|
||||||
@ -51,6 +54,21 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 1 2022 hongjinghao <hongjinghao@huawei.com> - 4:2.03-2
|
||||||
|
- use %{mod_name} marco
|
||||||
|
|
||||||
|
* Tue Oct 25 2022 zhangyao <zhangyao108@huawei.com> - 4:2.03-1
|
||||||
|
- upgrade version to 2.03
|
||||||
|
|
||||||
|
* Wed Jul 28 2021 tianwei <tianwei12@huawei.com> - 4:2.01-2
|
||||||
|
- output should be empty for issue #I42T4q
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 4:2.01-1
|
||||||
|
- upgrade version to 2.01
|
||||||
|
|
||||||
|
* Sat Jul 25 2020 zhanzhimin <zhanzhimin@huawei.com> - 4:1.70-1
|
||||||
|
- 1.70 bump
|
||||||
|
|
||||||
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 4:1.69-418
|
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 4:1.69-418
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user