Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37908080
en ru br
ALT Linux repos
S:2023.04.07-alt1

Group :: System/Configuration/Packaging
RPM: vcpkg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname vcpkg-tool

Name: vcpkg
Version: 2023.04.07
Release: alt1

Summary: C++ Library Manager

License: MIT
Group: System/Configuration/Packaging
Url: https://github.com/microsoft/vcpkg-tool

%define repotag %(echo %version | sed -e 's|\\.|-|g')
# Source-url: https://github.com/microsoft/vcpkg-tool/archive/refs/tags/%repotag.tar.gz
Source: %name-%version.tar
Source1: %name.sh

BuildRequires(pre): rpm-macros-cmake
BuildRequires: catch2-devel
BuildRequires: libfmt-devel >= 9.1.0
BuildRequires: cmake
BuildRequires: cmrc >= 2.0.1
BuildRequires: gcc-c++
BuildRequires: ninja-build

%description
Vcpkg is a package manager for the different C and C++ libraries.

Vcpkg can collect usage data. The data collected by Microsoft is anonymous.

Fedora package has telemetry disabled by default. If you want enable
telemetry, you should remove the %_sysconfdir/profile.d/%name.sh file
or unset the VCPKG_DISABLE_METRICS environment variable.

%prep
%setup
# https://github.com/microsoft/vcpkg-tool/pull/634
# subst 's|inline namespace v8|inline namespace v9|' include/vcpkg/base/fwd/format.h


# Fixing line endings...

sed -e "s,\r,," -i README.md

# Unbundling catch...

rm -rv include/catch2
ln -svf %_includedir/catch2/ include/

%build
%cmake -G Ninja \
   -DCMAKE_BUILD_TYPE=Release \
   -DBUILD_TESTING:BOOL=OFF \
   -DVCPKG_VERSION=%repotag \
   -DVCPKG_BASE_VERSION=%repotag \
   -DVCPKG_DEVELOPMENT_WARNINGS:BOOL=OFF \
   -DVCPKG_WARNINGS_AS_ERRORS:BOOL=OFF \
   -DVCPKG_BUILD_TLS12_DOWNLOADER:BOOL=OFF \
   -DVCPKG_BUILD_FUZZING:BOOL=OFF \
   -DVCPKG_EMBED_GIT_SHA:BOOL=OFF \
   -DVCPKG_BUILD_BENCHMARKING:BOOL=OFF \
   -DVCPKG_ADD_SOURCELINK:BOOL=OFF \
   -DVCPKG_DEPENDENCY_CMAKERC:BOOL=ON \
   -DVCPKG_DEPENDENCY_EXTERNAL_FMT:BOOL=ON
%cmake_build

%install
%cmake_install

# Installing environment options override...

install -D -m 0644 -p "%SOURCE1" "%buildroot%_sysconfdir/profile.d/%name.sh"

%files
%doc README.md
%doc LICENSE.txt NOTICE.txt
%_bindir/%name
%config(noreplace) %_sysconfdir/profile.d/%name.sh

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin