Blame SPECS/perl-Test-Object.spec

39ffd9
Name:           perl-Test-Object
39ffd9
Version:        0.07
39ffd9
Release:        17%{?dist}
39ffd9
Summary:        Thoroughly testing objects via registered handlers
39ffd9
39ffd9
Group:          Development/Libraries
39ffd9
License:        GPL+ or Artistic
39ffd9
URL:            http://search.cpan.org/dist/Test-Object/
39ffd9
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Object-%{version}.tar.gz
39ffd9
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
39ffd9
39ffd9
BuildArch:      noarch
39ffd9
BuildRequires:  perl(Carp)
39ffd9
BuildRequires:  perl(Cwd)
39ffd9
BuildRequires:  perl(Exporter)
39ffd9
BuildRequires:  perl(ExtUtils::MakeMaker)
39ffd9
BuildRequires:  perl(File::Path)
39ffd9
BuildRequires:  perl(File::Spec::Functions)
39ffd9
BuildRequires:  perl(lib)
39ffd9
BuildRequires:  perl(Scalar::Util) >= 1.16
39ffd9
BuildRequires:  perl(Test::Builder) >= 0.33
39ffd9
BuildRequires:  perl(Test::Builder::Tester) >= 1.02
39ffd9
BuildRequires:  perl(Test::More)
39ffd9
BuildRequires:  perl(Test::Pod) >= 1.00
39ffd9
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
39ffd9
39ffd9
%description
39ffd9
Test::Object is a testing package designed to allow you to easily test
39ffd9
what you believe is a valid object against the expected behaviour of
39ffd9
all of the classes in its inheritance tree in one single call.
39ffd9
39ffd9
39ffd9
%prep
39ffd9
%setup -q -n Test-Object-%{version}
39ffd9
39ffd9
%build
39ffd9
%{__perl} Makefile.PL INSTALLDIRS=vendor
39ffd9
make %{?_smp_mflags}
39ffd9
39ffd9
39ffd9
%install
39ffd9
rm -rf $RPM_BUILD_ROOT
39ffd9
make pure_install DESTDIR=$RPM_BUILD_ROOT
39ffd9
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
39ffd9
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
39ffd9
chmod -R u+w $RPM_BUILD_ROOT/*
39ffd9
39ffd9
39ffd9
%check
39ffd9
make test AUTOMATED_TESTING=1
39ffd9
39ffd9
39ffd9
%clean
39ffd9
rm -rf $RPM_BUILD_ROOT
39ffd9
39ffd9
39ffd9
%files
39ffd9
%defattr(-,root,root,-)
39ffd9
%doc Changes LICENSE README
39ffd9
%{perl_vendorlib}/Test/
39ffd9
%{_mandir}/man3/*.3pm*
39ffd9
39ffd9
39ffd9
%changelog
39ffd9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.07-17
39ffd9
- Mass rebuild 2013-12-27
39ffd9
39ffd9
* Tue Oct 23 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.07-16
39ffd9
- Specify all dependencies.
39ffd9
- Remove patch, because it is not needed (current version of Test::Builder
39ffd9
  is 0.98)
39ffd9
39ffd9
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-15
39ffd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
39ffd9
39ffd9
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.07-14
39ffd9
- Perl 5.16 rebuild
39ffd9
39ffd9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-13
39ffd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
39ffd9
39ffd9
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-12
39ffd9
- Perl mass rebuild
39ffd9
39ffd9
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-11
39ffd9
- Perl mass rebuild
39ffd9
39ffd9
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-10
39ffd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
39ffd9
39ffd9
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-9
39ffd9
- 661697 rebuild for fixing problems with vendorach/lib
39ffd9
39ffd9
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-8
39ffd9
- Mass rebuild with perl-5.12.0
39ffd9
39ffd9
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-7
39ffd9
- add readme
39ffd9
39ffd9
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.07-6
39ffd9
- rebuild against perl 5.10.1
39ffd9
39ffd9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-5
39ffd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
39ffd9
39ffd9
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-4
39ffd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
39ffd9
39ffd9
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.07-3
39ffd9
- Rebuild for perl 5.10 (again)
39ffd9
39ffd9
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.07-2
39ffd9
- rebuild for new perl
39ffd9
39ffd9
* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.07-1
39ffd9
- Update to 0.07.
39ffd9
- Test::Builder version problem (see #205537).
39ffd9
- Removed the README file (copy of the manpage).
39ffd9
39ffd9
* Wed Sep 06 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.06-1
39ffd9
- First build.