New upstream release

This commit is contained in:
Richard Hughes 2014-09-01 15:06:33 +01:00
parent e6a4f5a638
commit 525eb51f83
3 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/appstream-glib-0.2.3.tar.xz
/appstream-glib-0.2.4.tar.xz
/appstream-glib-0.2.5.tar.xz
/appstream-glib-0.3.0.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.2.5
Version: 0.3.0
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -64,6 +64,7 @@ GLib headers and libraries for appstream-builder.
%build
%configure \
--enable-gtk-doc \
--disable-dep11 \
--disable-static \
--disable-silent-rules \
--disable-dependency-tracking
@ -87,7 +88,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%files -f appstream-glib.lang
%doc README.md AUTHORS NEWS COPYING
%{_libdir}/libappstream-glib.so.1*
%{_libdir}/libappstream-glib.so.7*
%{_libdir}/girepository-1.0/*.typelib
%{_bindir}/appstream-util
%dir %{_datadir}/bash-completion/completions/
@ -109,7 +110,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_bindir}/appstream-builder
%{_datadir}/bash-completion/completions/appstream-builder
%{_libdir}/asb-plugins/*.so
%{_libdir}/libappstream-builder.so.1*
%{_libdir}/libappstream-builder.so.7*
%{_mandir}/man1/appstream-builder.1.gz
%files builder-devel
@ -121,6 +122,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Mon Sep 01 2014 Richard Hughes <richard@hughsie.com> 0.3.0-1
- New upstream release
- Add a new kudo for high contrast icons
- A keyword search match is better than the project name
- Allow desktop->addon demotion with an AppData file
- Allow translated keywords
- Conform to the actual SPDX 2.0 license expression syntax
- Ignore AppData screenshots with xml:lang attributes
- Metadata licenses like 'CC0 and CC-BY-3.0' are content licenses
- Update the SPDX license list to v1.20
* Mon Aug 18 2014 Richard Hughes <richard@hughsie.com> 0.2.5-1
- New upstream release
- Add check-root to appstream-util

View File

@ -1 +1 @@
925a056455b4eef441e692423ac0c5c5 appstream-glib-0.2.5.tar.xz
f4be91093be4d43856258766684e7744 appstream-glib-0.3.0.tar.xz