Blame SPECS/perl-Config-Tiny.spec

6cb3ff
Name:		perl-Config-Tiny
6cb3ff
Version:	2.14
53e297
Release:	7%{?dist}
6cb3ff
Summary:	Perl module for reading and writing .ini style configuration files
6cb3ff
Group:		Development/Libraries
6cb3ff
License:	GPL+ or Artistic
6cb3ff
URL:		http://search.cpan.org/dist/Config-Tiny/
6cb3ff
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
6cb3ff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
6cb3ff
BuildArch:	noarch
6cb3ff
BuildRequires:	perl(ExtUtils::MakeMaker)
6cb3ff
BuildRequires:	perl(Test::CPAN::Meta)
6cb3ff
BuildRequires:	perl(Test::More)
6cb3ff
BuildRequires:	perl(Test::Pod)
6cb3ff
# Test::MinimumVersion -> Perl::MinimumVersion -> Perl::Critic -> Config::Tiny
6cb3ff
%if 0%{!?perl_bootstrap:1}
6cb3ff
# Test::MinimumVersion not available for EPEL < 6
6cb3ff
%if "%{rhel}" != "4" && "%{rhel}" != "5"
6cb3ff
BuildRequires:	perl(Test::MinimumVersion)
6cb3ff
%endif
6cb3ff
%endif
6cb3ff
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
6cb3ff
6cb3ff
%description
6cb3ff
Config::Tiny is a Perl module designed for reading and writing .ini
6cb3ff
style configuration files. It is designed for simplicity and ease of
6cb3ff
use, and thus only supports the most basic operations.
6cb3ff
6cb3ff
%prep
6cb3ff
%setup -q -n Config-Tiny-%{version}
6cb3ff
6cb3ff
%build
6cb3ff
perl Makefile.PL INSTALLDIRS=vendor
6cb3ff
make %{?_smp_mflags}
6cb3ff
6cb3ff
%install
6cb3ff
rm -rf %{buildroot}
6cb3ff
make pure_install DESTDIR=%{buildroot}
6cb3ff
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
6cb3ff
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
6cb3ff
%{_fixperms} %{buildroot}
6cb3ff
6cb3ff
%check
6cb3ff
make test
6cb3ff
make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
6cb3ff
6cb3ff
%clean
6cb3ff
rm -rf %{buildroot}
6cb3ff
6cb3ff
%files
6cb3ff
%defattr(-,root,root,-)
6cb3ff
%doc Changes LICENSE README
6cb3ff
%{perl_vendorlib}/Config/
6cb3ff
%{_mandir}/man3/Config::Tiny.3pm*
6cb3ff
6cb3ff
%changelog
53e297
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.14-7
53e297
- Mass rebuild 2013-12-27
53e297
6cb3ff
* Wed Aug 15 2012 Daniel Mach <dmach@redhat.com> - 2.14-6.1
6cb3ff
- Rebuild for perl 5.16
6cb3ff
6cb3ff
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-6
6cb3ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6cb3ff
6cb3ff
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.14-5
6cb3ff
- Perl 5.16 re-rebuild of bootstrapped packages
6cb3ff
6cb3ff
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 2.14-4
6cb3ff
- Perl 5.16 rebuild
6cb3ff
6cb3ff
* Thu Jan 19 2012 Paul Howarth <paul@city-fan.org> - 2.14-3
6cb3ff
- Reinstate compatibility with older distributions like EL-5
6cb3ff
- Run release tests as well as the regular test suite
6cb3ff
- BR: perl(Test::CPAN::Meta) and perl(Test::More)
6cb3ff
- Only drop perl(Test::MinimumVersion) as a buildreq when bootstrapping, and
6cb3ff
  add a comment about why that's needed
6cb3ff
- Use DESTDIR rather than PERL_INSTALL_ROOT
6cb3ff
- Don't use macros for commands
6cb3ff
- Make %%files list more explicit
6cb3ff
- No longer need to fix permissions of Tiny.pm
6cb3ff
- Use tabs
6cb3ff
6cb3ff
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-2
6cb3ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6cb3ff
6cb3ff
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> - 2.14-1
6cb3ff
- Update to latest upstream version
6cb3ff
- Clean up spec for modern rpmbuild
6cb3ff
6cb3ff
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.12-12
6cb3ff
- Rebuild with Perl 5.14.1
6cb3ff
- Use perl_bootstrap macro
6cb3ff
- Add missing BR ExtUtils::MakeMaker
6cb3ff
6cb3ff
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-11
6cb3ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6cb3ff
6cb3ff
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.12-10
6cb3ff
- Rebuild to fix problems with vendorarch/lib (#661697)
6cb3ff
6cb3ff
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.12-9
6cb3ff
- Mass rebuild with perl-5.12.0
6cb3ff
6cb3ff
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 2.12-8
6cb3ff
- Rebuild against perl 5.10.1
6cb3ff
6cb3ff
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-7
6cb3ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6cb3ff
6cb3ff
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-6
6cb3ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6cb3ff
6cb3ff
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-5
6cb3ff
- Rebuild normally, second pass
6cb3ff
6cb3ff
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-4
6cb3ff
- Rebuild for perl 5.10 (again), first pass
6cb3ff
6cb3ff
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-3
6cb3ff
- Rebuild normally, second pass
6cb3ff
6cb3ff
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-2.1
6cb3ff
- Rebuild with TMV, tests disabled for first pass
6cb3ff
6cb3ff
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-2
6cb3ff
- Rebuild for new perl
6cb3ff
6cb3ff
* Thu Dec 13 2007 Ralf Corsépius <rc040203@freenet.de> - 2.12-1
6cb3ff
- Update to 2.12
6cb3ff
6cb3ff
* Mon Oct  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
6cb3ff
- Updated to 2.10
6cb3ff
6cb3ff
* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.08-1
6cb3ff
- Updated to 2.08
6cb3ff
6cb3ff
* Wed May 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.07-1
6cb3ff
- Updated to 2.07
6cb3ff
6cb3ff
* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.06-1
6cb3ff
- Updated to 2.06
6cb3ff
6cb3ff
* Mon Mar  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.05-1
6cb3ff
- Updated to 2.05
6cb3ff
6cb3ff
* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.04-2
6cb3ff
- Rebuild for FC5 (perl 5.8.8)
6cb3ff
6cb3ff
* Sat Jan 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.04-1
6cb3ff
- Updated to 2.04
6cb3ff
6cb3ff
* Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.03-1
6cb3ff
- Updated to 2.03
6cb3ff
6cb3ff
* Mon Jun 27 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.02-1
6cb3ff
- Updated to 2.02
6cb3ff
6cb3ff
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.01-2
6cb3ff
- Rebuilt
6cb3ff
6cb3ff
* Thu Mar 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.01-1
6cb3ff
- Updated to 2.01
6cb3ff
6cb3ff
* Sun Jul 25 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.00-0.fdr.1
6cb3ff
- Updated to 2.00
6cb3ff
6cb3ff
* Sat Jul 10 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.9-0.fdr.1
6cb3ff
- Updated to 1.9
6cb3ff
6cb3ff
* Fri Jul  2 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.8-0.fdr.1
6cb3ff
- Updated to 1.8
6cb3ff
6cb3ff
* Tue Jun 29 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.7-0.fdr.1
6cb3ff
- Updated to 1.7
6cb3ff
6cb3ff
* Sat Jun  5 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.3
6cb3ff
- Changed URL to canonical location (bug 1140)
6cb3ff
- Added build req perl >= 1:5.6.1 and perl(Test::More) (bug 1140)
6cb3ff
- Added missing req perl(:MODULE_COMPAT_...) (bug 1140)
6cb3ff
- Updated to match most recent perl spec template (bug 1140)
6cb3ff
- Removed unneeded optimization settings and find *.bs (bug 1140)
6cb3ff
6cb3ff
* Thu Mar 18 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.2
6cb3ff
- Reduced directory ownership bloat
6cb3ff
6cb3ff
* Thu Mar 11 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.1
6cb3ff
- Updated to 1.6
6cb3ff
6cb3ff
* Wed Jan  7 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.5-0.fdr.1
6cb3ff
- Updated to 1.5
6cb3ff
6cb3ff
* Sat Dec 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.3-0.fdr.1
6cb3ff
- Initial RPM release
6cb3ff