Compare commits
10 Commits
d553766a8b
...
aef9b6e5f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aef9b6e5f9 | ||
|
|
79bfc4937f | ||
|
|
c5b8d407d9 | ||
|
|
b888506f77 | ||
|
|
9971b433f1 | ||
|
|
9d96e457bc | ||
|
|
ed6cca9d9f | ||
|
|
06d4f7e40f | ||
|
|
819a33ef5d | ||
|
|
ceb07be282 |
Binary file not shown.
BIN
Archive-Tar-3.02.tar.gz
Normal file
BIN
Archive-Tar-3.02.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
||||
%global perl_package_name Archive-Tar
|
||||
Name: perl-Archive-Tar
|
||||
Version: 2.30
|
||||
Release: 421
|
||||
Version: 3.02
|
||||
Release: 1
|
||||
Summary: A module for manipulations of tar archives
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/pod/release/BINGOS/Archive-Tar-2.30/lib/Archive/Tar.pm
|
||||
URL: https://metacpan.org/pod/Archive::Tar
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{perl_package_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: gcc git make
|
||||
BuildRequires: gcc make
|
||||
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker) >= 6.76 perl(Config)
|
||||
BuildRequires: perl(Getopt::Std) perl(strict)
|
||||
BuildRequires: perl(Carp) perl(constant) perl(Cwd) perl(Data::Dumper) perl(Exporter) perl(File::Basename)
|
||||
@ -39,7 +39,7 @@ BuildArch: noarch
|
||||
This package provides help document for perl-Archive-Tar.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{perl_package_name}-%{version} -S git
|
||||
%autosetup -n %{perl_package_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 UNINST=0
|
||||
@ -61,6 +61,24 @@ make test
|
||||
%{_mandir}/man{1/*,3/*}
|
||||
|
||||
%changelog
|
||||
* Wed Jul 05 2023 leeffo <liweiganga@uniontech.com> - 3.02-1
|
||||
- update to version 3.02
|
||||
|
||||
* Tue Oct 25 2022 renhongxun <renhongxun@h-partners.com> - 2.40-2
|
||||
- Rebuild for next release
|
||||
|
||||
* Fri Nov 19 2021 shixuantong <shixuantong@huawei.com> - 2.40-1
|
||||
- update version to 2.40
|
||||
|
||||
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.38-2
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Sat Jul 25 2020 shixuantong <shixuantong@huawei.com> - 2.38-1
|
||||
- Type: NA
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: update to 2.38-1
|
||||
|
||||
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.30-421
|
||||
- Type: enhancement
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user