Update to 1.3.0-1

epel9
Neal Gompa 9 years ago committed by Daiki Ueno
parent 3babe938ec
commit 4831e7c8cb

@ -1,13 +1,12 @@
Name: msgpack
Version: 0.5.9
Release: 4%{?dist}
Version: 1.3.0
Release: 1%{?dist}
Summary: Binary-based efficient object serialization library
Group: System Environment/Libraries
License: ASL 2.0
License: Boost
URL: http://msgpack.org
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
BuildRequires: libtool
@ -32,7 +31,6 @@ Libraries and header files for %{name}
%prep
%setup -q
%patch0 -p1 -b .fix-int-float-test
%build
@ -56,7 +54,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
%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.*
%files devel
@ -66,6 +66,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Loading…
Cancel
Save