source: projects/specs/trunk/p/perl-YAML-Tiny/perl-YAML-Tiny-vl.spec @ 5796

Revision 5796, 4.5 KB checked in by shaolin, 12 years ago (diff)
  • rebuild
Line 
1Name:           perl-YAML-Tiny
2Version:        1.50
3Release:        2%{?_dist_release}
4Summary:        Read/Write YAML files with as little code as possible
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/YAML-Tiny/
8Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
9BuildArch:      noarch
10BuildRequires:  perl(Exporter)
11BuildRequires:  perl(ExtUtils::MakeMaker)
12BuildRequires:  perl(File::Spec) >= 0.80
13BuildRequires:  perl(Scalar::Util)
14BuildRequires:  perl(Test::More) >= 0.47
15BuildRequires:  perl(Test::Pod)
16BuildRequires:  perl(YAML)
17BuildRequires:  perl(YAML::Syck)
18Requires:       perl(Exporter)
19Requires:       perl(Scalar::Util)
20Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
21
22Vendor:         Project Vine
23Distribution:   Vine Linux
24Packager:       shaolin
25
26%{?perl_default_filter}
27
28%description
29YAML::Tiny is a Perl class for reading and writing YAML-style files,
30written with as little code as possible, reducing load time and
31memory overhead.
32
33%prep
34%setup -q -n YAML-Tiny-%{version}
35
36%build
37%{__perl} Makefile.PL INSTALLDIRS=vendor
38make %{?_smp_mflags}
39
40%install
41make pure_install PERL_INSTALL_ROOT=%{buildroot}
42find %{buildroot} -type f -name .packlist -exec rm -f {} \;
43find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
44%{_fixperms} %{buildroot}/*
45
46%check
47make test AUTOMATED_TESTING=1
48
49%files
50%doc Changes LICENSE README
51%{perl_vendorlib}/*
52%{_mandir}/man3/*
53
54%changelog
55* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-2
56- rebuild
57
58* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-1
59- initial build for Vine Linux
60
61* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-5
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
63
64* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.50-4
65- Perl mass rebuild
66
67* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.50-3
68- Perl mass rebuild
69
70* Thu Jul 14 2011 Iain Arnell <iarnell@gmail.com> 1.50-2
71- drop Test::MinimumVersion BR to avoid circular build deps
72
73* Mon Jun 27 2011 Petr Sabata <contyk@redhat.com> - 1.50-1
74- 1.50 bump
75- Cleaning the spec file (I assume pre-EPEL6 compatibility is no longer
76  essential here)
77- Adding Exporter and Scalar::Util (optional but preferred) to BR/Rs
78
79* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.46-2
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
81
82* Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 1.46-1
83- Update to 1.46.
84
85* Tue Dec 07 2010 Steven Pritchard <steve@kspei.com> 1.44-1
86- Update to 1.44.
87
88* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.40-3
89- Mass rebuild with perl-5.12.0
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
92- rebuild against perl 5.10.1
93
94* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.40-1
95- auto-update to 1.40 (by cpan-spec-update 0.01)
96
97* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
99
100* Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
101- auto-update to 1.39 (by cpan-spec-update 0.01)
102- added a new br on perl(File::Spec) (version 0.80)
103
104* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-2
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
106
107* Sat Jan 17 2009 Steven Pritchard <steve@kspei.com> 1.36-1
108- Update to 1.36.
109- BR Test::More.
110
111* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 1.32-1
112- Update to 1.32.
113
114* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.25-2
115- rebuild for new perl
116
117* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.25-1
118- Update to 1.25.
119
120* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 1.21-1
121- Update to 1.21.
122- Update License tag.
123- BR Test::MinimumVersion.
124
125* Thu Aug 23 2007 Steven Pritchard <steve@kspei.com> 1.14-1
126- Update to 1.14.
127
128* Fri Jul 13 2007 Steven Pritchard <steve@kspei.com> 1.13-1
129- Update to 1.13.
130
131* Fri Jun 08 2007 Steven Pritchard <steve@kspei.com> 1.12-1
132- Update to 1.12.
133
134* Mon May 28 2007 Steven Pritchard <steve@kspei.com> 1.09-1
135- Update to 1.09.
136
137* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 1.08-1
138- Update to 1.08.
139- Update description.
140
141* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1.04-1
142- Specfile autogenerated by cpanspec 1.70.
143- Drop redundant perl build dependency.
144- BR YAML, YAML::Syck, and Test::Pod for better test coverage.
Note: See TracBrowser for help on using the repository browser.