forked from pool/perl-ExtUtils-MakeMaker
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
32e530b9fc
|
|||
|
8ed07d0f39
|
|||
|
99df7c22b3
|
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
## Default LFS
|
||||
*.changes merge=merge-changes
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -12,6 +12,7 @@
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
3
ExtUtils-MakeMaker-7.66.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.66.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7a85557e36ffcdca3601c65a08d87fb311f4e88666050b13482f5927fa468df
|
||||
size 483645
|
||||
BIN
ExtUtils-MakeMaker-7.70.tar.gz
LFS
BIN
ExtUtils-MakeMaker-7.70.tar.gz
LFS
Binary file not shown.
31
cpanspec.yml
31
cpanspec.yml
@@ -1,31 +0,0 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
patches:
|
||||
Do_not_set_RPATH_by_default.patch: -p1
|
||||
#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_build: |-
|
||||
# rm unused.files
|
||||
post_install: |-
|
||||
rm $RPM_BUILD_ROOT/usr/bin/instmodsh
|
||||
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
custom_build: |-
|
||||
export BUILDING_AS_PACKAGE=1
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
@@ -1,47 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 09:59:31 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||
Fri Aug 4 10:05:06 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
- Update Do_not_set_RPATH_by_default.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 03:06:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.70
|
||||
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||
|
||||
7.70 Sun 26 Mar 14:13:20 BST 2023
|
||||
No changes since v7.69_01
|
||||
7.69_01 Sat 25 Mar 11:06:19 GMT 2023
|
||||
Core reversions:
|
||||
- Reverted the PERL_CORE and PERL_SRC changes from v7.67_02
|
||||
These will be reintroduced after more testing in core
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 12:53:55 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Update Do_not_set_RPATH_by_default.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 03:07:39 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.68
|
||||
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||
|
||||
7.68 Tue 14 Mar 21:38:00 GMT 2023
|
||||
No changes since v7.67_02
|
||||
7.67_02 Mon 6 Mar 10:53:22 GMT 2023
|
||||
Core fixes:
|
||||
- initialize PERL_CORE object var early and use it consistently
|
||||
- only search for PERL_SRC when PERL_CORE is true or unset
|
||||
Clean-ups:
|
||||
- remove use vars from non-bundled modules
|
||||
- remove unused _find_magic_vstring function
|
||||
7.67_01 Wed 1 Mar 12:38:00 GMT 2023
|
||||
Bug fixes:
|
||||
- Treat MidnightBSD as a BSD
|
||||
- fix MIN_PERL_VERSION for perl versions with underscores
|
||||
Test fixes:
|
||||
- t/.../More.pm - remove isn't: apostrophe as a package sep is deprecated
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 03:06:36 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-ExtUtils-MakeMaker
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,16 @@
|
||||
|
||||
%define cpan_name ExtUtils-MakeMaker
|
||||
Name: perl-ExtUtils-MakeMaker
|
||||
Version: 7.70
|
||||
Version: 7.66
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Create a module Makefile
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Patch0: Do_not_set_RPATH_by_default.patch
|
||||
%if "%_vendor" != "debbuild"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -64,7 +66,6 @@ See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
@@ -80,7 +81,7 @@ make test
|
||||
%perl_process_packlist
|
||||
# MANUAL BEGIN
|
||||
rm $RPM_BUILD_ROOT/usr/bin/instmodsh
|
||||
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
|
||||
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1p
|
||||
# MANUAL END
|
||||
%perl_gen_filelist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user