|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-JSON-Any
|
|
|
|
|
Summary: A meta-module to make working with JSON easier
|
|
|
|
|
Version: 1.25
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.29
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz
|
|
|
|
@ -51,12 +51,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 1.29-1
|
|
|
|
|
- Update to 1.29
|
|
|
|
|
- Remove the defattr macro (no longer used)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.25-3
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
|
|
|
|