|
2 | 2 | %global json_glib_version 1.1.2 |
3 | 3 | %global gdk_pixbuf_version 2.31.5 |
4 | 4 |
|
5 | | -Summary: Library for AppStream metadata |
6 | | -Name: libappstream-glib |
7 | | -Version: 0.8.2 |
8 | | -Release: 4%{?dist} |
9 | | -License: LGPL-2.0-or-later |
10 | | -Vendor: Microsoft Corporation |
11 | | -Distribution: Azure Linux |
12 | | -URL: http://people.freedesktop.org/~hughsient/appstream-glib/ |
13 | | -Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz |
| 5 | +Summary: Library for AppStream metadata |
| 6 | +Name: libappstream-glib |
| 7 | +Version: 0.8.3 |
| 8 | +Release: 1%{?dist} |
| 9 | +License: LGPL-2.0-or-later |
| 10 | +Vendor: Microsoft Corporation |
| 11 | +Distribution: Azure Linux |
| 12 | +URL: https://people.freedesktop.org/~hughsient/appstream-glib/ |
| 13 | +Source0: https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz |
14 | 14 |
|
15 | 15 | BuildRequires: glib2-devel >= %{glib2_version} |
16 | 16 | BuildRequires: docbook-utils |
@@ -76,12 +76,11 @@ This library and command line tool is used for building AppStream metadata |
76 | 76 | from a directory of packages. |
77 | 77 |
|
78 | 78 | %prep |
79 | | -%autosetup -p1 -Sgit -n appstream-glib-%{version} |
| 79 | +%autosetup -p1 -n appstream-glib-%{version} |
80 | 80 |
|
81 | 81 | %build |
82 | 82 | %meson \ |
83 | 83 | -Dgtk-doc=false \ |
84 | | - -Dstemmer=true \ |
85 | 84 | -Ddep11=false |
86 | 85 | %meson_build |
87 | 86 |
|
@@ -130,6 +129,10 @@ from a directory of packages. |
130 | 129 | %{_mandir}/man1/appstream-builder.1.gz |
131 | 130 |
|
132 | 131 | %changelog |
| 132 | +* Fri Mar 21 2025 Jyoti kanase <[email protected]> - 0.8.3-1 |
| 133 | +- Upgrade to 0.8.3 |
| 134 | +- License Verified. |
| 135 | + |
133 | 136 | * Tue Feb 14 2023 Muhammad Falak <[email protected]> - 0.8.2-4 |
134 | 137 | - Drop docs generation to fix build |
135 | 138 |
|
|
0 commit comments