Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Printing
libinklevel
libinklevel.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libinklevel.spec of Package libinklevel
# # spec file for package libinklevel # # Copyright (c) 2021-2023 Antoine Belvire # Copyright (c) 2011 philipp thomas # # 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 so_major 5 Name: libinklevel Version: 0.9.5 Release: 0 Summary: Retrieve ink level information License: GPL-2.0-only Group: Development/Libraries/C and C++ URL: https://libinklevel.sourceforge.net Source: http://downloads.sourceforge.net/libinklevel/%{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: pkgconfig(libusb-1.0) >= 1.0.22 BuildRequires: pkgconfig(libxml-2.0) %description Libinklevel is a library to check the ink level of ink jet printers connected via USB. Canon BJNP network printers are supported too. %package -n libinklevel%{so_major} Summary: Libinklevel runtime library Group: System/Libraries %description -n libinklevel%{so_major} This package contains the runtime library needed by programs using libinklevel. %package devel Summary: Development kit for libinklevel Group: Development/Libraries/C and C++ Requires: libinklevel%{so_major} = %{version} %description devel This package contains all that is needed to compile applications using libinklevel. %prep %setup -q %build %configure --disable-static --docdir=%{_docdir}/%{name} %make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n libinklevel%{so_major} -p /sbin/ldconfig %postun -n libinklevel%{so_major} -p /sbin/ldconfig %files -n libinklevel%{so_major} %{_docdir}/%{name} %{_libdir}/%{name}.so.* %files devel %{_libdir}/%{name}.so %{_includedir}/inklevel.h %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