2.000027 bump
This commit is contained in:
parent
2054a70803
commit
fb781e15e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ local-lib-1.004009.tar.gz
|
||||
/local-lib-2.000019.tar.gz
|
||||
/local-lib-2.000023.tar.gz
|
||||
/local-lib-2.000024.tar.gz
|
||||
/local-lib-2.000027.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-local-lib
|
||||
Version: 2.000024
|
||||
Release: 13%{?dist}
|
||||
Version: 2.000027
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Summary: Create and use a local lib/ for perl modules
|
||||
Url: https://metacpan.org/release/local-lib
|
||||
@ -78,11 +78,11 @@ install this package.
|
||||
%setup -q -n local-lib-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
|
||||
install -pm0644 %{SOURCE10} %{buildroot}%{_sysconfdir}/profile.d/
|
||||
@ -100,6 +100,9 @@ make test
|
||||
%{_sysconfdir}/profile.d/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 15 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.000027-1
|
||||
- 2.000027 bump
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.000024-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (local-lib-2.000024.tar.gz) = d23c984f0652ea8dd7028cd2dcc00991e69a5ad1ac6fce9707f953a5e6456d8173b444b7631884e764eb5ff18cea29e8e560c3835eacc0aa34382c0d172a7fd0
|
||||
SHA512 (local-lib-2.000027.tar.gz) = 50f34b3cc97cb1b63786281974b285da712b74e642d81a4319f46c6d5ef5604cb0137bc601b9caf9b5f3fdfc20e9b616b1ea1f27d4dec55fe9645ecaf04a68cb
|
||||
|
Loading…
Reference in New Issue
Block a user