forked from perl/perl-App-perlbrew
		
	- updated to 0.19
- Auto run 'perlbrew init' after an install (or upgrade)
  - Symlink dev versions of executables. For example,'perl5.13.11' to 'perl', 'prove5.13.11' to 'prove'.
  - Automatically apply patches necessary to make older perls build again on
    modern platforms with the help of Devel::PatchPerl.
  - A command "perlbrew available" to list recently available perls to build by trcjr
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=6
			
			
This commit is contained in:
		
				
					committed by
					
						
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							38b59aff0e
						
					
				
				
					commit
					810e9d9d0a
				
			@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:1035b2043671d859267faf7dcef154819c6eee504687c2664b3af1e4e4227dba
 | 
			
		||||
size 41911
 | 
			
		||||
							
								
								
									
										3
									
								
								App-perlbrew-0.19.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								App-perlbrew-0.19.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:09b47979a56ba8db86ec1d51173cd7fbda219f563dc17019c5f3d99227ebaf93
 | 
			
		||||
size 47993
 | 
			
		||||
@@ -1,3 +1,13 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Apr 27 18:57:49 UTC 2011 - coolo@opensuse.org
 | 
			
		||||
 | 
			
		||||
- updated to 0.19
 | 
			
		||||
  - Auto run 'perlbrew init' after an install (or upgrade)
 | 
			
		||||
  - Symlink dev versions of executables. For example,'perl5.13.11' to 'perl', 'prove5.13.11' to 'prove'.
 | 
			
		||||
  - Automatically apply patches necessary to make older perls build again on
 | 
			
		||||
    modern platforms with the help of Devel::PatchPerl.
 | 
			
		||||
  - A command "perlbrew available" to list recently available perls to build by trcjr
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Sun Apr  3 14:54:01 UTC 2011 - coolo@novell.com
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package perl-App-perlbrew (Version 0.18)
 | 
			
		||||
# spec file for package perl-App-perlbrew (Version 0.19)
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 | 
			
		||||
#
 | 
			
		||||
@@ -16,19 +16,24 @@
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
Name:           perl-App-perlbrew
 | 
			
		||||
Version:        0.18
 | 
			
		||||
Version:        0.19
 | 
			
		||||
Release:        1
 | 
			
		||||
License:        MIT
 | 
			
		||||
%define cpan_name App-perlbrew
 | 
			
		||||
Summary:        Manage perl installations in your $HOME
 | 
			
		||||
Url:            http://search.cpan.org/dist/App-perlbrew/
 | 
			
		||||
Group:          Development/Libraries/Perl
 | 
			
		||||
#Source:         http://www.cpan.org/authors/id/G/GU/GUGOD/App-perlbrew-%{version}.tar.gz
 | 
			
		||||
Source:         %{cpan_name}-%{version}.tar.gz
 | 
			
		||||
Source:         http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 | 
			
		||||
BuildRequires:  perl
 | 
			
		||||
BuildRequires:  perl-macros
 | 
			
		||||
BuildRequires:  perl(Devel::PatchPerl) >= 0.26
 | 
			
		||||
BuildRequires:  perl(ExtUtils::MakeMaker)
 | 
			
		||||
BuildRequires:  perl(Test::More)
 | 
			
		||||
BuildRequires:  perl(Test::Output)
 | 
			
		||||
BuildRequires:  perl(Test::Simple)
 | 
			
		||||
Requires:       perl(Devel::PatchPerl) >= 0.26
 | 
			
		||||
%{perl_requires}
 | 
			
		||||
 | 
			
		||||
%description
 | 
			
		||||
@@ -58,7 +63,7 @@ your HOME too. It's a completely separate perl environment.
 | 
			
		||||
%{__rm} -rf %{buildroot}
 | 
			
		||||
 | 
			
		||||
%files -f %{name}.files
 | 
			
		||||
%defattr(644,root,root,755)
 | 
			
		||||
%doc Changes LICENSE README
 | 
			
		||||
%defattr(-,root,root,755)
 | 
			
		||||
%doc Changes doc LICENSE README
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user