SHA256
8
0
forked from pool/cpprest

Accepting request 383778 from home:AndreasStieger:branches:devel:libraries:c_c++

cpprest 2.8.0

OBS-URL: https://build.opensuse.org/request/show/383778
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=14
This commit is contained in:
2016-04-04 08:57:03 +00:00
committed by Git OBS Bridge
parent 0ba7b829b8
commit 51a35ed344
4 changed files with 19 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cpprest
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
%define major 2
%define minor 7
%define minor 8
Name: cpprest
Version: 2.7.0
Version: 2.8.0
Release: 0
Summary: C++ REST library
License: Apache-2.0
Group: Devlopment/Libraries/C and C++
Group: Development/Libraries/C and C++
Url: https://github.com/Microsoft/cpprestsdk
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
Patch1: cpprest-pthread.patch
BuildRequires: boost-devel
BuildRequires: boost-devel >= 1.55
BuildRequires: cmake >= 2.6
BuildRequires: gcc-c++
BuildRequires: openssl-devel
BuildRequires: openssl-devel >= 1.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -82,7 +82,6 @@ cp build/Binaries/libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/
ln -sf libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/libcpprest.so
%post -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
%postun -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
%files -n libcpprest%{major}_%{minor}