0.11.6
This commit is contained in:
parent
5cbf395824
commit
b4242d0f82
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
/AppStream-0.11.4.tar.xz
|
||||
/AppStream-0.11.5.tar.xz
|
||||
/0007-vapi-Include-the-right-header.patch
|
||||
/AppStream-0.11.6.tar.xz
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Utilities to generate, maintain and access the AppStream database
|
||||
Name: appstream
|
||||
Version: 0.11.5
|
||||
Release: 4%{?dist}
|
||||
Version: 0.11.6
|
||||
Release: 1%{?dist}
|
||||
|
||||
# lib LGPLv2+, tools GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -14,7 +14,6 @@ URL: https://github.com/ximion/appstream
|
||||
Source0: http://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
|
||||
|
||||
## upstream patches (lookaside cache)
|
||||
Patch7: 0007-vapi-Include-the-right-header.patch
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
@ -80,12 +79,13 @@ Requires: vala
|
||||
|
||||
%build
|
||||
%{meson} \
|
||||
-Denable-qt=true \
|
||||
-Denable-vapi=true \
|
||||
-Denable-docs=true
|
||||
-Dqt=true \
|
||||
-Dvapi=true \
|
||||
-Ddocs=true
|
||||
|
||||
%{meson_build}
|
||||
|
||||
|
||||
%install
|
||||
%{meson_install}
|
||||
|
||||
@ -112,7 +112,7 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
|
||||
|
||||
## use file triggers instead of static pkg names
|
||||
## other repos can provide appdata too
|
||||
%if 1
|
||||
%if 0%{?fedora} > 25
|
||||
## not sure how smart appstreamcli is about cache validation
|
||||
## to judge if --force is really needed here or not -- rex
|
||||
%transfiletriggerin -- %{_datadir}/app-info/xmls
|
||||
@ -176,6 +176,9 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.11.6-1
|
||||
- 0.11.6
|
||||
|
||||
* Thu Sep 14 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.11.5-4
|
||||
- pull in upstream vala workaround
|
||||
|
||||
|
||||
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (AppStream-0.11.5.tar.xz) = d822a263e611c7485b8090f126c0ed151716fed3cf0992fcff939c9a217ea60cda9dee735163f3a28e6b724551d678b74e36796717649919dfe9632421bb8392
|
||||
SHA512 (0007-vapi-Include-the-right-header.patch) = 11e94d85179dc2ea43ba3c982107a7dbd6aca9d45fc6340ef10799e37535161f80159c921507210d474d337a682d55118a32d3a4ec14346d64ec9b2358f33860
|
||||
SHA512 (AppStream-0.11.6.tar.xz) = 94ecbd9d5d9de5eae3ecd50d3ca206ad3020f25160b434ffa70969857658a788d86df0bd160ec6d60ba2693cd3fcec189b6f876411d9cf0a6de4882b121e6f1d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user