New upstream release
This commit is contained in:
parent
4afac467ee
commit
c903a8def8
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/appstream-glib-0.1.1.tar.xz
|
||||
/appstream-glib-0.1.2.tar.xz
|
||||
/appstream-glib-0.1.3.tar.xz
|
||||
/appstream-glib-0.1.4.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
@ -12,6 +12,9 @@ BuildRequires: docbook-utils
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
|
||||
%description
|
||||
This library provides GObjects and helper methods to make it easy to read and
|
||||
@ -51,6 +54,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la
|
||||
%doc README.md AUTHORS NEWS COPYING
|
||||
%{_libdir}/libappstream-glib.so.1*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_bindir}/appstream-util
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libappstream-glib.so
|
||||
@ -61,6 +65,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%changelog
|
||||
* Fri Apr 25 2014 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
||||
- New upstream release
|
||||
- Add some more API for createrepo_as and gnome-software
|
||||
- Add tool appstream-util
|
||||
|
||||
* Thu Apr 10 2014 Richard Hughes <richard@hughsie.com> 0.1.3-1
|
||||
- New upstream release
|
||||
- Add new API required by gnome-software
|
||||
|
||||
Loading…
Reference in New Issue
Block a user