]> git.pld-linux.org Git - packages/AppStream.git/commitdiff
- updated to 0.12.11; apidocs are now daps based
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Mar 2021 18:16:55 +0000 (19:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Mar 2021 18:16:55 +0000 (19:16 +0100)
AppStream.spec

index 12ecdbfd4233dc2d14b3304f5cc52172edb0305f..ec459b4a709742c223dde7a74709022faf9ed72d 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without apidocs         # API documentation build
+%bcond_without apidocs         # API documentation
 %bcond_with    apt             # Debian/APT support
 %bcond_without qt              # Qt library (libappstream-qt)
 %bcond_without vala            # Vala API (VAPI)
@@ -8,19 +8,19 @@
 Summary:       AppStream-Core library and tools
 Summary(pl.UTF-8):     Biblioteka i narzÄ™dzia AppStream-Core
 Name:          AppStream
-Version:       0.12.10
+Version:       0.12.11
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://www.freedesktop.org/software/appstream/releases/%{name}-%{version}.tar.xz
-# Source0-md5: cd27ff2139bef3942529d9bd5329fd3a
+# Source0-md5: 5bc1b8acf51fc4e9414036f02343d9e2
 URL:           https://www.freedesktop.org/wiki/Distributions/AppStream/
+%{?with_apidocs:BuildRequires: daps}
 BuildRequires: docbook-style-xsl-nons
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.58
-BuildRequires: gobject-introspection-devel >= 1.54
+BuildRequires: gobject-introspection-devel >= 1.56
 BuildRequires: gperf
-BuildRequires: itstool
 BuildRequires: libsoup-devel >= 2.56
 BuildRequires: libstdc++-devel >= 6:5
 BuildRequires: libstemmer-devel
@@ -31,6 +31,8 @@ BuildRequires:        lmdb-devel >= 0.9.24-1
 BuildRequires: meson >= 0.48
 BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig
+BuildRequires: python3 >= 1:3
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.727
 BuildRequires: sed >= 4
 BuildRequires: tar >= 1:1.22
@@ -44,11 +46,6 @@ BuildRequires:       Qt5Test-devel >= 5.0
 BuildRequires: qt5-build >= 5.0
 BuildRequires: qt5-qmake >= 5.0
 %endif
-%if %{with apidocs}
-BuildRequires: gtk-doc
-BuildRequires: publican
-BuildRequires: python3
-%endif
 Requires:      glib2 >= 1:2.58
 Requires:      libsoup >= 2.56
 Obsoletes:     PackageKit-plugin-appstream
This page took 0.212836 seconds and 4 git commands to generate.