- update to 2.x series before F9
This commit is contained in:
parent
bf872ff3e2
commit
be8ffb5a1e
@ -1 +1 @@
|
||||
JSON-XS-1.52.tar.gz
|
||||
JSON-XS-2.01.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-JSON-XS
|
||||
Version: 1.52
|
||||
Release: 3%{?dist}
|
||||
Version: 2.01
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON serialising/deserialising, done correctly and fast
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -36,8 +36,8 @@ rm -rf %{buildroot}
|
||||
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
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}/*
|
||||
@ -56,6 +56,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user