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

Revision 9124, 3.7 KB checked in by inagaki, 9 years ago (diff)

2014-11-30 Ryoichi INAGAKI <ryo1@…>

  • perl-Perl-Critic-More: rebuilt
  • perl-XML-{Dumper, Filter-BufferText?, Grove, XPath}: rebuilt
  • perl-XML-{LibXML, LibXSLT, SAX-Writer, Writer}: updated
  • perl-YAML-LibYAML: updated


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