Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
system:packagemanager:dnf
libmodulemd
libmodulemd.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmodulemd.spec of Package libmodulemd
# # spec file for package libmodulemd # # Copyright (c) 2024 SUSE LLC # Copyright (c) 2020-2023 Neal Gompa <ngompa13@gmail.com>. # # 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/ # %global majorversion 2 %global minorversion 15 %global patchversion 0 %global majorminorversion %{majorversion}.%{minorversion} %global nsversion %{majorversion}.0 %global libmodulemd_version %{majorminorversion}%{?patchversion:.%{patchversion}} %global libname %{name}%{majorversion} %global devname %{name}-devel %global girname typelib-1_0-Modulemd-%{majorversion}_0 Name: libmodulemd Version: %{libmodulemd_version} Release: 0 Summary: Module metadata manipulation library License: MIT Group: System/Packages URL: https://github.com/fedora-modularity/libmodulemd Source0: %{url}/releases/download/%{libmodulemd_version}/modulemd-%{libmodulemd_version}.tar.xz Patch0: https://github.com/fedora-modularity/libmodulemd/commit/9d280909.patch Patch1: https://github.com/fedora-modularity/libmodulemd/commit/29c339a3.patch Patch2: glib-2.80.2-glibdoc-path.patch BuildRequires: gcc BuildRequires: glib2-doc BuildRequires: help2man BuildRequires: meson >= 0.47.0 BuildRequires: python3-gobject BuildRequires: rpm-devel BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(yaml-0.1) # For tests BuildRequires: gcc-c++ %description C Library for manipulating module metadata files. %package -n modulemd-validator Summary: Tool for validating modulemd data Group: System/Packages Requires: %{libname}%{?_isa} = %{libmodulemd_version}-%{release} %description -n modulemd-validator The modulemd-validator tool provides the facility for verifying constructed modulemd data is correct and usable. %package -n python3-%{name} Summary: Python 3 bindings for %{name} Group: Development/Libraries/Python Requires: %{girname}%{?_isa} = %{libmodulemd_version}-%{release} Requires: python3-gobject Requires: python3-six %description -n python3-%{name} This package provides the Python 3 bindings for %{name}. %package -n %{libname} Summary: Main library for %{name} Group: System/Libraries %description -n %{libname} This package provides the main library for applications that use %{name}. %package -n %{girname} Summary: GObject Introspection interface description for %{name} Group: System/Libraries Requires: %{libname}%{?_isa} = %{libmodulemd_version}-%{release} %description -n %{girname} This package provides the GObject Introspection typelib interface for applications to use %{name}. %package -n %{devname} Summary: Development files for %{name} Group: Development/Libraries/C and C++ Requires: %{girname}%{?_isa} = %{libmodulemd_version}-%{release} Requires: %{libname}%{?_isa} = %{libmodulemd_version}-%{release} %description -n %{devname} This package provides files for developing applications to use %{name}. %prep %autosetup -p1 -n modulemd-%{libmodulemd_version} %build %meson %meson_build %check export LC_CTYPE=C.utf8 # Don't run tests on ARM and RISC-V for now. There are problems # with performance on the builders and often these time out. %ifnarch %{arm} aarch64 riscv64 %meson_test %endif %install %meson_install %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n modulemd-validator %license COPYING %doc README.md %{_bindir}/modulemd-validator %{_mandir}/man1/modulemd-validator.1* %files -n python3-%{name} %{python3_sitearch}/gi/overrides/Modulemd.py %files -n %{libname} %license COPYING %doc README.md %{_libdir}/%{name}.so.%{majorversion}* %files -n %{girname} %{_libdir}/girepository-1.0/Modulemd-%{nsversion}.typelib %files -n %{devname} %{_libdir}/%{name}.so %{_libdir}/pkgconfig/modulemd-%{nsversion}.pc %{_includedir}/modulemd-%{nsversion}/ %{_datadir}/gir-1.0/Modulemd-%{nsversion}.gir %{_datadir}/gtk-doc/html/modulemd-%{nsversion}/ %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