Accepting request 261762 from GNOME:Factory
Push GNOME 3.14.2 OBS-URL: https://build.opensuse.org/request/show/261762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=7
This commit is contained in:
parent
a5b3bb4c84
commit
5085a09b3b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bc97a925f3db50d63f3bee77acf43f9936c0d4b5b53ec77ee0843898e692aa3
|
||||
size 2112680
|
3
appstream-glib-0.3.1.git.20141031.f9c620c.tar.xz
Normal file
3
appstream-glib-0.3.1.git.20141031.f9c620c.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aabc9d8764c841c5678da3743e6cce87d4ef3923c41e242ef733a92b19cf3509
|
||||
size 2114164
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 16:46:45 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to 0.3.1.git.20141031:
|
||||
+ Fix make check run in chroot.
|
||||
+ Merge appdata-validate.
|
||||
- Enable make check.
|
||||
- Obsolete and provide appdata-tools by the -devel package:
|
||||
appdata-tools has been merged into appstream glib and the
|
||||
resulting binary is shipped in our -devel package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 10:41:51 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.3.1.git.20141030.7a5f76a
|
||||
Version: 0.3.1.git.20141031.f9c620c
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -123,6 +123,9 @@ Requires: libappstream-builder7 = %{version}
|
||||
Requires: libappstream-glib7 = %{version}
|
||||
Requires: typelib-1_0-AppStreamBuilder-1_0 = %{version}
|
||||
Requires: typelib-1_0-AppStreamGlib-1_0 = %{version}
|
||||
# appdata-tools was consumed into appstream-glib and is no longer maintained upstream
|
||||
Obsoletes: appdata-tools < 0.1.9
|
||||
Provides: appdata-tools = 0.1.9
|
||||
|
||||
%description devel
|
||||
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
|
||||
@ -158,6 +161,9 @@ rm %{buildroot}%{_datadir}/installed-tests/appstream-glib/*.test
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -n libappstream-glib7 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libappstream-glib7 -p /sbin/ldconfig
|
||||
@ -196,6 +202,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/appdata-validate
|
||||
%{_datadir}/aclocal/appdata-xml.m4
|
||||
%{_datadir}/aclocal/appstream-xml.m4
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
||||
|
Loading…
Reference in New Issue
Block a user