Compare commits

...

No commits in common. "c8-stream-5.3" and "c8s" have entirely different histories.

1 changed files with 9 additions and 4 deletions

View File

@ -1,14 +1,19 @@
# Run optional test # Run optional test
%if ! (0%{?rhel})
%bcond_without perl_Sub_Install_enables_optional_test %bcond_without perl_Sub_Install_enables_optional_test
%else
%bcond_with perl_Sub_Install_enables_optional_test
%endif
Name: perl-Sub-Install Name: perl-Sub-Install
Version: 0.928 Version: 0.928
Release: 15%{?dist} Release: 14%{?dist}
Summary: Install subroutines into packages easily Summary: Install subroutines into packages easily
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Sub-Install/ URL: http://search.cpan.org/dist/Sub-Install/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch BuildArch: noarch
# ================= Module Build ============================ # ================= Module Build ============================
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
@ -52,15 +57,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%check %check
make test make test
%clean
rm -rf %{buildroot}
%files %files
%doc Changes LICENSE README %doc Changes LICENSE README
%{perl_vendorlib}/Sub/ %{perl_vendorlib}/Sub/
%{_mandir}/man3/Sub::Install.3pm* %{_mandir}/man3/Sub::Install.3pm*
%changelog %changelog
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-15
- Rebuild with enable hardening (bug #1636329)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.928-14 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.928-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild