You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-CBOR-XS/perl-CBOR-XS.spec

120 lines
3.7 KiB

9 years ago
Name: perl-CBOR-XS
8 years ago
Version: 1.7
Release: 4%{?dist}
9 years ago
Summary: Concise Binary Object Representation (CBOR)
# COPYING: GPLv3+
## Replaced by system header-only package
# ecb.h: BSD or GPLv2+
License: GPLv3+ and (BSD or GPLv2+)
URL: http://search.cpan.org/dist/CBOR-XS/
8 years ago
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/CBOR-XS-%{version}.tar.gz
9 years ago
# Use system libecb
8 years ago
Patch0: CBOR-XS-1.6-Include-ecb.h-from-system.patch
9 years ago
# Silent compiler warnings
9 years ago
Patch1: CBOR-XS-1.5-Cast-char-and-U8-where-needed.patch
9 years ago
BuildRequires: coreutils
BuildRequires: findutils
# gcc for standard header files
BuildRequires: gcc
BuildRequires: libecb-static
BuildRequires: make
BuildRequires: perl-interpreter
9 years ago
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Canary::Stability)
8 years ago
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
9 years ago
BuildRequires: sed
# Run-time:
BuildRequires: perl(common::sense)
BuildRequires: perl(Exporter)
BuildRequires: perl(Math::BigFloat)
BuildRequires: perl(Math::BigInt)
9 years ago
BuildRequires: perl(Math::BigRat)
9 years ago
BuildRequires: perl(Time::Piece)
BuildRequires: perl(Types::Serialiser)
BuildRequires: perl(URI)
BuildRequires: perl(XSLoader)
# Tests:
BuildRequires: perl(Data::Dumper)
9 years ago
BuildRequires: perl(Math::BigInt::FastCalc)
9 years ago
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Math::BigFloat)
Requires: perl(Math::BigInt)
9 years ago
Requires: perl(Math::BigRat)
9 years ago
Requires: perl(Time::Piece)
Requires: perl(URI)
%description
This module converts Perl data structures to the Concise Binary Object
9 years ago
Representation (CBOR) and vice versa. CBOR is a fast binary serialization
9 years ago
format that aims to use an (almost) superset of the JSON data model, i.e.
when you can represent something useful in JSON, you should be able to
represent it in CBOR.
%prep
8 years ago
%setup -q -n CBOR-XS-%{version}
9 years ago
%patch0 -p1
%patch1 -p1
# Remove bundled libecb
rm ecb.h
sed -i -e '/^ecb\.h/d' MANIFEST
%build
8 years ago
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS" </dev/null
9 years ago
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
9 years ago
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
9 years ago
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%license COPYING
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/CBOR*
%{_mandir}/man3/*
%changelog
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8 years ago
* Tue Jun 27 2017 Petr Pisar <ppisar@redhat.com> - 1.7-1
- 1.7 bump
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.6-3
- Perl 5.26 rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8 years ago
* Thu Dec 08 2016 Petr Pisar <ppisar@redhat.com> - 1.6-1
- 1.6 bump
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.5-2
- Perl 5.24 rebuild
9 years ago
* Wed Apr 27 2016 Petr Pisar <ppisar@redhat.com> - 1.5-1
- 1.5 bump
9 years ago
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 1.4.1-1
- 1.41 bump
9 years ago
* Tue Feb 09 2016 Petr Pisar <ppisar@redhat.com> - 1.4-1
- 1.4 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9 years ago
* Tue Sep 29 2015 Petr Pisar <ppisar@redhat.com> 1.3-1
- Specfile autogenerated by cpanspec 1.78.