Blame SPECS/perl-IO-Compress-Lzma.spec

7e77b4
# Perform optional tests
7e77b4
%if 0%{?rhel} >= 9
7e77b4
%bcond_with perl_IO_Compress_Lzma_enables_optional_test
7e77b4
%else
7e77b4
%bcond_without perl_IO_Compress_Lzma_enables_optional_test
7e77b4
%endif
7e77b4
7e77b4
Name:		perl-IO-Compress-Lzma
7e77b4
Version:	2.101
7e77b4
Release:	4%{?dist}
7e77b4
Summary:	Read and write lzma compressed data
7e77b4
License:	GPL+ or Artistic
7e77b4
URL:		https://metacpan.org/release/IO-Compress-Lzma
7e77b4
Source0:	https://cpan.metacpan.org/modules/by-module/IO/IO-Compress-Lzma-%{version}.tar.gz
7e77b4
BuildArch:	noarch
7e77b4
# Module Build
7e77b4
BuildRequires:	coreutils
7e77b4
BuildRequires:	findutils
7e77b4
BuildRequires:	make
7e77b4
BuildRequires:	perl-generators
7e77b4
BuildRequires:	perl-interpreter
7e77b4
BuildRequires:	perl(Config)
7e77b4
BuildRequires:	perl(ExtUtils::MakeMaker) >= 5.16
7e77b4
BuildRequires:	perl(File::Copy)
7e77b4
BuildRequires:	perl(File::Spec::Functions)
7e77b4
BuildRequires:	perl(lib)
7e77b4
# Module Runtime
7e77b4
BuildRequires:	perl(bytes)
7e77b4
BuildRequires:	perl(Compress::Raw::Lzma) >= %{version}
7e77b4
BuildRequires:	perl(constant)
7e77b4
BuildRequires:	perl(Exporter)
7e77b4
BuildRequires:	perl(IO::Compress::Base) >= %{version}
7e77b4
BuildRequires:	perl(IO::Compress::Base::Common) >= %{version}
7e77b4
BuildRequires:	perl(IO::Uncompress::Base) >= %{version}
7e77b4
BuildRequires:	perl(strict)
7e77b4
BuildRequires:	perl(warnings)
7e77b4
# Test Suite
7e77b4
BuildRequires:	perl(Carp)
7e77b4
BuildRequires:	perl(Compress::Raw::Zlib) >= 2
7e77b4
BuildRequires:	perl(File::Path)
7e77b4
BuildRequires:	perl(File::Spec)
7e77b4
BuildRequires:	perl(File::Temp)
7e77b4
BuildRequires:	perl(IO::Compress::Zip)
7e77b4
BuildRequires:	perl(IO::File)
7e77b4
BuildRequires:	perl(IO::Handle)
7e77b4
BuildRequires:	perl(IO::Uncompress::AnyUncompress)
7e77b4
BuildRequires:	perl(IO::Uncompress::Unzip)
7e77b4
BuildRequires:	perl(List::Util)
7e77b4
BuildRequires:	perl(Test::More)
7e77b4
BuildRequires:	xz, xz-lzma-compat
7e77b4
%if %{with perl_IO_Compress_Lzma_enables_optional_test}
7e77b4
# Optional Tests
7e77b4
BuildRequires:	lzip
7e77b4
BuildRequires:	perl(Encode)
7e77b4
BuildRequires:	perl(IO::String)
7e77b4
BuildRequires:	perl(Test::CPAN::Meta)
7e77b4
BuildRequires:	perl(Test::CPAN::Meta::JSON)
7e77b4
BuildRequires:	perl(Test::NoWarnings)
7e77b4
BuildRequires:	perl(Test::Pod) >= 1.00
7e77b4
BuildRequires:	/usr/bin/7z
7e77b4
%endif
7e77b4
# Runtime
7e77b4
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
7e77b4
7e77b4
%description
7e77b4
This distribution provides a Perl interface to allow reading and writing of
7e77b4
compressed data created with the lzma library.
7e77b4
7e77b4
%prep
7e77b4
%setup -q -n IO-Compress-Lzma-%{version}
7e77b4
7e77b4
# Remove bundled test modules
7e77b4
rm -rv t/Test/
7e77b4
perl -i -ne 'print $_ unless m{^t/Test/}' MANIFEST
7e77b4
7e77b4
# Remove spurious exec permissions
7e77b4
chmod -c -x examples/*
7e77b4
7e77b4
# Fix shellbangs in examples
7e77b4
perl -pi -e 's|^#!/usr/local/bin/perl\b|#!/usr/bin/perl|' \
7e77b4
	examples/lzcat examples/lzstream examples/xzcat examples/xzstream
7e77b4
7e77b4
%build
7e77b4
perl Makefile.PL INSTALLDIRS=vendor
7e77b4
make %{?_smp_mflags}
7e77b4
7e77b4
%install
7e77b4
make pure_install DESTDIR=%{buildroot}
7e77b4
find %{buildroot} -type f -name .packlist -delete
7e77b4
%{_fixperms} -c %{buildroot}
7e77b4
7e77b4
%check
7e77b4
make test COMPRESS_ZLIB_RUN_MOST=1
7e77b4
7e77b4
%files
7e77b4
%doc Changes README examples/*
7e77b4
%{perl_vendorlib}/IO/
7e77b4
%{_mandir}/man3/IO::Compress::Lzip.3*
7e77b4
%{_mandir}/man3/IO::Compress::Lzma.3*
7e77b4
%{_mandir}/man3/IO::Compress::Xz.3*
7e77b4
%{_mandir}/man3/IO::Uncompress::UnLzip.3*
7e77b4
%{_mandir}/man3/IO::Uncompress::UnLzma.3*
7e77b4
%{_mandir}/man3/IO::Uncompress::UnXz.3*
7e77b4
7e77b4
%changelog
7e77b4
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.101-4
7e77b4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
7e77b4
  Related: rhbz#1991688
7e77b4
7e77b4
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.101-3
7e77b4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
7e77b4
7e77b4
* Fri Mar 19 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.101-2
7e77b4
- Disable optional tests on ELN
7e77b4
7e77b4
* Sat Feb 20 2021 Paul Howarth <paul@city-fan.org> - 2.101-1
7e77b4
- Update to 2.101 (no changes)
7e77b4
7e77b4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7e77b4
7e77b4
* Thu Jan  7 2021 Paul Howarth <paul@city-fan.org> - 2.100-1
7e77b4
- Update to 2.100
7e77b4
  - Trim whitespace
7e77b4
  - Avoid indirect calls
7e77b4
  - Fix typo
7e77b4
7e77b4
* Sat Aug  1 2020 Paul Howarth <paul@city-fan.org> - 2.096-1
7e77b4
- Update to 2.096
7e77b4
  - Add test for Zip with XZ compression
7e77b4
7e77b4
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.095-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7e77b4
7e77b4
* Tue Jul 21 2020 Paul Howarth <paul@city-fan.org> - 2.095-1
7e77b4
- Update to 2.095 (no changes)
7e77b4
7e77b4
* Tue Jul 14 2020 Paul Howarth <paul@city-fan.org> - 2.094-1
7e77b4
- Update to 2.094 (no changes)
7e77b4
7e77b4
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.093-4
7e77b4
- Perl 5.32 rebuild
7e77b4
7e77b4
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.093-3
7e77b4
- Unbundle test dependencies
7e77b4
7e77b4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.093-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7e77b4
7e77b4
* Sun Dec  8 2019 Paul Howarth <paul@city-fan.org> - 2.093-1
7e77b4
- Update to 2.093
7e77b4
  - Fixed minor typo in the pod (GH#3)
7e77b4
7e77b4
* Thu Dec  5 2019 Paul Howarth <paul@city-fan.org> - 2.092-1
7e77b4
- Update to 2.092
7e77b4
  - t/oooprereq.t: Fix list of dumped packages
7e77b4
  - t/oooprereq.t: Dump version data
7e77b4
7e77b4
* Sun Nov 24 2019 Paul Howarth <paul@city-fan.org> - 2.091-1
7e77b4
- Update to 2.091 (no changes)
7e77b4
7e77b4
* Sun Nov 10 2019 Paul Howarth <paul@city-fan.org> - 2.090-1
7e77b4
- Update to 2.090
7e77b4
  - Fix typo: change lzstrem to xzstream
7e77b4
7e77b4
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.089-1
7e77b4
- Update to 2.089 (no changes)
7e77b4
7e77b4
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.088-1
7e77b4
- Update to 2.088
7e77b4
  - Add support details to documentation
7e77b4
  - Beef up reset for zip use-case
7e77b4
  - Remove unnecessary commented code
7e77b4
  - Documentation updates
7e77b4
7e77b4
* Mon Aug 12 2019 Paul Howarth <paul@city-fan.org> - 2.087-1
7e77b4
- Update to 2.087 (no changes)
7e77b4
7e77b4
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.086-3
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7e77b4
7e77b4
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-2
7e77b4
- Perl 5.30 rebuild
7e77b4
7e77b4
* Mon Apr  1 2019 Paul Howarth <paul@city-fan.org> - 2.086-1
7e77b4
- Update to 2.086
7e77b4
  - Moved source to github: https://github.com/pmqs/IO-Compress-Lzma
7e77b4
  - Add META_MERGE to Makefile.PL
7e77b4
  - Added meta-json.t and meta-yaml.t
7e77b4
7e77b4
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.084-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7e77b4
7e77b4
* Mon Jan  7 2019 Paul Howarth <paul@city-fan.org> - 2.084-1
7e77b4
- Update to 2.084
7e77b4
  - Added support for lzip with IO::Compress::Lzip and
7e77b4
    IO::Uncompress::UnLzip
7e77b4
7e77b4
* Wed Jan  2 2019 Paul Howarth <paul@city-fan.org> - 2.083-1
7e77b4
- Update to 2.083 (no changes)
7e77b4
- Drop legacy Group: tag
7e77b4
7e77b4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.081-3
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7e77b4
7e77b4
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-2
7e77b4
- Perl 5.28 rebuild
7e77b4
7e77b4
* Mon Apr  9 2018 Paul Howarth <paul@city-fan.org> - 2.081-1
7e77b4
- Update to 2.081
7e77b4
  - Previous release used $^W instead of use warnings - fixed
7e77b4
7e77b4
* Wed Apr  4 2018 Paul Howarth <paul@city-fan.org> - 2.080-1
7e77b4
- Update to 2.080 (no changes)
7e77b4
7e77b4
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-4
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7e77b4
7e77b4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-3
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7e77b4
7e77b4
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-2
7e77b4
- Perl 5.26 rebuild
7e77b4
7e77b4
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 2.074-1
7e77b4
- Update to 2.074
7e77b4
  - ISA fixes for c3 (CPAN RT#120239)
7e77b4
7e77b4
* Mon Feb 13 2017 Paul Howarth <paul@city-fan.org> - 2.072-1
7e77b4
- Update to 2.072
7e77b4
  - Fix for Makefile.PL depending on . in @INC (CPAN RT#120084)
7e77b4
- Run additional tests by specifying COMPRESS_ZLIB_RUN_MOST
7e77b4
7e77b4
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.070-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7e77b4
7e77b4
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1
7e77b4
- Update to 2.070 (no changes)
7e77b4
- Simplify find command using -delete
7e77b4
7e77b4
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-3
7e77b4
- Perl 5.24 rebuild
7e77b4
7e77b4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7e77b4
7e77b4
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
7e77b4
- Update to 2.069 (no changes)
7e77b4
7e77b4
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-3
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7e77b4
7e77b4
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-2
7e77b4
- Perl 5.22 rebuild
7e77b4
7e77b4
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
7e77b4
- Update to 2.068 (no changes)
7e77b4
7e77b4
* Tue Dec  9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
7e77b4
- Update to 2.067 (no changes)
7e77b4
- Classify buildreqs by usage
7e77b4
7e77b4
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
7e77b4
- Update to 2.066 (no changes)
7e77b4
7e77b4
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-3
7e77b4
- Perl 5.20 rebuild
7e77b4
7e77b4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7e77b4
7e77b4
* Sun Feb  2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
7e77b4
- Update to 2.064 (no changes)
7e77b4
7e77b4
* Sun Nov  3 2013 Paul Howarth <paul@city-fan.org> - 2.063-1
7e77b4
- Update to 2.063 (no changes)
7e77b4
7e77b4
* Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 2.062-1
7e77b4
- Update to 2.062
7e77b4
  - Typo fixes (CPAN RT#86578)
7e77b4
7e77b4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.061-3
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7e77b4
7e77b4
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 2.061-2
7e77b4
- Perl 5.18 rebuild
7e77b4
7e77b4
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
7e77b4
- Update to 2.061
7e77b4
  - Fix IO::Uncompress::UnXz v2.060 memLimit option bug (CPAN RT#84966)
7e77b4
7e77b4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7e77b4
7e77b4
* Tue Jan  8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
7e77b4
- Update to 2.060 (no changes)
7e77b4
7e77b4
* Sun Dec 16 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
7e77b4
- Update to 2.059 (no changes)
7e77b4
7e77b4
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
7e77b4
- Update to 2.058 (general performance improvements)
7e77b4
7e77b4
* Mon Aug  6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
7e77b4
- Update to 2.055 (no changes)
7e77b4
- BR: perl(Carp), perl(constant), perl(File::Spec), perl(IO::Handle) and
7e77b4
  perl(lib)
7e77b4
7e77b4
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-3
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7e77b4
7e77b4
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
7e77b4
- Perl 5.16 rebuild
7e77b4
7e77b4
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
7e77b4
- Update to 2.052 (no changes)
7e77b4
- Don't need to remove empty directories from buildroot
7e77b4
- Package examples
7e77b4
- Drop %%defattr, redundant since rpm 4.4
7e77b4
7e77b4
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
7e77b4
- Update to 2.049 (no changes)
7e77b4
7e77b4
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
7e77b4
- Update to 2.048
7e77b4
  - Set minimum Perl version to 5.6
7e77b4
7e77b4
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.045-2
7e77b4
- Fedora 17 mass rebuild
7e77b4
7e77b4
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
7e77b4
- Update to 2.045
7e77b4
  - Moved FAQ.pod to IO::Compress
7e77b4
7e77b4
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
7e77b4
- Update to 2.044
7e77b4
  - Moved FAQ.pod under the lib directory so it can get installed
7e77b4
7e77b4
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
7e77b4
- Update to 2.043 (no changes)
7e77b4
7e77b4
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
7e77b4
- Update to 2.042 (no changes)
7e77b4
- Resync versioned dependencies on IO::Compress::Base and Compress::Raw::Lzma
7e77b4
7e77b4
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.041-1
7e77b4
- Update to 2.041
7e77b4
  - Remove debugging line in t/001lzma.t that writes to /tmp (CPAN RT#72023)
7e77b4
- Update version requirements for IO::Compress and Compress::Raw::Lzma
7e77b4
7e77b4
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
7e77b4
- Update to 2.040
7e77b4
  - Fixed uncompression issue in IO::Uncompress::UnLzma (CPAN RT#71114)
7e77b4
7e77b4
* Fri Jun 24 2011 Paul Howarth <paul@city-fan.org> - 2.038-2
7e77b4
- Perl mass rebuild
7e77b4
7e77b4
* Fri Jun 24 2011 Paul Howarth <paul@city-fan.org> - 2.038-1
7e77b4
- Update to 2.038
7e77b4
  - Fixed missing SKIP label in t/050interop-zip-lzma.t
7e77b4
- Hard-code version requirements for IO::Compress and Compress::Raw::Lzma
7e77b4
  until the next synchronized release happens
7e77b4
7e77b4
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
7e77b4
- Perl mass rebuild
7e77b4
7e77b4
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
7e77b4
- Update to 2.037
7e77b4
  - Handle "Cannot Allocate Memory" issue with Extreme test in
7e77b4
    t/105oneshot-zip-lzma-only.t
7e77b4
7e77b4
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.036-2
7e77b4
- Perl mass rebuild
7e77b4
7e77b4
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 2.036-1
7e77b4
- Update to 2.036
7e77b4
  - IO::Compress::Adapter:
7e77b4
    - Added interface to allow creation of LZMA stream for use in a zip file
7e77b4
  - IO::Uncompress::Adapter:
7e77b4
    - Added interface to allow reading of LZMA stream in a zip file
7e77b4
- BR: /usr/bin/7z for additional test coverage
7e77b4
7e77b4
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
7e77b4
- Update to 2.035 (fix test failure on Windows - CPAN RT#67931)
7e77b4
7e77b4
* Tue May  3 2011 Paul Howarth <paul@city-fan.org> - 2.034-1
7e77b4
- Update to 2.034 (updates to test harness)
7e77b4
7e77b4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
7e77b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7e77b4
7e77b4
* Tue Jan 11 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
7e77b4
- Update to 2.033 (made 001xz.t more forgiving when the tests run out of memory)
7e77b4
7e77b4
* Fri Jan  7 2011 Paul Howarth <paul@city-fan.org> - 2.032-1
7e77b4
- Update to 2.032 (no changes)
7e77b4
7e77b4
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.030-2
7e77b4
- Rebuild to fix problems with vendorarch/lib (#661697)
7e77b4
7e77b4
* Mon Jul 26 2010 Paul Howarth <paul@city-fan.org> - 2.030-1
7e77b4
- Update to 2.030 (no changes)
7e77b4
7e77b4
* Tue May 11 2010 Paul Howarth <paul@city-fan.org> - 2.027-2
7e77b4
- Drop redundant buildroot tag
7e77b4
7e77b4
* Thu Apr 29 2010 Paul Howarth <paul@city-fan.org> - 2.027-1
7e77b4
- Initial RPM version