Accepting request 297470 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Install?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2015-04-17 07:31:40 +00:00
committed by Git OBS Bridge
parent 5dcd7b35e4
commit 1030d6643c
5 changed files with 118 additions and 47 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,68 @@
-------------------------------------------------------------------
Thu Apr 16 21:36:41 UTC 2015 - coolo@suse.com
- updated to 2.04
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
2.04
- Cosmetic change as forgot to update version information in POD on last two
releases
2.02
- Reverted change to pm_to_blib that causes write-only directory paths to
be created
2.00
- Formal release to change META information and synchronise versioning
1.68
- Introduce env var PERL_INSTALL_QUIET to silence pm_to_blib() output
1.67
- better -w tests
1.66
- Fix writable tests when running as root
1.65
- ExtUtils::Install handle symbolic and hard links
1.64
- Remove MM_TEST_ROOT feature from ExtUtils::Install tests
1.63
- Enable tests to run in parallel
1.62
- Various POD fixes and typos
- Cross-compilation fixes
- VMS fixes
1.57
Adds 'skip_cwd' parameter to ExtUtils::Installed. With this new parameter,
the current directory is not included in the installed module search. This
avoids finding modules from other perls which happen to be below the
current directory.
1.56
Pod fixes.
1.55
Pod fixes.
-------------------------------------------------------------------
Tue Nov 30 12:14:08 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-Install (Version 1.54)
# spec file for package perl-ExtUtils-Install
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,38 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-ExtUtils-Install
Version: 2.04
Release: 0
%define cpan_name ExtUtils-Install
Summary: Install files from here to there
Version: 1.54
Release: 1
License: CHECK(GPL+ or Artistic)
Summary: Install Files From Here to There
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-Install/
#Source: http://www.cpan.org/authors/id/Y/YV/YVES/ExtUtils-Install-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Compare)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
Requires: perl(Carp)
Requires: perl(Cwd)
Requires: perl(File::Basename)
Requires: perl(File::Compare)
Requires: perl(File::Copy)
Requires: perl(File::Find)
Requires: perl(File::Path)
Requires: perl(File::Spec)
%{perl_requires}
%description
Handles the installing and uninstalling of perl modules, scripts, man
@@ -57,7 +41,7 @@ handles the installation and deinstallation of perl modules. They are not
designed as general purpose tools.
On some operating systems such as Win32 installation may not be possible
until after a reboot has occured. This can have varying consequences:
until after a reboot has occurred. This can have varying consequences:
removing an old DLL does not impact programs using the new one, but if a
new DLL cannot be installed properly until reboot then anything depending
on it must wait. The package variable
@@ -66,39 +50,41 @@ on it must wait. The package variable
is used to store this status.
If this variable is true then such an operation has occured and anything
depending on this module cannot proceed until a reboot has occured.
If this variable is true then such an operation has occurred and anything
depending on this module cannot proceed until a reboot has occurred.
If this value is defined but false then such an operation has ocurred, but
should not impact later operations.
Authors:
--------
Original author lost in the mists of time. Probably the same as Makemaker.
Production release currently maintained by demerphq C<yves at cpan.org>,
extensive changes by Michael G. Schwern.
Send bug reports via http://rt.cpan.org/. Please send your generated
Makefile along with your report.
* _chmod($$;$)
Wrapper to chmod() for debugging and error trapping.
* _warnonce(@)
Warns about something only once.
* _choke(@)
Dies with a special message.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
./Build test
%{__make} test
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes INSTALL.SKIP README
%changelog