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

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

perl-5.26 and friends

Line 
1Name:           perl-YAML-LibYAML
2Version:        0.78
3Release:        1%{?_dist_release}
4Summary:        Perl YAML Serialization using XS and libyaml
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/YAML-LibYAML/
8Source0:        http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-LibYAML-%{version}.tar.gz
9
10Vendor:        Project Vine
11Distribution:  Vine Linux
12
13BuildRequires:  perl(B::Deparse)
14BuildRequires:  perl(base)
15BuildRequires:  perl(constant)
16BuildRequires:  perl(Cwd)
17BuildRequires:  perl(Exporter)
18BuildRequires:  perl(ExtUtils::MakeMaker)
19BuildRequires:  perl(File::Find)
20BuildRequires:  perl(File::Path)
21BuildRequires:  perl(File::Spec)
22BuildRequires:  perl(Test::Builder)
23BuildRequires:  perl(Test::Builder::Module)
24BuildRequires:  perl(Test::More)
25# Tests only
26BuildRequires:  perl(Devel::Peek)
27BuildRequires:  perl(File::Path)
28BuildRequires:  perl(Scalar::Util)
29BuildRequires:  perl(Test::Base)
30BuildRequires:  perl(Test::Base::Filter)
31BuildRequires:  perl(Tie::Array)
32BuildRequires:  perl(Tie::Hash)
33Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
34
35%{?perl_default_filter}
36
37%description
38Kirill Siminov's "libyaml" is arguably the best YAML
39implementation. The C library is written precisely to the YAML 1.1
40specification. It was originally bound to Python and was later
41bound to Ruby.
42
43%prep
44%setup -q -n YAML-LibYAML-%{version}
45
46%build
47%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="%{optflags}"
48make %{?_smp_mflags}
49
50%install
51rm -rf %{buildroot}
52make pure_install DESTDIR=%{buildroot}
53find %{buildroot} -type f -name .packlist -exec rm -f {} \;
54find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
55find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
56%{_fixperms} %{buildroot}/*
57
58%check
59make test
60
61%clean
62rm -rf %{buildroot}
63
64%files
65%doc Changes README
66%{perl_archlib}/auto/*
67%{perl_archlib}/YAML*
68%{_mandir}/man3/*
69
70%changelog
71* Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.78-1
72- new upstream release.
73- rebuilt with perl-5.26.
74
75* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.54-1
76- updated to 0.54
77- built with perl 5.16.3
78
79* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.38-1
80- initial build for Vine Linux
81
82* Fri Jan 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.38-2
83- bump to 0.38
84
85* Fri Sep 30 2011 Petr Sabata <contyk@redhat.com> - 0.37-1
86- 0.37 bump
87- Remove defattr
88- Correct BR
89
90* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.35-2
91- Perl mass rebuild
92
93* Mon Apr 04 2011 Petr Sabata <psabata@redhat.com> - 0.35-1
94- 0.35 bump
95- Removing obsolete buildroot stuff
96
97* Wed Mar 16 2011 Paul Howarth <paul@city-fan.org> - 0.34-4
98- Improve overly-generic package summary
99- README is already UTF-8 encoded in version 0.34 so don't try converting it
100
101* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.34-3
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
103
104* Wed Sep 29 2010 jkeating - 0.34-2
105- Rebuilt for gcc bug 634757
106
107* Thu Sep 23 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.34-1
108- update
109
110* Thu Jun  3 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.33-1
111- update
112
113* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.32-6
114- Mass rebuild with perl-5.12.0
115
116* Sat Mar 27 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.32-5
117- perl_default_filter, PERL_INSTALL_ROOT => DESTDIR
118
119* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.32-4
120- rebuild against perl 5.10.1
121
122* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-3
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
124
125* Wed Apr 29 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.32-2
126- add BR
127
128* Wed Apr 29 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.32-1
129- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.