Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37405826
en ru br
Репозитории ALT

Группа :: Разработка/C++
Пакет: glog

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: glog
Version: 0.5.0
Release: alt1
Summary: C++ implementation of Google logging module
License: BSD
Group: Development/C++
Url: https://github.com/google/glog

Source: %name-%version.tar
BuildRequires: gcc-c++ cmake rpm-macros-cmake
BuildRequires: ctest /proc

%description
C++ implementation of Google logging module

%package -n lib%name
Group: Development/C++
Summary: C++ implementation of Google logging module

%description -n lib%name
C++ implementation of Google logging module.

%package -n lib%name-devel
Summary: Development tools for programs which will use Google logging library
Group: Development/C++
Requires: lib%name = %version-%release

%description -n lib%name-devel
C++ implementation of Google logging module.
Development tools.

%prep
%setup

%build
%cmake

%cmake_build

%check
%cmake_build --target test

%install
%cmakeinstall_std

%files -n lib%name
%doc README.rst ChangeLog AUTHORS COPYING
%_libdir/lib%name.so.*

%files -n lib%name-devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*.pc
%_libdir/cmake/%name

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin