source: projects/specs/trunk/p/perl-YAML-Syck/perl-YAML-Syck-vl.spec @ 5743

Revision 5743, 4.3 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-YAML-Syck
2Version:        1.17
3Release:        1%{?_dist_release}
4Summary:        Fast, lightweight YAML loader and dumper
5License:        BSD and MIT
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/YAML-Syck/
8Source0:        http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildRequires:  perl(Devel::Leak)
11BuildRequires:  perl(ExtUtils::MakeMaker)
12BuildRequires:  perl(JSON)
13BuildRequires:  perl(Test::More)
14Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18Packager:       shaolin
19
20%{?perl_default_filter}
21
22%description
23This module provides a Perl interface to the libsyck data serialization
24library. It exports the Dump and Load functions for converting Perl data
25structures to YAML strings, and the other way around.
26
27%prep
28%setup -q -n YAML-Syck-%{version}
29
30%build
31%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
32make %{?_smp_mflags}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
38
39find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
40find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
41find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
42
43%{_fixperms} $RPM_BUILD_ROOT/*
44
45%check
46make test
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(-,root,root,-)
53%doc Changes COMPATIBILITY COPYING README
54%{perl_vendorarch}/auto/*
55%{perl_vendorarch}/YAML*
56%{perl_vendorarch}/JSON*
57%{_mandir}/man3/*
58
59%changelog
60* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.17-1
61- initial build for Vine Linux
62
63* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-4
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
65
66* Wed Jul 20 2011 Iain Arnell <iarnell@gmail.com> - 1.17 -3
67- Perl mass rebuild
68
69* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2
70- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
71
72* Tue Dec 07 2010 Steven Pritchard <steve@kspei.com> 1.17-1
73- Update to 1.17.
74- Update Source0 URL.
75- BR JSON (for tests).
76
77* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.07-4
78- Mass rebuild with perl-5.12.0
79
80* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.07-3
81- rebuild against perl 5.10.1
82
83* Tue Oct  6 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.07-2
84- fix license
85
86* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.07-1
87- auto-update to 1.07 (by cpan-spec-update 0.01)
88
89* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
91
92* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-2
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
94
95* Mon Jun 09 2008 Steven Pritchard <steve@kspei.com> 1.05-1
96- Update to 1.05.
97
98* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.04-2
99- rebuild for new perl (again)
100
101* Wed Feb 20 2008 Steven Pritchard <steve@kspei.com> 1.04-1
102- Update to 1.04.
103
104* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.01-3
105- Autorebuild for GCC 4.3
106
107* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.01-2
108- rebuild for new perl
109
110* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.01-1
111- Update to 1.01.
112
113* Tue Oct 16 2007 Steven Pritchard <steve@kspei.com> 0.98-1
114- Update to 0.98.
115
116* Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.97-1
117- Update to 0.97.
118
119* Sun Aug 12 2007 Steven Pritchard <steve@kspei.com> 0.96-1
120- Update to 0.96.
121
122* Fri Aug 03 2007 Steven Pritchard <steve@kspei.com> 0.95-1
123- Update to 0.95.
124
125* Fri Jul 13 2007 Steven Pritchard <steve@kspei.com> 0.94-1
126- Update to 0.94.
127
128* Wed Jun 27 2007 Steven Pritchard <steve@kspei.com> 0.91-1
129- Update to 0.91.
130
131* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 0.85-1
132- Update to 0.85.
133
134* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.82-3
135- add perl split BR's
136
137* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.82-2
138- bump
139
140* Thu Feb 01 2007 Steven Pritchard <steve@kspei.com> 0.82-1
141- Specfile autogenerated by cpanspec 1.69.1.
142- Remove explicit build dependency on perl.
143- Include JSON module.
144- BR Devel::Leak (for tests).
Note: See TracBrowser for help on using the repository browser.