New upstream release
This commit is contained in:
parent
e6a4f5a638
commit
525eb51f83
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user