]> git.pld-linux.org Git - packages/perl-YAML-Syck.git/blame - perl-YAML-Syck.spec
rebuild with perl 5.32
[packages/perl-YAML-Syck.git] / perl-YAML-Syck.spec
CommitLineData
216a3eb6
ER
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
e3554191 5%define pdir YAML
6%define pnam Syck
7Summary: YAML::Syck - fast, lightweight YAML loader and dumper
a1f4b962 8Summary(pl.UTF-8): YAML::Syck - szybki, lekki moduł do wczytywania i zrzucania YAML-a
216a3eb6 9Name: perl-YAML-Syck
0c6cfdc9 10Version: 1.31
7b8d14fa 11Release: 4
03e32ebd 12License: MIT
216a3eb6 13Group: Development/Languages/Perl
9e758b69 14Source0: http://www.cpan.org/modules/by-module/YAML/%{pdir}-%{pnam}-%{version}.tar.gz
0c6cfdc9 15# Source0-md5: 2394bccf64c01cdc796cd5227bba237f
9e758b69 16URL: http://search.cpan.org/dist/YAML-Syck/
03e32ebd 17BuildRequires: perl-ExtUtils-MakeMaker >= 6.59
216a3eb6
ER
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
216a3eb6
ER
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This module provides a Perl interface to the libsyck data
24serialization library. It exports the Dump and Load functions for
25converting Perl data structures to YAML strings, and the other way
26around.
27
28NOTE: If you are working with other language's YAML/Syck bindings
29(such as Ruby), please set $YAML::Syck::ImplicitTyping to 1 before
30calling the Load/Dump functions. The default setting is for preserving
31backward-compatibility with YAML.pm.
32
1c379dfc
JR
33%description -l pl.UTF-8
34Ten moduł udostępnia perlowy interfejs do biblioteki serializacji
35danych libsyck. Eksportuje funkcje Dump i Load do przekształcania
36perlowych struktur danych na łańcuchy YAML i z powrotem.
4341bf95 37
1c379dfc
JR
38Uwaga: jeśli pracujemy z dowiązaniami YAML/Sych dla innego języka
39(np. Ruby), należy ustawić $YAML::Syck::ImplicitTyping na 1 przed
40wywołaniem funkcji Load/Dump. Domyślne ustawienie jest dla zachowania
41wstecznej zgodności z YAML.pm.
4341bf95 42
216a3eb6
ER
43%prep
44%setup -q -n %{pdir}-%{pnam}-%{version}
45
46%build
47%{__perl} Makefile.PL \
48 INSTALLDIRS=vendor
49%{__make} \
0c70dd4a 50 CC="%{__cc}" \
216a3eb6
ER
51 OPTIMIZE="%{rpmcflags}"
52
53%{?with_tests:%{__make} test}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
216a3eb6
ER
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
82546584 66%doc COMPATIBILITY Changes
03e32ebd 67%{perl_vendorarch}/YAML/Syck.pm
216a3eb6
ER
68%{perl_vendorarch}/JSON/Syck.pm
69%dir %{perl_vendorarch}/YAML/Dumper
70%{perl_vendorarch}/YAML/Dumper/Syck.pm
71%dir %{perl_vendorarch}/YAML/Loader
72%{perl_vendorarch}/YAML/Loader/Syck.pm
216a3eb6 73%dir %{perl_vendorarch}/auto/YAML/Syck
03e32ebd
JB
74%attr(755,root,root) %{perl_vendorarch}/auto/YAML/Syck/Syck.so
75%{_mandir}/man3/JSON::Syck.3pm*
76%{_mandir}/man3/YAML::Syck.3pm*
This page took 0.09038 seconds and 4 git commands to generate.