forked from pool/perl-App-perlbrew
- updated to 0.18
* Spotted and fixed by chad.a.davis++, an issue when bash set "noclobber" option, which breaks the creation of ~/.perlbrew/init. See https://rt.cpan.org/Ticket/Display.html?id=66518 * A simple `perlbrew clean` command to clean build dir. * delegate `-j` arg value to `make test_harness`. by dagolden++ * $HOME is replaced with "~" in many messages. https://rt.cpan.org/Ticket/Display.html?id=57668 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
8bc809ea1b
commit
38b59aff0e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71d258c0d8e245ff8f7aa497a6bb2b35850ebd13fe812ef3700ae896e1156db4
|
|
||||||
size 35437
|
|
3
App-perlbrew-0.18.tar.gz
Normal file
3
App-perlbrew-0.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1035b2043671d859267faf7dcef154819c6eee504687c2664b3af1e4e4227dba
|
||||||
|
size 41911
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 3 14:54:01 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- updated to 0.18
|
||||||
|
* Spotted and fixed by chad.a.davis++, an issue when bash set "noclobber" option,
|
||||||
|
which breaks the creation of ~/.perlbrew/init. See https://rt.cpan.org/Ticket/Display.html?id=66518
|
||||||
|
* A simple `perlbrew clean` command to clean build dir.
|
||||||
|
* delegate `-j` arg value to `make test_harness`. by dagolden++
|
||||||
|
* $HOME is replaced with "~" in many messages. https://rt.cpan.org/Ticket/Display.html?id=57668
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 09 22:28:17 UTC 2011 - pascal.bleser@opensuse.org
|
Wed Mar 09 22:28:17 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-App-perlbrew (Version 0.16)
|
# spec file for package perl-App-perlbrew (Version 0.18)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: perl-App-perlbrew
|
Name: perl-App-perlbrew
|
||||||
Version: 0.17
|
Version: 0.18
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
%define cpan_name App-perlbrew
|
%define cpan_name App-perlbrew
|
||||||
@@ -24,11 +24,11 @@ Summary: Manage perl installations in your $HOME
|
|||||||
Url: http://search.cpan.org/dist/App-perlbrew/
|
Url: http://search.cpan.org/dist/App-perlbrew/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/G/GU/GUGOD/App-perlbrew-%{version}.tar.gz
|
#Source: http://www.cpan.org/authors/id/G/GU/GUGOD/App-perlbrew-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -46,25 +46,19 @@ your HOME too. It's a completely separate perl environment.
|
|||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} >= 1120
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%__chmod 0755 "%{buildroot}%{_bindir}"/*
|
|
||||||
%__perl -n -i -e 'print unless m|%{_bindir}|' "%{name}.files"
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(644,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
%{_bindir}/perlbrew
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user