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