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

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