Update to 1.29 and remove the defattr macro

epel9
Emmanuel Seyman 13 years ago
parent 7926321ad4
commit 47ae5baa5b

1
.gitignore vendored

@ -1,2 +1,3 @@
JSON-Any-1.22.tar.gz
/JSON-Any-1.25.tar.gz
/JSON-Any-1.29.tar.gz

@ -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

@ -1 +1 @@
10de13ce9ee9ec14336ee1d3b70b3ab0 JSON-Any-1.25.tar.gz
f7eea523d532668555456e4153334342 JSON-Any-1.29.tar.gz

Loading…
Cancel
Save