|
|
|
@ -1,17 +1,19 @@
|
|
|
|
|
Name: perl-YAML-Syck
|
|
|
|
|
Version: 1.05
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.07
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast, lightweight YAML loader and dumper
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/YAML-Syck/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/YAML-Syck-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/YAML-Syck-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Devel::Leak)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module provides a Perl interface to the libsyck data serialization
|
|
|
|
|
library. It exports the Dump and Load functions for converting Perl data
|
|
|
|
@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.07-1
|
|
|
|
|
- auto-update to 1.07 (by cpan-spec-update 0.01)
|
|
|
|
|
|
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|