Browse Source

new: msgpack 0.5.7-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7396 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
7f657565d8
1 changed files with 14 additions and 3 deletions
  1. 14 3
      m/msgpack/msgpack-vl.spec

+ 14 - 3
m/msgpack/msgpack.spec → m/msgpack/msgpack-vl.spec

@@ -1,6 +1,9 @@
+%define ver 0.5.7
+%define rel 1
+
 Name:		msgpack
-Version:	0.5.7
-Release:	2%{?dist}
+Version:	%{ver}
+Release:	%{rel}%{?_dist_release}
 Summary:	Binary-based efficient object serialization library
 Group:		System Environment/Libraries
 
@@ -9,12 +12,17 @@ URL:		http://msgpack.org
 Source0:	http://msgpack.org/releases/cpp/%{name}-%{version}.tar.gz
 Patch0:		msgpack-gtest-implicit-dso.patch
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 # for regenerating configure
 BuildRequires:	libtool
 # for %%check
 BuildRequires:	gtest-devel
 BuildRequires:	zlib-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %description
 MessagePack is a binary-based efficient object serialization
 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
 Summary:	Libraries and header files for %{name}
 Group:		Development/Libraries
-Requires:	%{name}%{?_isa} = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Libraries and header files for %{name}
@@ -65,6 +73,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
 
 
 %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
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild