|
|
@ -1,13 +1,12 @@
|
|
|
|
Name: msgpack
|
|
|
|
Name: msgpack
|
|
|
|
Version: 0.5.9
|
|
|
|
Version: 1.3.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Binary-based efficient object serialization library
|
|
|
|
Summary: Binary-based efficient object serialization library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: Boost
|
|
|
|
URL: http://msgpack.org
|
|
|
|
URL: http://msgpack.org
|
|
|
|
Source0: https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: msgpack-fix-int-float-test.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# for regenerating configure
|
|
|
|
# for regenerating configure
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
@ -32,7 +31,6 @@ Libraries and header files for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .fix-int-float-test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -56,7 +54,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc AUTHORS COPYING ChangeLog LICENSE NOTICE README README.md
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
|
|
|
%license LICENSE_1_0.txt COPYING
|
|
|
|
|
|
|
|
%doc AUTHORS ChangeLog NOTICE README README.md
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
@ -66,6 +66,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 10 2015 Neal Gompa <ngompa13{%}gmail{*}com> - 1.3.0-1
|
|
|
|
|
|
|
|
- Upgrade to 1.3.0 upstream release
|
|
|
|
|
|
|
|
- Drop unneeded patch
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.9-4
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|