8
0
Pascal Bleser
2010-04-01 17:02:06 +00:00
committed by Git OBS Bridge
parent c68da60724
commit ffe9f9066b
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b020bf2e76a030631f58d1f89c96e97b1b3d1a3fa11b64ff0fe5c0d268ce33f7
size 35281

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abd6e24d2dc5187379a8f57c4b82f1e98b2edd1c78c8d26ee2fc9b8409627c03
size 36674

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 1 05:49:02 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.006000:
* create lib::core::only that provides the "set @INC to core dirs only" functionality that was the only part of --self-contained that ever worked usefully
* delete broken --self-contained flag from core
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 14 02:15:00 UTC 2010 - pascal.bleser@opensuse.org Sun Mar 14 02:15:00 UTC 2010 - pascal.bleser@opensuse.org

View File

@@ -1,17 +1,16 @@
# norootforbuild # norootforbuild
Name: perl-local-lib Name: perl-local-lib
Version: 1.005001 Version: 1.006000
Release: 0 Release: 0
Summary: Create and Use a local Library Directory for Perl Modules Summary: Create and Use a local Library Directory for Perl Modules
Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz Source: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/lib/local-lib-%{version}.tar.gz
Source1: perl-homedir.sh Source1: perl-homedir.sh
Source2: perl-homedir.csh Source2: perl-homedir.csh
URL: http://search.cpan.org/dist/local-lib/ URL: http://search.cpan.org/dist/local-lib/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Perl License License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: perl
BuildRequires: make perl BuildRequires: make perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(CPAN) >= 1.80 BuildRequires: perl(CPAN) >= 1.80
@@ -20,6 +19,11 @@ BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Module::Build) >= 0.28 BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(ExtUtils::Install) >= 1.43 BuildRequires: perl(ExtUtils::Install) >= 1.43
%if 0%{?suse_version} >= 1030
Requires: perl-base = %{perl_version}
%else
Requires: perl
%endif
Requires: perl(CPAN) >= 1.80 Requires: perl(CPAN) >= 1.80
Requires: perl(ExtUtils::CBuilder) Requires: perl(ExtUtils::CBuilder)
Requires: perl(ExtUtils::Install) >= 1.43 Requires: perl(ExtUtils::Install) >= 1.43
@@ -69,10 +73,12 @@ install this package.
%setup -q -n "local-lib-%{version}" %setup -q -n "local-lib-%{version}"
%build %build
unset PERL_MM_OPT
%__perl Makefile.PL INSTALLDIRS=vendor PREFIX="%{_prefix}" %__perl Makefile.PL INSTALLDIRS=vendor PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}} %__make %{?jobs:-j%{jobs}}
%install %install
unset PERL_MM_OPT
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
@@ -80,6 +86,7 @@ install this package.
%__install -m0644 "%{SOURCE1}" "%{SOURCE2}" "%{buildroot}%{_sysconfdir}/profile.d/" %__install -m0644 "%{SOURCE1}" "%{SOURCE2}" "%{buildroot}%{_sysconfdir}/profile.d/"
%check %check
unset PERL_MM_OPT
%__make test %__make test
%clean %clean
@@ -88,10 +95,14 @@ install this package.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc Changes %doc Changes
%dir %{perl_vendorlib}/lib
%dir %{perl_vendorlib}/lib/core
%{perl_vendorlib}/lib/core/only.pm
%dir %{perl_vendorlib}/local/ %dir %{perl_vendorlib}/local/
%{perl_vendorlib}/local/lib.pm %{perl_vendorlib}/local/lib.pm
%dir %{perl_vendorarch}/auto/local %dir %{perl_vendorarch}/auto/local
%{perl_vendorarch}/auto/local/lib %{perl_vendorarch}/auto/local/lib
%doc %{perl_man3dir}/lib::core::only.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/local::lib.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/local::lib.%{perl_man3ext}%{ext_man}
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}