|
@@ -1,4 +1,4 @@
|
|
-%define ver 0.5.7
|
|
+%define ver 0.5.8
|
|
%define rel 1
|
|
%define rel 1
|
|
|
|
|
|
Name: msgpack
|
|
Name: msgpack
|
|
@@ -10,7 +10,6 @@ Group: System Environment/Libraries
|
|
License: ASL 2.0
|
|
License: ASL 2.0
|
|
URL: http://msgpack.org
|
|
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
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
# for regenerating configure
|
|
# for regenerating configure
|
|
@@ -40,11 +39,9 @@ Libraries and header files for %{name}
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1 -b .gtest-implicit-dso
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-autoreconf -f -i
|
|
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -70,9 +67,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
|
|
%files devel
|
|
%files devel
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
|
|
+%{_libdir}/pkgconfig/msgpack.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Fri Feb 1 2013 IWAI, Masaharu <iwai@alib.jp> 0.5.7-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|