Commit Graph

10 Commits

Author SHA1 Message Date
Paul Howarth dfc7aa1e84 Update to 1.010
- New upstream release 1.010
  - Added 'msys' as a Unix-type OS
- BR: perl-generators where available
- Simplify find command using -delete
- Update patches as needed
2016-06-22 12:21:29 +01:00
Paul Howarth 291b67dae9 Update to 1.009
- New upstream release 1.009
  - Added 'sco' as a Unix-type OS
- Update patches as needed
2015-09-22 13:56:24 +01:00
Paul Howarth 84a57de459 Update to 1.008
- New upstream release 1.008
  - Added 'minix' as a Unix-type OS
- Use %license where possible
- Update patch for building on old distributions
2015-01-30 12:13:53 +00:00
Paul Howarth 4c7ba40248 Update to 1.007
- New upstream release 1.007
  - Added 'android' as a Unix-type OS
- Update stopwords patch
2014-01-16 16:41:58 +00:00
Paul Howarth 7be6ed4c1c Update to 1.006
- New upstream release 1.006
  - Compile test could hang on Windows
  - Dropped configure_requires for ExtUtils::MakeMaker to 6.17
2013-09-26 15:08:10 +01:00
Paul Howarth 48e91b9c20 Update to 1.005
- New upstream release 1.005
  - Ensured no non-core test dependencies
  - Various non-functional changes to files and metadata included with
    the distribution
- Add patch with additional stopwords for the spell checker
- Reinstate EPEL support as we no longer require Capture::Tiny
2013-09-11 16:54:20 +01:00
Paul Howarth da5e5cb153 Update to 1.004
- New upstream release 1.004
  - 'bitrig' is a Unix
- Specify all dependencies
- Drop EPEL-5/EPEL-6 support as they don't have Capture::Tiny
- Always use aspell for the spell check as Pod::Wordlist::hanekomu explicitly
  sets the speller to aspell
2013-08-22 13:09:03 +01:00
Paul Howarth 1410c09cb7 Update to 1.003
- New upstream release 1.003
  - Fixed detection of VOS; $^O reports 'vos', not 'VOS'
  - Additional release tests
- BR: perl(File::Spec::Functions), perl(List::Util),
  perl(Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire),
  perl(Pod::Wordlist::hanekomu), perl(Test::MinimumVersion),
  perl(Test::Perl::Critic), perl(Test::Spelling) and perl(Test::Version)
- Identify purpose of each build requirement
- Update patches for building on old distributions
- Don't run extra tests for EPEL-5/6 builds
2013-03-21 11:15:00 +00:00
Paul Howarth 8bf2f74a74 Initial import (perl-Perl-OSType-1.002-3)
Modules that provide OS-specific behaviors often need to know if the current
operating system matches a more generic type of operating systems. For example,
'linux' is a type of 'Unix' operating system and so is 'freebsd'.

This module provides a mapping between an operating system name as given by $^O
and a more generic type. The initial version is based on the OS type mappings
provided in Module::Build and ExtUtils::CBuilder (thus, Microsoft operating
systems are given the type 'Windows' rather than 'Win32').
2011-01-27 16:01:13 +00:00
Fedora Release Engineering f2ec7f8f0a Initial setup of the repo 2011-01-27 15:06:16 +00:00