forked from pool/perl-Module-Runtime
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1b205c955a | |||
| 0e3c357cf7 | |||
| 06974f9a9a | |||
| 60598f0a91 |
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
|
||||
|
||||
BIN
Module-Runtime-0.016.tar.gz
LFS
BIN
Module-Runtime-0.016.tar.gz
LFS
Binary file not shown.
3
Module-Runtime-0.018.tar.gz
Normal file
3
Module-Runtime-0.018.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bf77ef68e53721914ff554eada20973596310b4e2cf1401fc958601807de577
|
||||
size 27428
|
||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#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_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
@@ -1,8 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 10:05:12 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
Tue Apr 22 05:35:26 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
- updated to 0.18.0 (0.018)
|
||||
see /usr/share/doc/packages/perl-Module-Runtime/Changes
|
||||
|
||||
0.018 2025-04-21
|
||||
- avoid xattr headers in release tarball
|
||||
|
||||
- minor code reformatting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 05:36:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.17.0 (0.017)
|
||||
see /usr/share/doc/packages/perl-Module-Runtime/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 05:36:17 UTC 2017 - coolo@suse.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Runtime
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,23 +16,22 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Module-Runtime
|
||||
Version: 0.016
|
||||
Release: 0
|
||||
%define cpan_name Module-Runtime
|
||||
Summary: Runtime Module Handling
|
||||
Name: perl-Module-Runtime
|
||||
Version: 0.18.0
|
||||
Release: 0
|
||||
# 0.018 -> normalize -> 0.18.0
|
||||
%define cpan_version 0.018
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: http://search.cpan.org/dist/Module-Runtime/
|
||||
Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
|
||||
%if "%_vendor" != "debbuild"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
Summary: Runtime module handling
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build)
|
||||
Provides: perl(Module::Runtime) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -55,21 +54,22 @@ for a case where one of the bugs cannot be adequately worked around in pure
|
||||
Perl.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
./Build test
|
||||
make test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes README TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user