restore package from Factory
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=52
This commit is contained in:
19
lilv.spec
19
lilv.spec
@@ -16,15 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1600
|
||||
%define with_docs 1
|
||||
%endif
|
||||
|
||||
%bcond_with docs
|
||||
%define sover 0
|
||||
%define sordversion %(pkg-config --modversion sord-0)
|
||||
%define serdversion %(pkg-config --modversion serd-0)
|
||||
Name: lilv
|
||||
Version: 0.24.24
|
||||
Version: 0.24.20
|
||||
Release: 0
|
||||
Summary: C library to make use of LV2 plugins
|
||||
License: ISC
|
||||
@@ -33,7 +30,6 @@ URL: https://drobilla.net/software/lilv.html
|
||||
Source0: https://download.drobilla.net/lilv-%{version}.tar.xz
|
||||
Source99: lilv-rpmlintrc
|
||||
Source98: baselibs.conf
|
||||
Patch0: 001-lilv-docdir.patch
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
@@ -41,8 +37,7 @@ BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
%if %{with docs}
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-sphinxygen
|
||||
# BuildRequires: python3-sphinx_lv2_theme
|
||||
BuildRequires: python3-sphinx_lv2_theme
|
||||
%endif
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: swig
|
||||
@@ -88,14 +83,11 @@ Lilv is a C library to make use of LV2 plugins in applications.
|
||||
This subpackage contains the Python 3 bindings for lilv.
|
||||
|
||||
%prep
|
||||
%autosetup -p0
|
||||
%setup -q
|
||||
echo %{sordversion}
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%if %{without docs}
|
||||
-Ddocs=disabled \
|
||||
%endif
|
||||
%meson -Ddocs=disabled
|
||||
|
||||
%meson_build
|
||||
|
||||
@@ -131,6 +123,7 @@ rmdir %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||
%{_includedir}/lilv-0/
|
||||
%if %{with docs}
|
||||
%{_defaultdocdir}/lilv-0/
|
||||
%{_mandir}/man3/*
|
||||
%endif
|
||||
|
||||
%files -n python3-lilv
|
||||
|
Reference in New Issue
Block a user