rebase to v0.99.5
This commit is contained in:
parent
cbd4c3aa27
commit
8627714289
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libfastjson-0.99.4.tar.gz
|
||||
/libfastjson-0.99.5.tar.gz
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
Name: libfastjson
|
||||
Version: 0.99.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.99.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A JSON implementation in C
|
||||
License: MIT
|
||||
URL: https://github.com/rsyslog/libfastjson
|
||||
Source0: http://download.rsyslog.com/libfastjson/libfastjson-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%description
|
||||
LIBFASTJSON implements a reference counting object
|
||||
model that allows you to easily construct JSON
|
||||
@ -32,6 +34,7 @@ for doc in ChangeLog; do
|
||||
done
|
||||
|
||||
%build
|
||||
autoreconf -iv
|
||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" # temporary workaround for EPEL5, fixed upstream
|
||||
%configure --enable-shared --disable-static
|
||||
|
||||
@ -58,6 +61,10 @@ make V=1 check
|
||||
%{_libdir}/pkgconfig/libfastjson.pc
|
||||
|
||||
%changelog
|
||||
* Mon May 22 2017 Radovan Sroka <rsroka@redhat.com> - 0.99.5-1
|
||||
- added autoreconf
|
||||
- rebase to v0.99.5
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user