Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
libvterm
libvterm.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libvterm.spec of Package libvterm
# # spec file for package libvterm # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 0 Name: libvterm Version: 0~bzr681 Release: 0 Summary: An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator License: MIT Group: Development/Libraries/C and C++ Url: https://launchpad.net/libvterm Source: %{name}-%{version}.tar.xz BuildRequires: libtool BuildRequires: pkg-config %description An abstract C99 library which implements a VT220 or xterm-like terminal emulator. %package -n %{name}%{sover} Summary: Shared library package of libvterm Group: System/Libraries %description -n %{name}%{sover} An abstract C99 library which implements a VT220 or xterm-like terminal emulator. It does not use any particular graphics toolkit or output system. Instead, it invokes callback function pointers that its embedding program should provide it to draw on its behalf. %package devel Summary: Development files of libvterm Group: Development/Libraries/C and C++ Requires: %{name}%{sover} = %{version} %description devel This package contains the development files of libvterm. %package tools Summary: Tools for libvterm Group: System/Console %description tools This package contains tools for libvterm. %prep %setup -q %build make PREFIX=%{_prefix} \ LIBDIR=%{_libdir} \ %{?_smp_mflags} %install make PREFIX=%{_prefix} \ LIBDIR=%{_libdir} \ DESTDIR=%{buildroot} \ install # Remove libtool files. find %{buildroot} -type f -name "*.la" -delete -print # Remove static library file. rm -vf %{buildroot}%{_libdir}/%{name}.a %post -n %{name}%{sover} -p /sbin/ldconfig %postun -n %{name}%{sover} -p /sbin/ldconfig %files -n %{name}%{sover} %defattr(-,root,root) %doc LICENSE %{_libdir}/%{name}.so.* %files devel %defattr(-,root,root) %{_includedir}/vterm*.h %{_libdir}/%{name}.so %{_libdir}/pkgconfig/vterm.pc %files tools %defattr(-,root,root) %{_bindir}/unterm %{_bindir}/vterm-ctrl %{_bindir}/vterm-dump %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