Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
serialdv
serialdv.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File serialdv.spec of Package serialdv
# # spec file for package serialdv # # Copyright (c) 2021 SUSE LLC # Copyright (c) 2019, 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 https://bugs.opensuse.org/ # %define sover 1 %define libname libserialdv%{sover} Name: serialdv Version: 1.1.4 Release: 0 Summary: Library for audio de-/encoding with ABME3000 based devices License: GPL-3.0-only Group: Development/Libraries/C and C++ URL: https://github.com/f4exb/serialDV #Git-Clone: https://github.com/f4exb/serialDV.git Source: https://github.com/f4exb/serialDV/archive/v%{version}.tar.gz#/serialDV-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ %description A library that provides an interface for audio encoding and decoding with AMBE3000 based devices in packet mode over a serial link. %package -n %{libname} Summary: Library for audio de-/encoding with ABME3000 based devices Group: System/Libraries %description -n %{libname} A library that provides an interface for audio encoding and decoding with AMBE3000 based devices in packet mode over a serial link. %package devel Summary: Development files for libserialdv Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} %description devel A library that provides an interface for audio encoding and decoding with AMBE3000 based devices in packet mode over a serial link. This subpackage contains libraries and header files for developing applications that want to make use of libserialdv. %prep %setup -q -n serialDV-%{version} %build %cmake %cmake_build %install %cmake_install %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %license LICENSE %doc Readme.md %{_libdir}/libserialdv.so.%{sover}* %files devel %{_bindir}/dvtest %{_includedir}/serialdv/ %{_libdir}/libserialdv.so %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