2.000017 bump
- Drop the hard CPAN dependency from perl-homedir
This commit is contained in:
parent
cafe855fc7
commit
a8be2cafc3
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ local-lib-1.004009.tar.gz
|
||||
/local-lib-1.008010.tar.gz
|
||||
/local-lib-2.000014.tar.gz
|
||||
/local-lib-2.000015.tar.gz
|
||||
/local-lib-2.000017.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-local-lib
|
||||
Version: 2.000015
|
||||
Release: 4%{?dist}
|
||||
Version: 2.000017
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Summary: Create and use a local lib/ for perl modules
|
||||
@ -10,6 +10,8 @@ Source10: perl-homedir.sh
|
||||
Source11: perl-homedir.csh
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(CPAN)
|
||||
BuildRequires: perl(CPAN::HandleConfig)
|
||||
@ -30,11 +32,12 @@ BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.81
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(Carp::Heavy)
|
||||
Requires: perl(File::Basename)
|
||||
@ -61,8 +64,7 @@ License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Summary: Per-user Perl local::lib setup
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{_bindir}/cpan
|
||||
Requires: /bin/sed
|
||||
Requires: sed
|
||||
|
||||
%description -n perl-homedir
|
||||
perl-homedir configures the system to automatically create a ~/perl5
|
||||
@ -84,8 +86,8 @@ make %{?_smp_mflags}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
|
||||
cp %{SOURCE10} %{buildroot}%{_sysconfdir}/profile.d/
|
||||
cp %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d/
|
||||
install -pm0644 %{SOURCE10} %{buildroot}%{_sysconfdir}/profile.d/
|
||||
install -pm0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d/
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -93,12 +95,16 @@ make test
|
||||
%files
|
||||
%doc Changes
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*.3*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%files -n perl-homedir
|
||||
%{_sysconfdir}/profile.d/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 06 2015 Petr Šabata <contyk@redhat.com> - 2.000017-1
|
||||
- 2.000017 bump
|
||||
- Drop the hard CPAN dependency from perl-homedir
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.000015-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user