Compare commits
No commits in common. "c9s" and "c8" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/Class-Data-Inheritable-[0-9.]*.tar.gz
|
SOURCES/Class-Data-Inheritable-0.08.tar.gz
|
||||||
|
|||||||
1
.perl-Class-Data-Inheritable.metadata
Normal file
1
.perl-Class-Data-Inheritable.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
522c7e948f126c0d0ab1f37b5e993f4fc5ce65de SOURCES/Class-Data-Inheritable-0.08.tar.gz
|
||||||
@ -1,20 +1,15 @@
|
|||||||
# Run optional test
|
# Run optional test
|
||||||
%if ! (0%{?rhel})
|
|
||||||
%bcond_without perl_Class_Data_Inheritable_enables_optional_test
|
%bcond_without perl_Class_Data_Inheritable_enables_optional_test
|
||||||
%else
|
|
||||||
%bcond_with perl_Class_Data_Inheritable_enables_optional_test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: perl-Class-Data-Inheritable
|
Name: perl-Class-Data-Inheritable
|
||||||
Version: 0.08
|
Version: 0.08
|
||||||
Release: 39%{?dist}
|
Release: 27%{?dist}
|
||||||
Summary: Inheritable, overridable class data
|
Summary: Inheritable, overridable class data
|
||||||
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Class-Data-Inheritable
|
URL: http://search.cpan.org/dist/Class-Data-Inheritable/
|
||||||
# has non-free and outdated jp docs
|
Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-%{version}.tar.gz
|
||||||
# rm -rf doc
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
# Source0: https://cpan.metacpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-%%{version}.tar.gz
|
|
||||||
Source0: Class-Data-Inheritable-%{version}-clean.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
@ -59,48 +54,14 @@ find %{buildroot} -type f -name .packlist -delete
|
|||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{perl_vendorlib}/Class/
|
%{perl_vendorlib}/Class/
|
||||||
%{_mandir}/man3/Class::Data::Inheritable.3pm*
|
%{_mandir}/man3/Class::Data::Inheritable.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.08-39
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.08-38
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-37
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-36
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-35
|
|
||||||
- Perl 5.32 rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-34
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-33
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-32
|
|
||||||
- Perl 5.30 rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-31
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Dec 7 2018 Tom Callaway <spot@fedoraproject.org> - 0.08-30
|
|
||||||
- remove non-free (and outdated) jp docs
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-29
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-28
|
|
||||||
- Perl 5.28 rebuild
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-27
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-27
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user