SONAME postponed.

This commit is contained in:
Christopher Meng 2014-07-29 09:20:08 +08:00
parent 8d43502974
commit 0aacf2001f

View File

@ -2,7 +2,7 @@
Name: json-c
Version: 0.12
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A JSON implementation in C
License: MIT
URL: https://github.com/json-c/json-c/wiki
@ -37,8 +37,9 @@ This package contains the reference manual for json-c.
%setup -qn json-c-json-c-%{version}-%{reldate}
# Get rid of maintainer mode cflags.
sed -i 's|-Werror ||g' Makefile.am.inc
# Postponed.
# Bump the soname manually.
sed -i 's#2:1:0#3:0:0#' Makefile.am
# sed -i 's#2:1:0#3:0:0#' Makefile.am
for doc in ChangeLog; do
iconv -f iso-8859-1 -t utf8 $doc > $doc.new &&
@ -87,6 +88,9 @@ end
%doc doc/html/*
%changelog
* Tue Jul 29 2014 Christopher Meng <rpm@cicku.me> - 0.12-4
- SONAME bump postponed.
* Mon Jul 28 2014 Christopher Meng <rpm@cicku.me> - 0.12-3
- SONAME bump, see bug 1123785