Browse Source

msgpack 0.5.8-1

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

+ 7 - 4
m/msgpack/msgpack-vl.spec

@@ -1,4 +1,4 @@
-%define ver 0.5.7
+%define ver 0.5.8
 %define rel 1
 
 Name:		msgpack
@@ -10,7 +10,6 @@ Group:		System Environment/Libraries
 License:	ASL 2.0
 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
@@ -40,11 +39,9 @@ Libraries and header files for %{name}
 
 %prep
 %setup -q
-%patch0 -p1 -b .gtest-implicit-dso
 
 
 %build
-autoreconf -f -i
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -70,9 +67,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
 %files devel
 %{_includedir}/*
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/msgpack.pc
 
 
 %changelog
+* Tue Dec 31 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.5.8-1
+- update to 0.5.8
+- drop gtest patch: upstream fixed
+- add pkgconfig file in msgpack-devel package
+
 * Fri Feb  1 2013 IWAI, Masaharu <iwai@alib.jp> 0.5.7-1
 - initial build for Vine Linux