140 lines
4.3 KiB
RPMSpec
140 lines
4.3 KiB
RPMSpec
Name: perl-JSON-XS
|
|
Summary: JSON serialising/deserialising, done correctly and fast
|
|
Epoch: 1
|
|
Version: 2.32
|
|
Release: 1%{?dist}
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/JSON-XS/
|
|
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
BuildRequires: perl(common::sense)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(Test::More)
|
|
|
|
Requires: perl(common::sense)
|
|
|
|
%{?perl_default_filter}
|
|
%{?perl_default_subpackage_tests}
|
|
|
|
%description
|
|
This module converts Perl data structures to JSON and vice versa. Its
|
|
primary goal is to be correct and its secondary goal is to be fast. To
|
|
reach the latter goal it was written in C.
|
|
|
|
%prep
|
|
%setup -q -n JSON-XS-%{version}
|
|
|
|
sed -i 's/\r//' t/*
|
|
perl -pi -e 's|^#!/opt/bin/perl|#!%{__perl}|' eg/*
|
|
chmod -c -x eg/*
|
|
|
|
%build
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
|
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%doc Changes COPYING README eg/
|
|
%{perl_vendorarch}/*
|
|
%exclude %dir %{perl_vendorarch}/auto
|
|
%{_bindir}/*
|
|
%{_mandir}/man[13]/*
|
|
|
|
%changelog
|
|
* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 1:2.32-1
|
|
- Update to 2.32
|
|
- Clean up spec file
|
|
|
|
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:2.30-3
|
|
- Perl mass rebuild
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.30-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Mon Oct 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1:2.30-1
|
|
- update
|
|
|
|
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:2.27-2
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
* Sat Feb 27 2010 Chris Weyl <cweyl@alumni.drew.edu> 1:2.27-1
|
|
- update by Fedora::App::MaintainerTools 0.004
|
|
- PERL_INSTALL_ROOT => DESTDIR
|
|
- added a new br on perl(common::sense) (version 0)
|
|
- added a new req on perl(common::sense) (version 0)
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1:2.24-3
|
|
- rebuild against perl 5.10.1
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.24-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Jun 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.24-1
|
|
- auto-update to 2.24 (by cpan-spec-update 0.01)
|
|
|
|
* Thu Mar 26 2009 Chris Weyl <cweyl@alumni.drew.edu> - 2.2311-4
|
|
- Stripping bad provides of private Perl extension libs
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2311-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2311-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Sun Feb 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.2311-1
|
|
- update to 2.2311
|
|
|
|
* Sun Sep 07 2008 Chris Weyl <cweyl@alumni.drew.edu> 2.2222-1
|
|
- update to the increasingly silly version of 2.2222
|
|
- update files to include bin
|
|
|
|
* Wed Jun 25 2008 Chris Weyl <cweyl@alumni.drew.edu> 2.21-1
|
|
- update to 2.21
|
|
|
|
* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> 2.2-1
|
|
- update to 2.2
|
|
|
|
* Sun Mar 09 2008 Chris Weyl <cweyl@alumni.drew.edu> 2.01-1
|
|
- update to 2.x series before F9
|
|
|
|
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.52-3
|
|
Rebuild for new perl
|
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.52-2
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Wed Oct 17 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.52-1
|
|
- update to 1.52
|
|
- license tag update: GPL -> GPL+
|
|
|
|
* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.43-2
|
|
- bump
|
|
|
|
* Thu Aug 09 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.43-1
|
|
- update to 1.43
|
|
|
|
* Fri Jun 01 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.22-1
|
|
- update to 1.22
|
|
|
|
* Mon May 14 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.21-3
|
|
- bump
|
|
|
|
* Mon May 14 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.21-2
|
|
- add eg/ to doc
|
|
|
|
* Sun May 13 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.21-1
|
|
- Specfile autogenerated by cpanspec 1.71.
|