diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 53c3e96b20d19969670d3b47b740401c9321da24..0000000000000000000000000000000000000000 --- a/LICENSE +++ /dev/null @@ -1,17 +0,0 @@ -The ISC License. - ----------------------------------------------------------------------------- -Copyright (c) 2002-2011, Anno Siegel -Copyright (c) 2011, Shlomi Fish - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/perl-Text-Aligner.spec b/perl-Text-Aligner.spec index e39e0f7cb14ba3b376d7ecd7db9ce2d6356ec009..4bfe9e81552634da4e17d5a4ba59fc7f79d2be85 100644 --- a/perl-Text-Aligner.spec +++ b/perl-Text-Aligner.spec @@ -1,8 +1,6 @@ -#from https://fedoraproject.org to https://openeuler.org/ - Name: perl-Text-Aligner Version: 0.16 -Release: 1 +Release: 2 Summary: Text::Aligner Perl module License: ISC URL: https://metacpan.org/release/Text-Aligner @@ -28,7 +26,6 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Term::ANSIColor\\)$ @@ -63,5 +60,8 @@ make test %{_mandir}/man3/* %changelog +* Sun Jan 19 2025 Funda Wang - 0.16-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Tue May 11 2021 wangyueliang - 0.16-1 - Package init