Clarify license as GPL v1 or later, or Artistic (same as perl)
This commit is contained in:
parent
669da4bc35
commit
dcb8a30670
@ -1,16 +1,16 @@
|
|||||||
Summary: Various mail-related perl modules
|
Summary: Various mail-related perl modules
|
||||||
Name: perl-MailTools
|
Name: perl-MailTools
|
||||||
Version: 1.77
|
Version: 1.77
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/MailTools/
|
URL: http://search.cpan.org/dist/MailTools/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
|
||||||
Patch0: perl-MailTools-1.74-CPAN-20726.patch
|
Patch0: perl-MailTools-1.74-CPAN-20726.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildRequires: perl(Net::Domain), perl(Net::SMTP), perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker), perl(Net::Domain), perl(Net::SMTP)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MailTools is a set of Perl modules related to mail applications.
|
MailTools is a set of Perl modules related to mail applications.
|
||||||
@ -27,9 +27,8 @@ MailTools is a set of Perl modules related to mail applications.
|
|||||||
|
|
||||||
# Set up example scripts
|
# Set up example scripts
|
||||||
cd examples
|
cd examples
|
||||||
for file in *.PL
|
for file in *.PL; do
|
||||||
do
|
%{__perl} $file
|
||||||
%{__perl} $file
|
|
||||||
done
|
done
|
||||||
%{__chmod} -x *_demo
|
%{__chmod} -x *_demo
|
||||||
# Remove example-generation scripts, no longer needed
|
# Remove example-generation scripts, no longer needed
|
||||||
@ -62,6 +61,10 @@ cd -
|
|||||||
%{_mandir}/man3/Mail::*.3pm*
|
%{_mandir}/man3/Mail::*.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 13 2007 Paul Howarth <paul@city-fan.org> 1.77-2
|
||||||
|
- Clarify license as GPL v1 or later, or Artistic (same as perl)
|
||||||
|
- Unexpand tabs in spec file
|
||||||
|
|
||||||
* Fri May 11 2007 Paul Howarth <paul@city-fan.org> 1.77-1
|
* Fri May 11 2007 Paul Howarth <paul@city-fan.org> 1.77-1
|
||||||
- Update to 1.77
|
- Update to 1.77
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user