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

Revision 8699, 4.4 KB checked in by tomop, 10 years ago (diff)

spamassassin-3.4.0

Line 
1Name:           perl-YAML-Syck
2Version:        1.28_01
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* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.28_01-1
61- new upstream release.
62
63* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.17-1
64- initial build for Vine Linux
65
66* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-4
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
68
69* Wed Jul 20 2011 Iain Arnell <iarnell@gmail.com> - 1.17 -3
70- Perl mass rebuild
71
72* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74
75* Tue Dec 07 2010 Steven Pritchard <steve@kspei.com> 1.17-1
76- Update to 1.17.
77- Update Source0 URL.
78- BR JSON (for tests).
79
80* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.07-4
81- Mass rebuild with perl-5.12.0
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.07-3
84- rebuild against perl 5.10.1
85
86* Tue Oct  6 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.07-2
87- fix license
88
89* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.07-1
90- auto-update to 1.07 (by cpan-spec-update 0.01)
91
92* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
94
95* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-2
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
97
98* Mon Jun 09 2008 Steven Pritchard <steve@kspei.com> 1.05-1
99- Update to 1.05.
100
101* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.04-2
102- rebuild for new perl (again)
103
104* Wed Feb 20 2008 Steven Pritchard <steve@kspei.com> 1.04-1
105- Update to 1.04.
106
107* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.01-3
108- Autorebuild for GCC 4.3
109
110* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.01-2
111- rebuild for new perl
112
113* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.01-1
114- Update to 1.01.
115
116* Tue Oct 16 2007 Steven Pritchard <steve@kspei.com> 0.98-1
117- Update to 0.98.
118
119* Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.97-1
120- Update to 0.97.
121
122* Sun Aug 12 2007 Steven Pritchard <steve@kspei.com> 0.96-1
123- Update to 0.96.
124
125* Fri Aug 03 2007 Steven Pritchard <steve@kspei.com> 0.95-1
126- Update to 0.95.
127
128* Fri Jul 13 2007 Steven Pritchard <steve@kspei.com> 0.94-1
129- Update to 0.94.
130
131* Wed Jun 27 2007 Steven Pritchard <steve@kspei.com> 0.91-1
132- Update to 0.91.
133
134* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 0.85-1
135- Update to 0.85.
136
137* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.82-3
138- add perl split BR's
139
140* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.82-2
141- bump
142
143* Thu Feb 01 2007 Steven Pritchard <steve@kspei.com> 0.82-1
144- Specfile autogenerated by cpanspec 1.69.1.
145- Remove explicit build dependency on perl.
146- Include JSON module.
147- BR Devel::Leak (for tests).
Note: See TracBrowser for help on using the repository browser.