Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1
yder
yder.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File yder.spec of Package yder
# # spec file for package yder # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define sover 1_4 Name: yder Version: 1.4.4 Release: 0 Summary: Logging library written in C License: LGPL-2.1-or-later Group: Development/Languages/C and C++ URL: https://github.com/babelouest/yder Source: https://github.com/babelouest/yder/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: yder-fix-build.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(liborcania) BuildRequires: pkgconfig(libsystemd) %description Yder is a logging library where messages can be logged to console, files, syslog or journald. Yder is single-threaded, which means that only one instance of yder logging can be used at the same time in a program. %package -n libyder%{sover} Summary: Logging library written in C Group: System/Libraries %description -n libyder%{sover} Yder is a logging library where messages can be logged to console, files, syslog or journald. Yder is single-threaded, which means that only one instance of yder logging can be used at the same time in a program. %package devel Summary: Header files for yder Group: Development/Libraries/C and C++ Requires: libyder%{sover} = %{version} %description devel Development and header files for yder. %prep %setup -q %patch0 -p1 %build %cmake \ -DCMAKE_INSTALL_PREFIX:PATH=/ make %{?_smp_mflags} %install %cmake_install rm -rf %{buildroot}/%{_datadir}/doc/ %post -n libyder%{sover} -p /sbin/ldconfig %postun -n libyder%{sover} -p /sbin/ldconfig %files -n libyder%{sover} %doc CHANGELOG.md README.md %license LICENSE %{_libdir}/libyder.so.* %files devel %{_includedir}/yder.h %{_includedir}/yder-cfg.h %{_libdir}/libyder.so %{_libdir}/pkgconfig/libyder.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor