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

Revision 9107, 6.1 KB checked in by inagaki, 9 years ago (diff)

2014-11-22 Ryoichi INAGAKI <ryo1@…>

  • perl-Config-Tiny, perl-Devel-Cycle, perl-Email-Address, perl-Perl-{Crytic, MinimumVersion?}, perl-Test-MinimumVersion?: updated
  • perl-Test-Memory-Cycle: rebuilt


Line 
1Name:           perl-Config-Tiny
2Version:        2.20
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%doc Changes LICENSE README
51%{perl_vendorlib}/Config/
52%{_mandir}/man3/Config::Tiny.3pm*
53
54%changelog
55* Fri Nov 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.20-1
56- updated to 2.20
57- built with perl 5.16.3
58
59* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-2
60- rebuild
61
62* Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-1
63- initial build for Vine Linux
64
65* Thu Jan 19 2012 Paul Howarth <paul@city-fan.org> - 2.14-3
66- Reinstate compatibility with older distributions like EL-5
67- Run release tests as well as the regular test suite
68- BR: perl(Test::CPAN::Meta) and perl(Test::More)
69- Only drop perl(Test::MinimumVersion) as a buildreq when bootstrapping, and
70  add a comment about why that's needed
71- Use DESTDIR rather than PERL_INSTALL_ROOT
72- Don't use macros for commands
73- Make %%files list more explicit
74- No longer need to fix permissions of Tiny.pm
75- Use tabs
76
77* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-2
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
79
80* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> - 2.14-1
81- Update to latest upstream version
82- Clean up spec for modern rpmbuild
83
84* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.12-12
85- Rebuild with Perl 5.14.1
86- Use perl_bootstrap macro
87- Add missing BR ExtUtils::MakeMaker
88
89* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-11
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91
92* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.12-10
93- Rebuild to fix problems with vendorarch/lib (#661697)
94
95* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.12-9
96- Mass rebuild with perl-5.12.0
97
98* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 2.12-8
99- Rebuild against perl 5.10.1
100
101* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-7
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
103
104* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-6
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
106
107* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-5
108- Rebuild normally, second pass
109
110* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-4
111- Rebuild for perl 5.10 (again), first pass
112
113* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-3
114- Rebuild normally, second pass
115
116* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-2.1
117- Rebuild with TMV, tests disabled for first pass
118
119* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.12-2
120- Rebuild for new perl
121
122* Thu Dec 13 2007 Ralf Corsépius <rc040203@freenet.de> - 2.12-1
123- Update to 2.12
124
125* Mon Oct  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
126- Updated to 2.10
127
128* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.08-1
129- Updated to 2.08
130
131* Wed May 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.07-1
132- Updated to 2.07
133
134* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.06-1
135- Updated to 2.06
136
137* Mon Mar  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.05-1
138- Updated to 2.05
139
140* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.04-2
141- Rebuild for FC5 (perl 5.8.8)
142
143* Sat Jan 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.04-1
144- Updated to 2.04
145
146* Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.03-1
147- Updated to 2.03
148
149* Mon Jun 27 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.02-1
150- Updated to 2.02
151
152* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.01-2
153- Rebuilt
154
155* Thu Mar 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.01-1
156- Updated to 2.01
157
158* Sun Jul 25 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.00-0.fdr.1
159- Updated to 2.00
160
161* Sat Jul 10 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.9-0.fdr.1
162- Updated to 1.9
163
164* Fri Jul  2 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.8-0.fdr.1
165- Updated to 1.8
166
167* Tue Jun 29 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.7-0.fdr.1
168- Updated to 1.7
169
170* Sat Jun  5 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.3
171- Changed URL to canonical location (bug 1140)
172- Added build req perl >= 1:5.6.1 and perl(Test::More) (bug 1140)
173- Added missing req perl(:MODULE_COMPAT_...) (bug 1140)
174- Updated to match most recent perl spec template (bug 1140)
175- Removed unneeded optimization settings and find *.bs (bug 1140)
176
177* Thu Mar 18 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.2
178- Reduced directory ownership bloat
179
180* Thu Mar 11 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.6-0.fdr.1
181- Updated to 1.6
182
183* Wed Jan  7 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.5-0.fdr.1
184- Updated to 1.5
185
186* Sat Dec 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.3-0.fdr.1
187- Initial RPM release
188
Note: See TracBrowser for help on using the repository browser.