Compare commits
No commits in common. "c8s" and "c8-stream-5.24" have entirely different histories.
c8s
...
c8-stream-
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/Module-Runtime-0.016.tar.gz
|
SOURCES/Module-Runtime-0.015.tar.gz
|
||||||
/Module-Runtime-0.016.tar.gz
|
|
||||||
|
|||||||
1
.perl-Module-Runtime.metadata
Normal file
1
.perl-Module-Runtime.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
0fe878021e4bd30052f75c24ae6c8833880ef42c SOURCES/Module-Runtime-0.015.tar.gz
|
||||||
@ -4,14 +4,13 @@
|
|||||||
%{bcond_without perl_Module_Runtime_enables_optional_test}
|
%{bcond_without perl_Module_Runtime_enables_optional_test}
|
||||||
|
|
||||||
Name: perl-Module-Runtime
|
Name: perl-Module-Runtime
|
||||||
Version: 0.016
|
Version: 0.015
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Runtime module handling
|
Summary: Runtime module handling
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Module-Runtime/
|
URL: http://search.cpan.org/dist/Module-Runtime/
|
||||||
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -42,32 +41,20 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_vendorlib}/Module/
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/Module::Runtime.3*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.016-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 19 2017 Paul Howarth <paul@city-fan.org> - 0.016-1
|
|
||||||
- 0.016 bump
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.015-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 17 2017 Petr Pisar <ppisar@redhat.com> - 0.015-1
|
* Mon Jul 17 2017 Petr Pisar <ppisar@redhat.com> - 0.015-1
|
||||||
- 0.015 bump
|
- 0.015 bump
|
||||||
|
|
||||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-10
|
|
||||||
- Perl 5.26 rebuild
|
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-9
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user