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

Revision 12120, 4.6 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

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