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

Group :: System/Libraries
RPM: zycore

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define sover 1.4

Name: zycore
Version: 1.4.1
Release: alt1

Summary: Zyan Core Library for C
License: MIT
Group: System/Libraries

Url: https://github.com/zyantific/%name-c
Packager: Nazarov Denis <nenderus at altlinux.org>

# https://github.com/zyantific/zycore-c/archive/refs/tags/v%version/%name-c-%version.tar.gz

Source: %name-c-%version.tar

BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: graphviz

%description
Internal library providing platform independent types, macros and a fallback for environments without LibC.

%package -n lib%name%sover
Summary: Zyan Core Library for C
Group: System/Libraries

%description -n lib%name%sover
Internal library providing platform independent types, macros and a fallback for environments without LibC.

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

%description -n lib%name-devel
Header files for lib%name

%prep
%setup -n %name-c-%version

%build
%cmake -DZYCORE_BUILD_SHARED_LIB:BOOL=TRUE
%cmake_build

%install
%cmake_install

%files -n lib%name%sover
%doc LICENSE README.md
%_libdir/libZycore.so.*

%files -n lib%name-devel
%_libdir/cmake/%name
%_libdir/libZycore.so
%_includedir/Zycore
%_defaultdocdir/Zycore

%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