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

Group :: Other
RPM: utf8cpp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    utf8cpp
Version: 3.2.4
Release: alt1

Summary: UTF-8 with C++ in a Portable Way
License: BSL-1.0
Group:   Other
Url:     https://github.com/nemtrif/utfcpp

Packager: Andrey Cherepanov <cas at altlinux.org>

Source: %name-%version.tar

BuildRequires(pre): cmake
BuildRequires: gcc-c++

%description
%summary

%package -n lib%name-devel
Summary: Development files for %name
Group: Development/C++

%description -n lib%name-devel
%summary

%prep
%setup

%build
cmake -Wno-dev \
     -DCMAKE_INSTALL_PREFIX=%_prefix \
     -DUTF8_TESTS=OFF \
     -DUTF8_SAMPLES=ON \
     .
%make_build

%install
%makeinstall_std

%files -n lib%name-devel
%doc README.md samples/docsample.cpp
%_includedir/*
%_libdir/cmake/*

%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