source: projects/specs/trunk/p/perl-Config-Tiny/perl-Config-Tiny-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1Name:           perl-Config-Tiny
2Version:        2.23
3Release:        1%{?_dist_release}
4Summary:        Perl module for reading and writing .ini style configuration files
5Group:          Development/Libraries
6License:        Artistic or GPL+
7URL:            http://search.cpan.org/dist/Config-Tiny/
8Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tgz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildArch:      noarch
11BuildRequires:  perl(ExtUtils::MakeMaker)
12BuildRequires:  perl(Test::CPAN::Meta)
13BuildRequires:  perl(Test::More)
14BuildRequires:  perl(Test::Pod)
15
16Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       shaolin
21
22%description
23Config::Tiny is a Perl module designed for reading and writing .ini
24style configuration files. It is designed for simplicity and ease of
25use, and thus only supports the most basic operations.
26
27%prep
28%setup -q -n Config-Tiny-%{version}
29
30%build
31perl Makefile.PL
32make %{?_smp_mflags}
33
34%install
35rm -rf %{buildroot}
36make pure_install INSTALLDIRS=vendor DESTDIR=%{buildroot}
37find %{buildroot} -type f -name .packlist -exec rm -f {} \;
38find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
39%{_fixperms} %{buildroot}
40
41%check
42make test
43make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
44
45%clean
46rm -rf %{buildroot}
47
48%files
49%defattr(-,root,root,-)
50%license LICENSE
51%doc Changes README
52%{perl_vendorlib}/Config/
53%{_mandir}/man3/Config::Tiny.3pm*
54
55%changelog
56* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.23-1
57- new upstream release.
58- rebuilt with perl-5.26.
59
60* Fri Nov 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.20-1
61- updated to 2.20
62- built with perl 5.16.3
63
64* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-2
65- rebuild
66
67* Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-1
68- initial build for Vine Linux
69
70* Thu Jan 19 2012 Paul Howarth <paul@city-fan.org> - 2.14-3
71- Reinstate compatibility with older distributions like EL-5
72- Run release tests as well as the regular test suite
73- BR: perl(Test::CPAN::Meta) and perl(Test::More)
74- Only drop perl(Test::MinimumVersion) as a buildreq when bootstrapping, and
75  add a comment about why that's needed
76- Use DESTDIR rather than PERL_INSTALL_ROOT
77- Don't use macros for commands
78- Make %%files list more explicit
79- No longer need to fix permissions of Tiny.pm
80- Use tabs
81
82* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
84
85* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> - 2.14-1
86- Update to latest upstream version
87- Clean up spec for modern rpmbuild
88
89* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.12-12
90- Rebuild with Perl 5.14.1
91- Use perl_bootstrap macro
92- Add missing BR ExtUtils::MakeMaker
93
94* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-11
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
96
97* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.12-10
98- Rebuild to fix problems with vendorarch/lib (#661697)
99
100* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.12-9
101- Mass rebuild with perl-5.12.0
102
103* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 2.12-8
104- Rebuild against perl 5.10.1
105
106* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-7
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
108
109* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-6
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
111
112* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-5
113- Rebuild normally, second pass
114
115* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-4
116- Rebuild for perl 5.10 (again), first pass
117
118* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-3
119- Rebuild normally, second pass
120
121* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-2.1
122- Rebuild with TMV, tests disabled for first pass
123
124* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-2
125- Rebuild for new perl
126
127* Thu Dec 13 2007 Ralf Corsépius <rc040203@freenet.de> - 2.12-1
128- Update to 2.12
129
130* Mon Oct  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
131- Updated to 2.10
132
133* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.08-1
134- Updated to 2.08
135
136* Wed May 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.07-1
137- Updated to 2.07
138
139* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.06-1
140- Updated to 2.06
141
142* Mon Mar  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.05-1
143- Updated to 2.05
144
145* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.04-2
146- Rebuild for FC5 (perl 5.8.8)
147
148* Sat Jan 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.04-1
149- Updated to 2.04
150
151* Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.03-1
152- Updated to 2.03
153
154* Mon Jun 27 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.02-1
155- Updated to 2.02
156
157* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.01-2
158- Rebuilt
159
160* Thu Mar 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.01-1
161- Updated to 2.01
162
163* Sun Jul 25 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.00-0.fdr.1
164- Updated to 2.00
165
166* Sat Jul 10 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.9-0.fdr.1
167- Updated to 1.9
168
169* Fri Jul  2 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.8-0.fdr.1
170- Updated to 1.8
171
172* Tue Jun 29 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.7-0.fdr.1
173- Updated to 1.7
174
175* Sat Jun  5 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.3
176- Changed URL to canonical location (bug 1140)
177- Added build req perl >= 1:5.6.1 and perl(Test::More) (bug 1140)
178- Added missing req perl(:MODULE_COMPAT_...) (bug 1140)
179- Updated to match most recent perl spec template (bug 1140)
180- Removed unneeded optimization settings and find *.bs (bug 1140)
181
182* Thu Mar 18 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.2
183- Reduced directory ownership bloat
184
185* Thu Mar 11 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.1
186- Updated to 1.6
187
188* Wed Jan  7 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.5-0.fdr.1
189- Updated to 1.5
190
191* Sat Dec 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.3-0.fdr.1
192- Initial RPM release
193
Note: See TracBrowser for help on using the repository browser.