Update to 1.0.12 release
This commit is contained in:
parent
4662875741
commit
7a1a7478f2
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,5 +2,4 @@
|
|||||||
*.rpm
|
*.rpm
|
||||||
i386
|
i386
|
||||||
x86_64
|
x86_64
|
||||||
lloyd-yajl-45a1bdb.tar.gz
|
*.tar.gz
|
||||||
/lloyd-yajl-1.0.11-0-gf4baae0.tar.gz
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
5b60f4d59b3b1fb42d7808d08460fb12 lloyd-yajl-1.0.11-0-gf4baae0.tar.gz
|
70d2291638233d0ab3f5fd3239d5ed12 lloyd-yajl-1.0.12-0-g17b1790.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: yajl
|
Name: yajl
|
||||||
Version: 1.0.11
|
Version: 1.0.12
|
||||||
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 f4baae0
|
%global githash 17b1790
|
||||||
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)
|
||||||
@ -66,8 +66,6 @@ make VERBOSE=1 %{?_smp_mflags}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
cd build
|
cd build
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
mv $RPM_BUILD_ROOT%{_includedir}/yajl/yajl_version.h.cmake \
|
|
||||||
$RPM_BUILD_ROOT%{_includedir}/yajl/yajl_version.h
|
|
||||||
|
|
||||||
|
|
||||||
# No static libraries
|
# No static libraries
|
||||||
@ -105,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 3 2011 Daniel P. Berrange <berrange@redhat.com> - 1.0.12-1
|
||||||
|
- Update to 1.0.12 release
|
||||||
|
|
||||||
* Fri Dec 17 2010 Daniel P. Berrange <berrange@redhat.com> - 1.0.11-1
|
* Fri Dec 17 2010 Daniel P. Berrange <berrange@redhat.com> - 1.0.11-1
|
||||||
- Update to 1.0.11 release
|
- Update to 1.0.11 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user