Blame SPECS/perl-MailTools.spec

8b6096
Summary:	Various ancient mail-related perl modules
8b6096
Name:		perl-MailTools
8b6096
Version:	2.21
8b6096
Release:	9%{?dist}
8b6096
License:	GPL+ or Artistic
8b6096
URL:		https://metacpan.org/release/MailTools
8b6096
Source0:	https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
8b6096
BuildArch:	noarch
8b6096
# Module Build
8b6096
BuildRequires:	coreutils
8b6096
BuildRequires:	findutils
8b6096
BuildRequires:	make
8b6096
BuildRequires:	perl-generators
8b6096
BuildRequires:	perl-interpreter
8b6096
BuildRequires:	perl(ExtUtils::MakeMaker)
8b6096
BuildRequires:	sed
8b6096
# Module Runtime
8b6096
BuildRequires:	perl(base)
8b6096
BuildRequires:	perl(Carp)
8b6096
BuildRequires:	perl(Config)
8b6096
BuildRequires:	perl(Date::Format)
8b6096
BuildRequires:	perl(Date::Parse)
8b6096
BuildRequires:	perl(Exporter)
8b6096
BuildRequires:	perl(IO::Handle)
8b6096
BuildRequires:	perl(Net::Domain) >= 1.05
8b6096
BuildRequires:	perl(Net::NNTP)
8b6096
BuildRequires:	perl(Net::SMTP) >= 1.03
8b6096
BuildRequires:	perl(Net::SMTP::SSL)
8b6096
BuildRequires:	perl(POSIX)
8b6096
BuildRequires:	perl(strict)
8b6096
BuildRequires:	perl(vars)
8b6096
# Test Suite
8b6096
BuildRequires:	perl(Test::More)
8b6096
BuildRequires:	perl(warnings)
8b6096
# Extra Tests
8b6096
BuildRequires:	perl(Test::Pod)
8b6096
# Runtime
8b6096
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
8b6096
Requires:	perl(Net::Domain) >= 1.05
8b6096
Requires:	perl(Net::NNTP)
8b6096
8b6096
%description
8b6096
MailTools is a set of ancient Perl modules related to mail applications.
8b6096
8b6096
%prep
8b6096
%setup -q -n MailTools-%{version}
8b6096
8b6096
# Set up example scripts
8b6096
cd examples
8b6096
for file in *.PL; do
8b6096
	perl $file
8b6096
done
8b6096
chmod -c -x *_demo
8b6096
# Remove example-generation scripts, no longer needed
8b6096
rm *.PL
8b6096
cd -
8b6096
sed -i -e '/^examples\/.*\.PL/d' MANIFEST
8b6096
8b6096
%build
8b6096
perl Makefile.PL INSTALLDIRS=vendor
8b6096
make %{?_smp_mflags}
8b6096
8b6096
%install
8b6096
make pure_install DESTDIR=%{buildroot}
8b6096
find %{buildroot} -type f -name .packlist -delete
8b6096
%{_fixperms} -c %{buildroot}
8b6096
8b6096
%check
8b6096
make test
8b6096
make test TEST_FILES="xt/*.t"
8b6096
8b6096
%files
8b6096
%doc ChangeLog README* examples/
8b6096
%dir %{perl_vendorlib}/Mail/
8b6096
%dir %{perl_vendorlib}/Mail/Field/
8b6096
%dir %{perl_vendorlib}/Mail/Mailer/
8b6096
%doc %{perl_vendorlib}/Mail/Address.pod
8b6096
%doc %{perl_vendorlib}/Mail/Cap.pod
8b6096
%doc %{perl_vendorlib}/Mail/Field.pod
8b6096
%doc %{perl_vendorlib}/Mail/Field/AddrList.pod
8b6096
%doc %{perl_vendorlib}/Mail/Field/Date.pod
8b6096
%doc %{perl_vendorlib}/Mail/Field/Generic.pod
8b6096
%doc %{perl_vendorlib}/Mail/Filter.pod
8b6096
%doc %{perl_vendorlib}/Mail/Header.pod
8b6096
%doc %{perl_vendorlib}/Mail/Internet.pod
8b6096
%doc %{perl_vendorlib}/Mail/Mailer.pod
8b6096
%doc %{perl_vendorlib}/Mail/Send.pod
8b6096
%doc %{perl_vendorlib}/Mail/Util.pod
8b6096
%doc %{perl_vendorlib}/MailTools.pod
8b6096
%{perl_vendorlib}/Mail/Address.pm
8b6096
%{perl_vendorlib}/Mail/Cap.pm
8b6096
%{perl_vendorlib}/Mail/Filter.pm
8b6096
%{perl_vendorlib}/Mail/Header.pm
8b6096
%{perl_vendorlib}/Mail/Internet.pm
8b6096
%{perl_vendorlib}/Mail/Field.pm
8b6096
%{perl_vendorlib}/Mail/Mailer.pm
8b6096
%{perl_vendorlib}/Mail/Send.pm
8b6096
%{perl_vendorlib}/Mail/Util.pm
8b6096
%{perl_vendorlib}/Mail/Field/AddrList.pm
8b6096
%{perl_vendorlib}/Mail/Field/Date.pm
8b6096
%{perl_vendorlib}/Mail/Field/Generic.pm
8b6096
%{perl_vendorlib}/Mail/Mailer/qmail.pm
8b6096
%{perl_vendorlib}/Mail/Mailer/rfc822.pm
8b6096
%{perl_vendorlib}/Mail/Mailer/sendmail.pm
8b6096
%{perl_vendorlib}/Mail/Mailer/smtp.pm
8b6096
%{perl_vendorlib}/Mail/Mailer/smtps.pm
8b6096
%{perl_vendorlib}/Mail/Mailer/testfile.pm
8b6096
%{perl_vendorlib}/MailTools.pm
8b6096
%{_mandir}/man3/Mail::Address.3*
8b6096
%{_mandir}/man3/Mail::Cap.3*
8b6096
%{_mandir}/man3/Mail::Field.3*
8b6096
%{_mandir}/man3/Mail::Field::AddrList.3*
8b6096
%{_mandir}/man3/Mail::Field::Date.3*
8b6096
%{_mandir}/man3/Mail::Field::Generic.3*
8b6096
%{_mandir}/man3/Mail::Filter.3*
8b6096
%{_mandir}/man3/Mail::Header.3*
8b6096
%{_mandir}/man3/Mail::Internet.3*
8b6096
%{_mandir}/man3/Mail::Mailer.3*
8b6096
%{_mandir}/man3/Mail::Send.3*
8b6096
%{_mandir}/man3/Mail::Util.3*
8b6096
%{_mandir}/man3/MailTools.3*
8b6096
8b6096
%changelog
8b6096
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.21-9
8b6096
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8b6096
  Related: rhbz#1991688
8b6096
8b6096
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.21-8
8b6096
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8b6096
8b6096
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-7
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8b6096
8b6096
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-6
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8b6096
8b6096
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.21-5
8b6096
- Perl 5.32 rebuild
8b6096
8b6096
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-4
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8b6096
8b6096
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-3
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8b6096
8b6096
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.21-2
8b6096
- Perl 5.30 rebuild
8b6096
8b6096
* Tue May 21 2019 Paul Howarth <paul@city-fan.org> - 2.21-1
8b6096
- Update to 2.21
8b6096
  - Fix metadata
8b6096
  - Add more to the README
8b6096
  - Add Mail::Mailer option StartSSL for smtp backend (CPAN RT#125871)
8b6096
  - Deprecate Mail::Mailer backend smtps
8b6096
  - Document need for escaping docs for Mail::Send (CPAN RT#129627)
8b6096
  - Document limit on parameters for Mail::Send::new() (CPAN RT#129633)
8b6096
8b6096
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-5
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8b6096
8b6096
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-4
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8b6096
8b6096
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.20-3
8b6096
- Perl 5.28 rebuild
8b6096
8b6096
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-2
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8b6096
8b6096
* Tue Jan 23 2018 Paul Howarth <paul@city-fan.org> - 2.20-1
8b6096
- Update to 2.20
8b6096
  - Rewrite doc syntax to my current standard style
8b6096
  - Text corrections (CPAN RT#123823, CPAN RT#123824)
8b6096
  - Convert to git
8b6096
  - Move to GitHub
8b6096
8b6096
* Wed Aug 23 2017 Paul Howarth <paul@city-fan.org> - 2.19-1
8b6096
- Update to 2.19
8b6096
  - Block namespace MailTools (CPAN RT#120905)
8b6096
- Add "ancient" to %%summary and %%description
8b6096
- Drop EL-5 support
8b6096
  - Drop BuildRoot: and Group: tags
8b6096
  - Drop explicit buildroot cleaning in %%install section
8b6096
  - Drop explicit %%clean section
8b6096
8b6096
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-5
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8b6096
8b6096
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-4
8b6096
- Perl 5.26 rebuild
8b6096
8b6096
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-3
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8b6096
8b6096
* Thu May 19 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-2
8b6096
- Perl 5.24 re-rebuild of bootstrapped packages
8b6096
8b6096
* Thu May 19 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-1
8b6096
- Update to 2.18
8b6096
  - Mail::Header should accept \r in empty line which ends the
8b6096
    header (CPAN RT#114382)
8b6096
8b6096
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.17-2
8b6096
- Perl 5.24 rebuild
8b6096
8b6096
* Thu May 12 2016 Paul Howarth <paul@city-fan.org> - 2.17-1
8b6096
- Update to 2.17
8b6096
  - Mail::Header should only accept totally empty lines as header terminator,
8b6096
    not to break MIME::Tools regression tests (CPAN RT#113918)
8b6096
8b6096
* Tue Apr 19 2016 Paul Howarth <paul@city-fan.org> - 2.16-1
8b6096
- Update to 2.16
8b6096
  - Mail::Header continues reading after wrongly folded line (CPAN RT#113464)
8b6096
  - Mail::Mailer::open call of exec() explained
8b6096
  - Fix example in Mail::Address
8b6096
  - Fix Mail::Header file parsing regression in 2.15 (CPAN RT#113874)
8b6096
- Simplify find command using -delete
8b6096
8b6096
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-4
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8b6096
8b6096
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-3
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8b6096
8b6096
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-2
8b6096
- Perl 5.22 rebuild
8b6096
8b6096
* Fri Nov 21 2014 Paul Howarth <paul@city-fan.org> - 2.14-1
8b6096
- Update to 2.14
8b6096
  - Fix threads and Mail::Field initiation (CPAN RT#99153)
8b6096
  - Warn when loading of some Mail::Field::* fails
8b6096
- Classify buildreqs by usage
8b6096
- Silence warnings from MakeMaker about files we delete in %%prep
8b6096
8b6096
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-3
8b6096
- Perl 5.20 rebuild
8b6096
8b6096
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-2
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8b6096
8b6096
* Mon Jan  6 2014 Paul Howarth <paul@city-fan.org> 2.13-1
8b6096
- Update to 2.13
8b6096
  - Optional 'from' and 'on' component in in-reply-to are comments
8b6096
    (CPAN RT#89371)
8b6096
  - mailcap \\\\ -> \\ (CPAN RT#89802)
8b6096
  - Fix typos (CPAN RT#87188)
8b6096
8b6096
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-4
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8b6096
8b6096
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 2.12-3
8b6096
- Perl 5.18 rebuild
8b6096
8b6096
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-2
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8b6096
8b6096
* Fri Dec 21 2012 Paul Howarth <paul@city-fan.org> 2.12-1
8b6096
- Update to 2.12
8b6096
  - Default for Mail::Header::new(Modify) is 'false', not 'true'
8b6096
    (CPAN RT#79985)
8b6096
  - Mail::Address take username with rindex(), a bit better than index() but
8b6096
    still poor (CPAN RT#82056)
8b6096
  - Check for bad folding of header lines (CPAN RT#79993)
8b6096
  - Add a note about better to avoid Mail::Address->name() (CPAN RT#81459)
8b6096
- Drop UTF8 patch, no longer needed
8b6096
8b6096
* Wed Aug 29 2012 Paul Howarth <paul@city-fan.org> 2.11-1
8b6096
- Update to 2.11
8b6096
  - Fix typo in Mail::Mailer::smtp, which only shows up in Perl > 5.14
8b6096
8b6096
* Tue Aug 28 2012 Paul Howarth <paul@city-fan.org> 2.10-1
8b6096
- Update to 2.10
8b6096
  - Mail::Mailer::smtp set from address twice (CPAN RT#77161)
8b6096
  - Mail::Mailer::smtps did not support the From option (CPAN RT#77161)
8b6096
  - Mail::Util::mailaddress has now an optional parameter to set the returned
8b6096
    value explicitly (CPAN #75975)
8b6096
- BR: perl(base)
8b6096
- Drop BR: perl(Config) and perl(POSIX), not dual-lived
8b6096
- Drop %%defattr, redundant since rpm 4.4
8b6096
- Don't need to remove empty directories from the buildroot
8b6096
8b6096
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-3
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8b6096
8b6096
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.09-2
8b6096
- Perl 5.16 rebuild
8b6096
8b6096
* Sat Feb 25 2012 Paul Howarth <paul@city-fan.org> - 2.09-1
8b6096
- Update to 2.09
8b6096
  - Remove dependency to Test::Pod by moving 99pod.t from t/ to xt/
8b6096
    (CPAN RT#69918)
8b6096
- BR: perl(Net::Domain) ≥ 1.05 and perl(Net::SMTP) ≥ 1.03
8b6096
- Explicitly run xt/ tests
8b6096
8b6096
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.08-3
8b6096
- Use DESTDIR rather than PERL_INSTALL_ROOT
8b6096
- One buildreq per line for readability
8b6096
- Add buildreqs for core perl modules, which might be dual-lived
8b6096
8b6096
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.08-2
8b6096
- Perl mass rebuild
8b6096
8b6096
* Wed Jun  1 2011 Paul Howarth <paul@city-fan.org> - 2.08-1
8b6096
- Update to 2.08 (#709697)
8b6096
  - Respect errors on closing a Mail::Mailer::smtp/::smtps connection
8b6096
  - Mail::Internet should accept Net::SMTP::SSL as well (CPAN RT#68590)
8b6096
  - Document that Mail::Mailer::smtps needs Authen::SASL
8b6096
- Use patch rather than iconv to convert docs to UTF8 encoding
8b6096
- Nobody else likes macros for commands
8b6096
8b6096
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.07-2
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8b6096
8b6096
* Fri Oct  1 2010 Paul Howarth <paul@city-fan.org> 2.07-1
8b6096
- Update to 2.07
8b6096
  - Document perl 5.8.1 requirement in README (CPAN RT#61753)
8b6096
  - Add "MAIL FROM" to Mail::Mailer::smtp
8b6096
8b6096
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.06-2
8b6096
- Mass rebuild with perl-5.12.0
8b6096
8b6096
* Wed Jan 27 2010 Paul Howarth <paul@city-fan.org> 2.06-1
8b6096
- Update to 2.06 (add support for smtps via Net::SMTP::SSL)
8b6096
- Use %%{_fixperms} macro instead of our own chmod incantation
8b6096
8b6096
* Mon Dec 21 2009 Paul Howarth <paul@city-fan.org> 2.05-1
8b6096
- Update to 2.05
8b6096
  - Fix de-ref error when index out of range in Mail::Header::get()
8b6096
  - Repair fixed selection of smtp for non-unix systems
8b6096
  - Do not run pod.t in devel environment
8b6096
  - Set default output filename for Mail::Mailer::testfile::PRINT
8b6096
  - Warn when no mailers were found (CPAN RT#52901)
8b6096
- Tidy up %%files list
8b6096
8b6096
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> 2.04-4
8b6096
- Rebuild against perl 5.10.1
8b6096
8b6096
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 2.04-3
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8b6096
8b6096
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 2.04-2
8b6096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8b6096
8b6096
* Wed Jul 30 2008 Paul Howarth <paul@city-fan.org> 2.04-1
8b6096
- Update to 2.04
8b6096
8b6096
* Tue Apr 15 2008 Paul Howarth <paul@city-fan.org> 2.03-1
8b6096
- Update to 2.03
8b6096
8b6096
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.02-3
8b6096
- Rebuild for perl 5.10 (again)
8b6096
8b6096
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.02-2
8b6096
- rebuild for new perl
8b6096
8b6096
* Mon Dec  3 2007 Paul Howarth <paul@city-fan.org> 2.02-1
8b6096
- Update to 2.02
8b6096
- Remove buildreqs perl(Net::SMTP) and perl(Net::Domain), bundled with perl
8b6096
- Add buildreqs perl(Date::Format), perl(Date::Parse), perl(Test::More), and
8b6096
  perl(Test::Pod)
8b6096
- Remove patch for CPAN RT#20726, now fixed upstream
8b6096
- Buildreq perl >= 5.8.1
8b6096
- Tweak files list to mark pod files as %%doc
8b6096
- Fix character encoding for ChangeLog
8b6096
8b6096
* Mon Aug 13 2007 Paul Howarth <paul@city-fan.org> 1.77-2
8b6096
- Clarify license as GPL v1 or later, or Artistic (same as perl)
8b6096
- Unexpand tabs in spec file
8b6096
8b6096
* Fri May 11 2007 Paul Howarth <paul@city-fan.org> 1.77-1
8b6096
- Update to 1.77
8b6096
8b6096
* Tue Apr 10 2007 Paul Howarth <paul@city-fan.org> 1.76-1
8b6096
- Update to 1.76
8b6096
- Add comment text about the patch for fixing CPAN RT#20726
8b6096
- BuildRequire perl(ExtUtils::MakeMaker) rather than perl-devel
8b6096
8b6096
* Thu Mar  8 2007 Paul Howarth <paul@city-fan.org> 1.74-4
8b6096
- Buildrequire perl-devel for Fedora 7 onwards
8b6096
- Fix argument order for find with -depth
8b6096
8b6096
* Wed Aug 30 2006 Paul Howarth <paul@city-fan.org> 1.74-3
8b6096
- FE6 mass rebuild
8b6096
8b6096
* Fri Jul 28 2006 Paul Howarth <paul@city-fan.org> 1.74-2
8b6096
- cosmetic spec file changes
8b6096
- fix CPAN RT#20726 (RH #200450), allowing Mail::Util::read_mbox() to open
8b6096
  files with weird names
8b6096
8b6096
* Wed Mar  1 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.74-1
8b6096
- 1.74.
8b6096
8b6096
* Sun Jan 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.73-1
8b6096
- 1.73.
8b6096
8b6096
* Wed Jan 18 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.72-1
8b6096
- 1.72.
8b6096
8b6096
* Fri Jan  6 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.71-1
8b6096
- 1.71.
8b6096
8b6096
* Wed Dec 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.67-2
8b6096
- Fix demo scripts.
8b6096
- Sync with fedora-rpmdevtools' perl spec template.
8b6096
8b6096
* Fri Jul  1 2005 Paul Howarth <paul@city-fan.org> - 1.67-1
8b6096
- update to 1.67 (#161830)
8b6096
- assume perl_vendorlib is set
8b6096
- license is same as perl (GPL or Artistic) according to README
8b6096
- don't include module name in summary
8b6096
- use macros consistently
8b6096
- add dist tag
8b6096
8b6096
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.66-2
8b6096
- rebuilt
8b6096
8b6096
* Sat Jan 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.66-1
8b6096
- Update to 1.66.
8b6096
8b6096
* Wed Aug 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.64-0.fdr.1
8b6096
- Update to 1.64, patch applied upstream.
8b6096
- Bring up to date with current fedora.us Perl spec template.
8b6096
8b6096
* Sat Mar 20 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.61-0.fdr.2
8b6096
- Add patch to complete test.pm -> testfile.pm change introduced in 1.61.
8b6096
8b6096
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.61-0.fdr.1
8b6096
- Update to 1.61.
8b6096
- Reduce directory ownership bloat.
8b6096
- Run tests in the %%check section.
8b6096
8b6096
* Thu Sep 25 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.60-0.fdr.1
8b6096
- Update to 1.60.
8b6096
- Install into vendor dirs.
8b6096
- Spec cleanups.
8b6096
8b6096
* Sat Jul 12 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.5
8b6096
- Package is now noarch
8b6096
8b6096
* Fri Jul 11 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.4
8b6096
- Changed group tag
8b6096
- Making test in build section
8b6096
8b6096
* Tue Jul  1 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.3
8b6096
- Modified files section
8b6096
8b6096
* Tue Jun 17 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.2
8b6096
- Added forgotten description
8b6096
- Modified Summary according to Michael Schwendt suggestion
8b6096
- Modified tarball permissions to 0644
8b6096
8b6096
* Sun Jun 15 2003 Dams <anvil[AT]livna.org>
8b6096
- Initial build.