Compare commits
No commits in common. "c8-stream-5.3" and "c8s" have entirely different histories.
c8-stream-
...
c8s
13
.gitignore
vendored
13
.gitignore
vendored
@ -1 +1,12 @@
|
||||
SOURCES/Filter-1.59.tar.gz
|
||||
/Filter-1.39.tar.gz
|
||||
/Filter-1.43.tar.gz
|
||||
/Filter-1.45.tar.gz
|
||||
/Filter-1.48.tar.gz
|
||||
/Filter-1.49.tar.gz
|
||||
/Filter-1.50.tar.gz
|
||||
/Filter-1.51.tar.gz
|
||||
/Filter-1.53.tar.gz
|
||||
/Filter-1.54.tar.gz
|
||||
/Filter-1.55.tar.gz
|
||||
/Filter-1.57.tar.gz
|
||||
/Filter-1.58.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
ceb26f841df6645497e26415d95f17f8b5a32a50 SOURCES/Filter-1.59.tar.gz
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* preprocessor");
|
||||
@ -1,18 +1,14 @@
|
||||
# Run optional test
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_Filter_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_Filter_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-Filter
|
||||
Epoch: 2
|
||||
Version: 1.59
|
||||
Release: 440%{?dist}
|
||||
Version: 1.58
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl source filters
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Filter
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Filter-%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/Filter/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Filter-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
@ -33,12 +29,9 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
%if %{with perl_Filter_enables_optional_test}
|
||||
# Optional tests
|
||||
BuildRequires: m4
|
||||
BuildRequires: perl(POSIX)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Class::XSAccessor not used
|
||||
@ -51,16 +44,9 @@ BuildRequires: perl(Test::Pod) >= 1.00
|
||||
# Test::Pod::Coverage 1.04 not used
|
||||
# Text::CSV_XS not used
|
||||
%endif
|
||||
BuildRequires: perl(vars)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
# For Filer::sh
|
||||
Suggests: bash
|
||||
# For Filter::cpp
|
||||
Suggests: gcc
|
||||
# For Filter::m4
|
||||
Suggests: m4
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -95,30 +81,6 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.59-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.59-439
|
||||
- Perl 5.30 re-rebuild of bootstrapped packages
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.59-438
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.59-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Aug 06 2018 Petr Pisar <ppisar@redhat.com> - 2:1.59-1
|
||||
- 1.59 bump
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.58-418
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.58-417
|
||||
- Perl 5.28 re-rebuild of bootstrapped packages
|
||||
|
||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.58-416
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.58-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user