forked from pool/cpprest
Accepting request 347181 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 2.7.0 * see https://github.com/Microsoft/cpprestsdk/releases for full list of changes - Update project and download url OBS-URL: https://build.opensuse.org/request/show/347181 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=12
This commit is contained in:
11
cpprest.spec
11
cpprest.spec
@@ -17,21 +17,20 @@
|
||||
|
||||
|
||||
%define major 2
|
||||
%define minor 6
|
||||
%define minor 7
|
||||
Name: cpprest
|
||||
Version: 2.6.0
|
||||
Version: 2.7.0
|
||||
Release: 0
|
||||
Summary: C++ REST library
|
||||
License: Apache-2.0
|
||||
Group: Devlopment/Libraries/C and C++
|
||||
Url: https://casablanca.codeplex.com/
|
||||
Source: http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=casablanca&changeSetId=c7d85ee385c6#/%{name}-%{version}.zip
|
||||
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: cmake >= 2.6
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: unzip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -63,7 +62,7 @@ project aims to help C++ developers connect to and interact with services.
|
||||
Development files.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%setup -q -n cpprestsdk-%{version}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user