Update to 2.0.1 release
This commit is contained in:
parent
7a1a7478f2
commit
57ca47a9f9
2
sources
2
sources
@ -1 +1 @@
|
|||||||
70d2291638233d0ab3f5fd3239d5ed12 lloyd-yajl-1.0.12-0-g17b1790.tar.gz
|
df6a751e7797b9c2182efd91b5d64017 lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz
|
||||||
|
12
yajl.spec
12
yajl.spec
@ -1,5 +1,5 @@
|
|||||||
Name: yajl
|
Name: yajl
|
||||||
Version: 1.0.12
|
Version: 2.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Yet Another JSON Library (YAJL)
|
Summary: Yet Another JSON Library (YAJL)
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ URL: http://lloyd.github.com/yajl/
|
|||||||
#
|
#
|
||||||
# So for new versions, update 'githash' to match the hash of the
|
# So for new versions, update 'githash' to match the hash of the
|
||||||
# GIT tag associated with updated 'Version:' field just above
|
# GIT tag associated with updated 'Version:' field just above
|
||||||
%global githash 17b1790
|
%global githash f4b2b1a
|
||||||
Source0: lloyd-%{name}-%{version}-0-g%{githash}.tar.gz
|
Source0: lloyd-%{name}-%{version}-0-g%{githash}.tar.gz
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -88,8 +88,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc COPYING ChangeLog README TODO
|
%doc COPYING ChangeLog README TODO
|
||||||
%{_bindir}/json_reformat
|
%{_bindir}/json_reformat
|
||||||
%{_bindir}/json_verify
|
%{_bindir}/json_verify
|
||||||
%{_libdir}/libyajl.so.1
|
%{_libdir}/libyajl.so.2
|
||||||
%{_libdir}/libyajl.so.1.*
|
%{_libdir}/libyajl.so.2.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -98,11 +98,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/yajl/yajl_common.h
|
%{_includedir}/yajl/yajl_common.h
|
||||||
%{_includedir}/yajl/yajl_gen.h
|
%{_includedir}/yajl/yajl_gen.h
|
||||||
%{_includedir}/yajl/yajl_parse.h
|
%{_includedir}/yajl/yajl_parse.h
|
||||||
|
%{_includedir}/yajl/yajl_tree.h
|
||||||
%{_includedir}/yajl/yajl_version.h
|
%{_includedir}/yajl/yajl_version.h
|
||||||
%{_libdir}/libyajl.so
|
%{_libdir}/libyajl.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2011 Daniel P. Berrange <berrange@redhat.com> - 2.0.1-1
|
||||||
|
- Update to 2.0.1 release
|
||||||
|
|
||||||
* Tue May 3 2011 Daniel P. Berrange <berrange@redhat.com> - 1.0.12-1
|
* Tue May 3 2011 Daniel P. Berrange <berrange@redhat.com> - 1.0.12-1
|
||||||
- Update to 1.0.12 release
|
- Update to 1.0.12 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user