7
0

Add missing LICENSE file #2

Merged
PSuarezHernandez merged 1 commits from mcalmer/deb-perl-macros:add-license-next into bundle_next 2026-01-02 12:02:00 +01:00
3 changed files with 16 additions and 0 deletions

7
LICENSE Normal file
View File

@@ -0,0 +1,7 @@
DO WHAT THE HELL YOU WANT TO PUBLIC LICENSE
Version 1.0.0, October 2014
DO WHAT THE HELL YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE HELL YOU WANT TO.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 16 13:53:44 UTC 2025 - Michael Calmer <mc@suse.com>
- Add missing LICENSE file
Add: LICENSE
-------------------------------------------------------------------
Wed Aug 2 08:24:13 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>

View File

@@ -25,6 +25,7 @@ License: WTFPL
URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack:bundle:debbuild/deb-perl-macros
Requires: perl
Source0: macros.perl
Source1: LICENSE
%if "%_vendor" == "debbuild"
BuildRequires: debbuild
%endif
@@ -37,6 +38,7 @@ BuildArch: noarch
Perl RPM macros for debbuild
%prep
cp %{S:1} .
%build
@@ -46,5 +48,6 @@ install -Dm644 %{S:0} %{buildroot}%{_debmacrodir}/macros.perl-full
%files
%defattr(644, root, root, 755)
%{_debmacrodir}/macros.perl-full
%license LICENSE
%changelog