@@ -3,13 +3,16 @@ Distribution: Azure Linux
3
3
# noarch, but to avoid debug* files interfering with manifest test:
4
4
%global debug_package %{nil }
5
5
6
+ # Similarly, for package note feature
7
+ %undefine _package_note_file
8
+
6
9
Name: perl-Test-Synopsis
7
- Version: 0.16
8
- Release: 7 %{?dist }
10
+ Version: 0.17
11
+ Release: 12 %{?dist }
9
12
Summary: Test your SYNOPSIS code
10
- License: GPL+ or Artistic
13
+ License: GPL-1.0-or-later OR Artistic-1.0 -Perl
11
14
URL: https://metacpan.org/release/Test-Synopsis
12
- Source0: https://cpan.metacpan.org/modules/by-module/Test /Test-Synopsis-%{version }.tar.gz#/perl-Test-Synopsis-%{version}.tar.gz
15
+ Source0: https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX /Test-Synopsis-%{version }.tar.gz#/perl-Test-Synopsis-%{version}.tar.gz
13
16
BuildArch: noarch
14
17
# Module Build
15
18
BuildRequires: coreutils
@@ -26,13 +29,13 @@ BuildRequires: perl(strict)
26
29
BuildRequires: perl(Test::Builder::Module)
27
30
BuildRequires: perl(warnings)
28
31
# Test Suite
32
+ BuildRequires: perl(blib)
29
33
BuildRequires: perl(File::Spec)
30
34
BuildRequires: perl(IO::Handle)
31
35
BuildRequires: perl(IPC::Open3)
32
36
BuildRequires: perl(Test::Builder) >= 0.34
33
37
BuildRequires: perl(Test::Builder::Tester)
34
38
BuildRequires: perl(Test::More)
35
- BuildRequires: perl(blib)
36
39
# Extra Tests; can't run these when bootstrapping or in EL since many
37
40
# of these packages won't be available
38
41
%if 0%{!?perl_bootstrap:1 } && 0%{!?rhel:1 }
@@ -51,11 +54,11 @@ BuildRequires: perl(Test::NoTabs)
51
54
BuildRequires: perl(Test::Pod) >= 1.41
52
55
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
53
56
BuildRequires: perl(Test::Portability::Files)
54
- BuildRequires: perl(Test::Spelling) >= 0.23 , hunspell-en
57
+ BuildRequires: perl(Test::Spelling) >= 0.12 , hunspell-en
55
58
BuildRequires: perl(Test::Version)
56
59
%endif
57
60
# Runtime
58
- Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
61
+ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
59
62
Requires: perl(Test::Builder::Module)
60
63
61
64
%description
@@ -85,22 +88,74 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
85
88
%endif
86
89
87
90
%files
88
- %if 0%{?_licensedir:1 }
89
91
%license LICENSE
90
- %else
91
- %doc LICENSE
92
- %endif
93
92
%doc Changes README README.md
94
93
%{perl_vendorlib} /Test/
95
94
%{_mandir }/man3/Test::Synopsis.3*
96
95
97
96
%changelog
98
- * Mon Apr 25 2022 Muhammad Falak <mwani @microsoft.com> - 0.16-7
99
- - Add an explicit BR on `perl(blib)` to enable ptest
97
+ * Fri Dec 20 2024 Sreenivasulu Malavathula <v-smalavathu @microsoft.com> - 0.17-12
98
+ - Initial Azure Linux import from Fedora 41 (license: MIT)
100
99
- License verified
101
100
102
- *
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
0.16-6
103
- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
101
+ *
Fri Jul 19 2024 Fedora Release Engineering <[email protected] > -
0.17-11
102
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
103
+
104
+ *
Thu Jan 25 2024 Fedora Release Engineering <[email protected] > -
0.17-10
105
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
106
+
107
+ *
Sun Jan 21 2024 Fedora Release Engineering <[email protected] > -
0.17-9
108
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
109
+
110
+ *
Fri Jul 21 2023 Fedora Release Engineering <[email protected] > -
0.17-8
111
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
112
+
113
+ *
Fri Jan 20 2023 Fedora Release Engineering <[email protected] > -
0.17-7
114
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
115
+
116
+ *
Fri Jul 22 2022 Fedora Release Engineering <[email protected] > -
0.17-6
117
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
118
+
119
+ *
Fri Jun 03 2022 Jitka Plesnikova <[email protected] > -
0.17-5
120
+ - Perl 5.36 re-rebuild of bootstrapped packages
121
+
122
+ *
Mon May 30 2022 Jitka Plesnikova <[email protected] > -
0.17-4
123
+ - Perl 5.36 rebuild
124
+
125
+ *
Fri Mar 11 2022 Paul Howarth <[email protected] > -
0.17-3
126
+ - Work around FTBFS triggered by package note feature
127
+
128
+ *
Fri Jan 21 2022 Fedora Release Engineering <[email protected] > -
0.17-2
129
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
130
+
131
+ *
Mon Dec 13 2021 Paul Howarth <[email protected] > -
0.17-1
132
+ - Update to 0.17
133
+ - Mention related module Test::Synopsis::Expectation in docs (GH#22)
134
+ - Use %%license unconditionally
135
+
136
+ *
Fri Jul 23 2021 Fedora Release Engineering <[email protected] > -
0.16-13
137
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
138
+
139
+ *
Mon May 24 2021 Jitka Plesnikova <[email protected] > -
0.16-12
140
+ - Perl 5.34 re-rebuild of bootstrapped packages
141
+
142
+ *
Fri May 21 2021 Jitka Plesnikova <[email protected] > -
0.16-11
143
+ - Perl 5.34 rebuild
144
+
145
+ *
Wed Jan 27 2021 Fedora Release Engineering <[email protected] > -
0.16-10
146
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
147
+
148
+ *
Tue Jul 28 2020 Fedora Release Engineering <[email protected] > -
0.16-9
149
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
150
+
151
+ *
Fri Jun 26 2020 Jitka Plesnikova <[email protected] > -
0.16-8
152
+ - Perl 5.32 re-rebuild of bootstrapped packages
153
+
154
+ *
Mon Jun 22 2020 Jitka Plesnikova <[email protected] > -
0.16-7
155
+ - Perl 5.32 rebuild
156
+
157
+ *
Tue Mar 10 2020 Paul Howarth <[email protected] > -
0.16-6
158
+ - BR: perl(blib) for t/00-compile.t
104
159
105
160
*
Thu Jan 30 2020 Fedora Release Engineering <[email protected] > -
0.16-5
106
161
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0 commit comments