|
@@ -1,6 +1,9 @@
|
|
|
|
+%define ver 0.5.7
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Name: msgpack
|
|
Name: msgpack
|
|
-Version: 0.5.7
|
|
|
|
-Release: 2%{?dist}
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
Summary: Binary-based efficient object serialization library
|
|
Summary: Binary-based efficient object serialization library
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
@@ -9,12 +12,17 @@ URL: http://msgpack.org
|
|
Source0: http://msgpack.org/releases/cpp/%{name}-%{version}.tar.gz
|
|
Source0: http://msgpack.org/releases/cpp/%{name}-%{version}.tar.gz
|
|
Patch0: msgpack-gtest-implicit-dso.patch
|
|
Patch0: msgpack-gtest-implicit-dso.patch
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
# for regenerating configure
|
|
# for regenerating configure
|
|
BuildRequires: libtool
|
|
BuildRequires: libtool
|
|
# for %%check
|
|
# for %%check
|
|
BuildRequires: gtest-devel
|
|
BuildRequires: gtest-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
+
|
|
%description
|
|
%description
|
|
MessagePack is a binary-based efficient object serialization
|
|
MessagePack is a binary-based efficient object serialization
|
|
library. It enables to exchange structured objects between many
|
|
library. It enables to exchange structured objects between many
|
|
@@ -24,7 +32,7 @@ languages like JSON. But unlike JSON, it is very fast and small.
|
|
%package devel
|
|
%package devel
|
|
Summary: Libraries and header files for %{name}
|
|
Summary: Libraries and header files for %{name}
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
Libraries and header files for %{name}
|
|
Libraries and header files for %{name}
|
|
@@ -65,6 +73,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Feb 1 2013 IWAI, Masaharu <iwai@alib.jp> 0.5.7-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.7-2
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.7-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|