New upstream release
This commit is contained in:
parent
ff3f583bc4
commit
6bc0161e11
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/appstream-glib-0.3.6.tar.xz
|
||||
/appstream-glib-0.4.0.tar.xz
|
||||
/appstream-glib-0.4.1.tar.xz
|
||||
/appstream-glib-0.5.0.tar.xz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.4.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
|
||||
@ -96,7 +96,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%files -f appstream-glib.lang
|
||||
%doc README.md AUTHORS NEWS COPYING
|
||||
%{_libdir}/libappstream-glib.so.7*
|
||||
%{_libdir}/libappstream-glib.so.8*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_bindir}/appstream-util
|
||||
%{_bindir}/appdata-validate
|
||||
@ -119,7 +119,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_bindir}/appstream-builder
|
||||
%{_datadir}/bash-completion/completions/appstream-builder
|
||||
%{_libdir}/asb-plugins-%{as_plugin_version}/*.so
|
||||
%{_libdir}/libappstream-builder.so.7*
|
||||
%{_libdir}/libappstream-builder.so.8*
|
||||
%{_mandir}/man1/appstream-builder.1.gz
|
||||
|
||||
%files builder-devel
|
||||
@ -131,6 +131,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.5.0-1
|
||||
- New upstream release
|
||||
- Add support for the flashed firmware provide kind
|
||||
- Make the DriverVer in the .inf file optional
|
||||
- Show a better error message when there's not enough text
|
||||
|
||||
* Wed Jul 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4.1-2
|
||||
- Rebuilt for rpm 4.12.90
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user