forked from pool/perl-Module-Build
Accepting request 54383 from home:seife:SLES11
thanks OBS-URL: https://build.opensuse.org/request/show/54383 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
5a157f85b5
commit
bbb093a06e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f638da9bac841f2178dfa541d6c4231fc78a7eaffc61752583e9c1741012d632
|
|
||||||
size 186160
|
|
3
Module-Build-0.3607.tar.bz2
Normal file
3
Module-Build-0.3607.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c701d35d16a5a8a1f717be6ff15ab2b9b35195b9a7439910eb7ca5c30edf2ab
|
||||||
|
size 187068
|
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 3 07:46:55 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
- change version to 0.36.07 to prevent rpm version compare problems
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 2 15:35:10 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
- fix conflict of config_data with the perl-supplied one by
|
||||||
|
renaming it to config_data-${version}
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 2 15:03:31 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
- update to 0.3607. Fixes:
|
||||||
|
- The 'dist' action now always ensures a clean dist directory
|
||||||
|
before creating the tarball
|
||||||
|
- Added missing newline to "Changing sharpbang" messages under
|
||||||
|
verbose output (RT#54474)
|
||||||
|
- Support anonymous array of directories for c_source
|
||||||
|
- Small POD formatting fix
|
||||||
|
- Module::Build::Compat would croak on distibutions that set
|
||||||
|
requires 'perl' to a dotted decimal like '5.6.2'.
|
||||||
|
- When the currently running Module::Build is not the same as the
|
||||||
|
one that created the Build file, there is now a warning rather
|
||||||
|
than a fatal error.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 13:33:42 UTC 2010 - coolo@novell.com
|
Wed Dec 1 13:33:42 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -20,15 +20,18 @@
|
|||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
%define cpan_name Module-Build
|
%define cpan_name Module-Build
|
||||||
Summary: Build and install Perl modules
|
Summary: Build and install Perl modules
|
||||||
Version: 0.36
|
Version: 0.36.07
|
||||||
|
%define _version 0.3607
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Module-Build/
|
Url: http://search.cpan.org/dist/Module-Build/
|
||||||
#Source: http://www.cpan.org/modules/by-module/Module/Module-Build-%{version}.tar.gz
|
#Source: http://www.cpan.org/modules/by-module/Module/Module-Build-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{_version}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{_version}-build
|
||||||
|
# for rename
|
||||||
|
BuildRequires: util-linux
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
%if 0%{?suse_version} < 1120
|
%if 0%{?suse_version} < 1120
|
||||||
@@ -108,7 +111,7 @@ Authors:
|
|||||||
Ken Williams <kwilliams@cpan.org>
|
Ken Williams <kwilliams@cpan.org>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
@@ -120,6 +123,9 @@ Authors:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||||
|
# avoid conflict with Perl's own supplied version
|
||||||
|
mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{_version}
|
||||||
|
rename config_data config_data-%{_version} %{buildroot}/%{_mandir}/man1/config_data.*
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Reference in New Issue
Block a user