Browse Source

updated 2 packages

appstream-0.12.11-1

libappstream-glib-0.7.17-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12442 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
adf9697f07
2 changed files with 25 additions and 25 deletions
  1. 15 11
      a/appstream/appstream-vl.spec
  2. 10 14
      lib/liba/libappstream-glib/libappstream-glib-vl.spec

+ 15 - 11
a/appstream/appstream-vl.spec

@@ -11,20 +11,19 @@
 # Vala/Vapi support ( upstream disabled by default, probably explains why it the build breaks often )
 %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+
-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)
 
@@ -43,6 +42,8 @@ BuildRequires: itstool
 BuildRequires: kf5-rpm-macros
 %endif
 #BuildRequires: libstemmer-devel
+BuildRequires: libsoup-devel
+BuildRequires: lmdb-devel
 BuildRequires: pkgconfig(gio-2.0) pkgconfig(gobject-introspection-1.0)
 BuildRequires: pkgconfig(libxml-2.0)
 BuildRequires: pkgconfig(packagekit-glib2)
@@ -217,6 +218,9 @@ export LANG=ja_JP.UTF-8
 
 
 %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
 - initial build for Vine Linux.
 

+ 10 - 14
lib/liba/libappstream-glib/libappstream-glib-vl.spec

@@ -10,25 +10,21 @@
 Summary:	Library for AppStream metadata
 Summary(ja):	AppStream メタデータ用ライブラリ
 Name:		libappstream-glib
-Version:	0.7.15
+Version:	0.7.17
 Release:	1%{?_dist_release}
-License:	LGPLv2+
 Group:		System Environment/Libraries
-URL:		http://people.freedesktop.org/~hughsient/appstream-glib/
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
+License:	LGPLv2+
+URL:		https://people.freedesktop.org/~hughsient/appstream-glib/
 
-Source:		http://people.freedesktop.org/~hughsient/releases/appstream-glib-%{version}.tar.xz
+Source:		https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:	gtk3-devel
-BuildRequires:	libarchive-devel
-BuildRequires:	libsoup-devel >= 2.24
-BuildRequires:	gperf
-BuildRequires:	sqlite3-devel
-BuildRequires:	rpm-devel
 BuildRequires:	libyaml-devel
 BuildRequires:	gcab-devel
-BuildRequires:	gtk-doc >= 1.9
 
 BuildRequires: glib2-devel
 BuildRequires: docbook-utils
@@ -60,9 +56,6 @@ Provides: appdata-tools
 
 Obsoletes: libappstream-glib-builder-devel < 0.7.15
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
-
 %description
 This library provides GObjects and helper methods to make it easy
 to read and write AppStream metadata. It also provides a simple DOM
@@ -175,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.7.17-1
+- new usptream release.
+
 * Mon Sep 23 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.7.15-1
 - new usptream release.
 - dropped Patch0.