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

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