source: projects/specs/trunk/p/perl-Test-Object/perl-Test-Object-vl.spec @ 12120

Revision 12120, 3.7 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Test-Object
2Version:        0.08
3Release:        1%{?_dist_release}
4Summary:        Thoroughly testing objects via registered handlers
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Test-Object/
9Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Object-%{version}.tar.gz
10#Patch0:         Test-Object-0.07-Makefile.PL.patch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
13BuildArch:      noarch
14BuildRequires:  perl(Scalar::Util)
15BuildRequires:  perl(Test::Builder)
16BuildRequires:  perl(Test::Builder::Tester)
17BuildRequires:  perl(Test::Pod)
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       shaolin
23
24%description
25Test::Object is a testing package designed to allow you to easily test
26what you believe is a valid object against the expected behaviour of
27all of the classes in its inheritance tree in one single call.
28
29
30%prep
31%setup -q -n Test-Object-%{version}
32#%patch0 -p1
33
34%build
35%{__perl} Makefile.PL INSTALLDIRS=vendor
36make %{?_smp_mflags}
37
38
39%install
40rm -rf %{buildroot}
41make pure_install DESTDIR=%{buildroot}
42find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
43find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
44chmod -R u+w %{buildroot}/*
45
46
47%check
48make test AUTOMATED_TESTING=1
49
50
51%clean
52rm -rf %{buildroot}
53
54
55%files
56%defattr(-,root,root,-)
57%license LICENSE
58%doc Changes README
59%{perl_vendorlib}/Test/
60%{_mandir}/man3/*.3pm*
61
62
63%changelog
64* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.08-1
65- new upstream release.
66- rebuilt with perl-5.26.
67
68* Sat Oct 25 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.07-4
69- rebuilt with perl-5.16.3
70
71* Sun Sep 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.07-3
72- rebuild
73
74* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.07-2
75- rebuild
76
77* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.07-1
78- initial build for Vine Linux
79
80* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-13
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
82
83* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-12
84- Perl mass rebuild
85
86* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-11
87- Perl mass rebuild
88
89* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-10
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91
92* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-9
93- 661697 rebuild for fixing problems with vendorach/lib
94
95* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-8
96- Mass rebuild with perl-5.12.0
97
98* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-7
99- add readme
100
101* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.07-6
102- rebuild against perl 5.10.1
103
104* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-5
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
106
107* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-4
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
109
110* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.07-3
111- Rebuild for perl 5.10 (again)
112
113* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.07-2
114- rebuild for new perl
115
116* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.07-1
117- Update to 0.07.
118- Test::Builder version problem (see #205537).
119- Removed the README file (copy of the manpage).
120
121* Wed Sep 06 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.06-1
122- First build.
Note: See TracBrowser for help on using the repository browser.