Skip to content

Commit c5e6a43

Browse files
authored
Fixes broken build of perl-File-DesktopEntry (#13477)
1 parent adaaf9b commit c5e6a43

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

SPECS-EXTENDED/perl-File-DesktopEntry/perl-File-DesktopEntry.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Name: perl-File-DesktopEntry
99
Version: 0.22
10-
Release: 14%{?dist}
10+
Release: 15%{?dist}
1111
Summary: Object to handle .desktop files
1212
License: GPL+ or Artistic
1313
Vendor: Microsoft Corporation
@@ -35,7 +35,6 @@ BuildRequires: perl(Test::More)
3535
BuildRequires: perl(utf8)
3636
%if %{with perl_File_DesktopEntry_enables_optional_test}
3737
# Optional tests
38-
BuildRequires: perl(Test::CPAN::Changes)
3938
BuildRequires: perl(Test::Pod) >= 1.00
4039
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
4140
%endif
@@ -65,11 +64,16 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
6564
make test
6665

6766
%files
67+
%license README.md
6868
%doc Changes
6969
%{perl_vendorlib}/*
7070
%{_mandir}/man3/*
7171

7272
%changelog
73+
* Fri Apr 18 2025 Aninda Pradhan <v-anipradhan@microsoft.com> - 0.22-15
74+
- removed perl(Test::CPAN::Changes) from BR
75+
- License verified
76+
7377
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.22-14
7478
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
7579

0 commit comments

Comments
 (0)