forked from pool/perl-ExtUtils-MakeMaker
Compare commits
28 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4712c92a8c | |||
| 4898e164b0 | |||
| cc7f84b43e | |||
| ce31a689c7 | |||
| d171e53a92 | |||
| 3e3d6ac555 | |||
| c8ba947e85 | |||
|
|
978c8b67d8 | ||
| d077245430 | |||
| 37cf590010 | |||
| f15166810c | |||
| 277c72dc57 | |||
| afa6873e7e | |||
| a7a8852b71 | |||
| 64f0ca3dac | |||
| a2f95baddd | |||
| 02e440ddc7 | |||
| 073f7fcdd8 | |||
| fd78ffebd7 | |||
| 60a69e18e0 | |||
| 9fad8f72bc | |||
| c6bec63815 | |||
| ef6a6f1ae1 | |||
|
|
655802670c | ||
| 906f7e5df6 | |||
| 3dc13559f3 | |||
|
|
1338be934c | ||
|
|
ce1d391d49 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
*.changes merge=merge-changes
|
||||
## Default LFS
|
||||
*.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,7 +12,6 @@
|
||||
*.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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7a85557e36ffcdca3601c65a08d87fb311f4e88666050b13482f5927fa468df
|
||||
size 483645
|
||||
BIN
ExtUtils-MakeMaker-7.70.tar.gz
LFS
Normal file
BIN
ExtUtils-MakeMaker-7.70.tar.gz
LFS
Normal file
Binary file not shown.
31
cpanspec.yml
Normal file
31
cpanspec.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
#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,8 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 10:05:06 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
Tue Apr 4 09:59:31 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,14 @@
|
||||
|
||||
%define cpan_name ExtUtils-MakeMaker
|
||||
Name: perl-ExtUtils-MakeMaker
|
||||
Version: 7.66
|
||||
Version: 7.70
|
||||
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
|
||||
@@ -66,6 +64,7 @@ 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
|
||||
@@ -81,7 +80,7 @@ make test
|
||||
%perl_process_packlist
|
||||
# MANUAL BEGIN
|
||||
rm $RPM_BUILD_ROOT/usr/bin/instmodsh
|
||||
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1p
|
||||
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
|
||||
# MANUAL END
|
||||
%perl_gen_filelist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user