perltidy/perltidy.spec

285 lines
9.8 KiB
RPMSpec
Raw Normal View History

Name: perltidy
Version: 20140711
Release: 1%{?dist}
Summary: Tool for indenting and re-formatting Perl scripts
License: GPLv2+
URL: http://perltidy.sourceforge.net/
Source0: http://www.cpan.org/modules/by-module/Perl/Perl-Tidy-%{version}.tar.gz
Patch0: Perl-Tidy-utf8.patch
BuildArch: noarch
# Module Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::File)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
# Test Suite
BuildRequires: perl(Test)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(File::Spec)
Provides: perl-Perl-Tidy = %{version}-%{release}
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%description
Perltidy is a Perl script that indents and re-formats Perl scripts to
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
make them easier to read. If you write Perl scripts, or spend much
time reading them, you will probably find it useful. The formatting
can be controlled with command line parameters. The default parameter
2009-06-18 17:08:49 +00:00
settings approximately follow the suggestions in the Perl Style Guide.
Perltidy can also output HTML of both POD and source code. Besides
re-formatting scripts, Perltidy can be a great help in tracking down
2009-06-18 17:08:49 +00:00
errors with missing or extra braces, parentheses, and square brackets
because it is very good at localizing errors.
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%prep
%setup -q -n Perl-Tidy-%{version}
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
# Re-format documentation as UTF-8
%patch0
# Don't need Windows batch file
rm examples/pt.bat
# We'll ship the perltidy manpage in %%{_mandir} so we don't need another copy
rm docs/perltidy.1
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%check
make test
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%files
%doc BUGS CHANGES COPYING README TODO docs/ examples/
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%{_bindir}/perltidy
%{perl_vendorlib}/Perl/
%{_mandir}/man1/perltidy.1*
%{_mandir}/man3/Perl::Tidy.3*
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
%changelog
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 20140711-1
- Update to 20140711 (see CHANGES for details)
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140328-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri Mar 28 2014 Paul Howarth <paul@city-fan.org> - 20140328-1
- Update to 20140328
- Fixed CPAN RT#94190 and debian Bug #742004: perltidy.LOG file left behind;
the problem was caused by the memoization speedup patch in version
20121207: an unwanted flag was being set, which caused a LOG to be written
if perltidy was called multiple times
- New default behavior for LOG files: if the source is from an array or
string (through a call to the perltidy module) then a LOG output is only
possible if a logfile stream is specified; this is to prevent unexpected
perltidy.LOG files
- Fixed debian Bug #740670, insecure temporary file usage; File::Temp is now
used to get a temporary file (CVE-2014-2277)
- Any -b (--backup-and-modify-in-place) flag is silently ignored when a
source stream, destination stream, or standard output is used; this is
because the -b flag may have been in a .perltidyrc file and warnings break
Test::NoWarnings
- Drop upstreamed patch for CVE-2014-2277
- Classify buildreqs by usage
* Tue Mar 25 2014 Paul Howarth <paul@city-fan.org> - 20130922-2
- Cosmetic spec changes:
- Use tabs
- Comment patch applications
- Don't use macros for commands
- Use %%{buildroot} rather than $RPM_BUILD_ROOT
- Provide perl-Perl-Tidy for benefit of people looking for CPAN module
- Use a patch rather than scripted iconv run to fix character encoding
- BR: perl(Getopt::Long)
- Don't need to remove empty directories from the buildroot
- Use DESTDIR rather than PERL_INSTALL_ROOT
* Wed Mar 12 2014 Ville Skyttä <ville.skytta@iki.fi> - 20130922-1
- Update to 20130922.
- Fix for CVE-2014-2277 from Debian (#1074721) + related man page fix.
- Fix bogus date in %%changelog.
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121207-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-17 10:18:25 +00:00
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 20121207-3
- Perl 5.18 rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121207-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2012-12-11 16:04:23 +00:00
* Tue Dec 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 20121207-1
- Update to 20121207.
* Wed Aug 15 2012 Jitka Plesnikova <jplesnik@redhat.com> - 20120714-3
- Specify all dependencies.
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120714-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-16 14:29:24 +00:00
* Mon Jul 16 2012 Ville Skyttä <ville.skytta@iki.fi> - 20120714-1
- Update to 20120714.
2012-07-09 15:28:56 +00:00
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 20120701-2
- Perl 5.16 rebuild
2012-07-07 20:39:15 +00:00
* Sat Jul 7 2012 Ville Skyttä <ville.skytta@iki.fi> - 20120701-1
- Update to 20120701.
2012-06-28 13:09:06 +00:00
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 20120619-2
- Perl 5.16 rebuild
* Wed Jun 20 2012 Ville Skyttä <ville.skytta@iki.fi> - 20120619-1
- Update to 20120619.
- Clean up specfile constructs no longer needed in Fedora or EL6+.
2012-06-08 10:49:18 +00:00
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 20101217-5
- Perl 5.16 rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101217-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-06-17 11:25:17 +00:00
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 20101217-3
- Perl mass rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101217-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-12-26 14:28:19 +00:00
* Sun Dec 26 2010 Ville Skyttä <ville.skytta@iki.fi> - 20101217-1
- Update to 20101217.
2010-05-07 04:29:22 +00:00
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 20090616-4
- Mass rebuild with perl-5.12.0
2009-12-04 02:33:08 +00:00
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 20090616-3
- rebuild against perl 5.10.1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090616-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Jun 18 2009 Ville Skyttä <ville.skytta@iki.fi> - 20090616-1
2009-06-18 17:08:49 +00:00
- Update to 20090616.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071205-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 20071205-3
- Rebuild for perl 5.10 (again)
2008-01-14 03:04:28 +00:00
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 20071205-2
- rebuild for new perl
* Thu Dec 6 2007 Ville Skyttä <ville.skytta@iki.fi> - 20071205-1
2007-12-06 20:34:48 +00:00
- 20071205.
- Convert docs to UTF-8.
* Wed Aug 1 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070801-1
2007-08-01 19:05:48 +00:00
- 20070801.
* Wed May 9 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070508-1
2007-05-08 21:23:07 +00:00
- 20070508.
* Sat May 5 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070504-1
2007-05-05 17:58:11 +00:00
- 20070504.
* Tue Apr 24 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070424-1
2007-04-24 18:24:35 +00:00
- 20070424.
* Tue Apr 17 2007 Ville Skyttä <ville.skytta@iki.fi> - 20060719-3
- BuildRequire perl(ExtUtils::MakeMaker).
* Fri Sep 15 2006 Ville Skyttä <ville.skytta@iki.fi> - 20060719-2
2006-09-15 16:30:11 +00:00
- Rebuild.
* Thu Jul 20 2006 Ville Skyttä <ville.skytta@iki.fi> - 20060719-1
- 20060719.
- Fix order of options to find(1) in %%install.
* Thu Jun 15 2006 Ville Skyttä <ville.skytta@iki.fi> - 20060614-1
- 20060614, specfile cleanups, include examples in docs.
* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Thu Dec 16 2004 Ville Skyttä <ville.skytta@iki.fi> - 0:20031021-1
- Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build.
- Move version to the version field.
* Wed Oct 22 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.3.20031021
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
- Update to 20031021.
* Sat Oct 11 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.3.20030726
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
- Install into vendor dirs.
- Spec cleanups.
* Tue Jul 29 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.2.20030726
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
- Update to 20030726.
- Use fedora-rpm-helper.
* Mon Jun 23 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.2.20021130
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
- Address issues in #194:
- Patch to get rid of a warning on startup.
- Do defattr before doc.
* Fri May 30 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.1.20021130
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
- Fix release naming scheme (this is snapshot-only).
* Wed May 7 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.0.2.20021130
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
- Own dirs.
- Save .spec in UTF-8.
* Mon Apr 21 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.0.1.20021130
auto-import changelog data from perltidy-0.0-0.fdr.3.20031021.rh80.src.rpm 0.0-0.fdr.3.20031021 - Update to 20031021. 0.0-0.fdr.3.20030726 - Install into vendor dirs. - Spec cleanups. 0.0-0.fdr.2.20030726 - Update to 20030726. - Use fedora-rpm-helper. 0.0-0.fdr.2.20021130 - Address issues in #194: - Patch to get rid of a warning on startup. - Do defattr before doc. 0.0-0.fdr.1.20021130 - Fix release naming scheme (this is snapshot-only). 0.0-0.fdr.0.2.20021130 - Own dirs. - Save .spec in UTF-8. 0.0-0.fdr.0.1.20021130 - First Fedora release, based on Simon Perreault's work. Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 - Changed architecture from i386 to noarch - Added my name as packager - Bumped up release number, which was forgotten by Anthony Rumble Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au> - Tidied up RPM Source Sun Dec 01 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021130 Sat Nov 09 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20021106 Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020922 Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020826 Tue May 07 2002 Simon Perreault <nomis80@linuxquebec.com> - Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl version. Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com> - Update to 20020425. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Generalized spec file. Added some documentation. Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com> - Upgraded to version 20020416 Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com> - Spec file was created on release of 20020225
2004-11-08 05:11:53 +00:00
- First Fedora release, based on Simon Perreault's work.
* Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2
- Changed architecture from i386 to noarch
- Added my name as packager
- Bumped up release number, which was forgotten by Anthony Rumble
* Sun Mar 09 2003 Anthony Rumble <anthony@linuxhelp.com.au>
- Tidied up RPM Source
* Sun Dec 1 2002 Simon Perreault <nomis80@linuxquebec.com>
- Update to 20021130
* Sat Nov 9 2002 Simon Perreault <nomis80@linuxquebec.com>
- Update to 20021106
* Mon Sep 23 2002 Simon Perreault <nomis80@linuxquebec.com>
- Update to 20020922
* Wed Aug 28 2002 Simon Perreault <nomis80@linuxquebec.com>
- Update to 20020826
* Tue May 7 2002 Simon Perreault <nomis80@linuxquebec.com>
- Require 5.6.1 because Tidy.pm is placed in a directory dependant on perl
version.
* Sat Apr 27 2002 Simon Perreault <nomis80@linuxquebec.com>
- Update to 20020425.
* Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com>
- Generalized spec file. Added some documentation.
* Wed Apr 17 2002 Simon Perreault <nomis80@linuxquebec.com>
- Upgraded to version 20020416
* Mon Feb 25 2002 Simon Perreault <nomis80@linuxquebec.com>
- Spec file was created on release of 20020225