|
@@ -11,20 +11,19 @@
|
|
# Vala/Vapi support ( upstream disabled by default, probably explains why it the build breaks often )
|
|
# Vala/Vapi support ( upstream disabled by default, probably explains why it the build breaks often )
|
|
%global vala 1
|
|
%global vala 1
|
|
|
|
|
|
-Summary: Utilities to generate, maintain and access the AppStream database
|
|
|
|
-Name: appstream
|
|
|
|
-Version: 0.12.3
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Summary: Utilities to generate, maintain and access the AppStream database
|
|
|
|
+Name: appstream
|
|
|
|
+Version: 0.12.11
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
# lib LGPLv2+, tools GPLv2+
|
|
# lib LGPLv2+, tools GPLv2+
|
|
-License: GPLv2+ and LGPLv2+
|
|
|
|
-#URL: http://www.freedesktop.org/wiki/Distributions/AppStream
|
|
|
|
-URL: https://github.com/ximion/appstream
|
|
|
|
|
|
+License: GPLv2+ and LGPLv2+
|
|
|
|
+#URL: http://www.freedesktop.org/wiki/Distributions/AppStream
|
|
|
|
+URL: https://github.com/ximion/appstream
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
-Source0: http://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
|
|
|
|
|
|
+Source0: https://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
|
|
|
|
|
|
## upstream patches (lookaside cache)
|
|
## upstream patches (lookaside cache)
|
|
|
|
|
|
@@ -43,6 +42,8 @@ BuildRequires: itstool
|
|
BuildRequires: kf5-rpm-macros
|
|
BuildRequires: kf5-rpm-macros
|
|
%endif
|
|
%endif
|
|
#BuildRequires: libstemmer-devel
|
|
#BuildRequires: libstemmer-devel
|
|
|
|
+BuildRequires: libsoup-devel
|
|
|
|
+BuildRequires: lmdb-devel
|
|
BuildRequires: pkgconfig(gio-2.0) pkgconfig(gobject-introspection-1.0)
|
|
BuildRequires: pkgconfig(gio-2.0) pkgconfig(gobject-introspection-1.0)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(packagekit-glib2)
|
|
BuildRequires: pkgconfig(packagekit-glib2)
|
|
@@ -217,6 +218,9 @@ export LANG=ja_JP.UTF-8
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12.11-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Dec 10 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12.3-2
|
|
* Mon Dec 10 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12.3-2
|
|
- initial build for Vine Linux.
|
|
- initial build for Vine Linux.
|
|
|
|
|