New upstream release
This commit is contained in:
parent
e48e3187a7
commit
560cd24241
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/appstream-glib-0.2.5.tar.xz
|
||||
/appstream-glib-0.3.0.tar.xz
|
||||
/appstream-glib-0.3.1.tar.xz
|
||||
/appstream-glib-0.3.2.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.3.1
|
||||
Version: 0.3.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
@ -15,13 +15,13 @@ BuildRequires: gperf
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
|
||||
# for the builder component
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: sqlite-devel
|
||||
@ -30,6 +30,10 @@ BuildRequires: sqlite-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
|
||||
# no longer required
|
||||
Obsoletes: appdata-tools < 0.1.9
|
||||
Provides: appdata-tools
|
||||
|
||||
%description
|
||||
This library provides GObjects and helper methods to make it easy to read and
|
||||
write AppStream metadata. It also provides a simple DOM implementation that
|
||||
@ -91,6 +95,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_libdir}/libappstream-glib.so.7*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_bindir}/appstream-util
|
||||
%{_bindir}/appdata-validate
|
||||
%dir %{_datadir}/bash-completion/completions/
|
||||
%{_datadir}/bash-completion/completions/appstream-util
|
||||
%{_mandir}/man1/appstream-util.1.gz
|
||||
@ -102,7 +107,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_includedir}/libappstream-glib/*.h
|
||||
%{_datadir}/gtk-doc/html/appstream-glib
|
||||
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
||||
%{_datadir}/aclocal/appstream-xml.m4
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_datadir}/installed-tests/appstream-glib/*.test
|
||||
|
||||
%files builder
|
||||
@ -122,6 +127,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Tue Nov 04 2014 Richard Hughes <richard@hughsie.com> 0.3.2-1
|
||||
- New upstream release
|
||||
- Add a simple 'search' command to appstream-util
|
||||
- Add some more valid metadata licenses
|
||||
- Do not generate metadata with an icon prefix
|
||||
- Obsolete the appdata-tools package
|
||||
- Show the kudo stats on the status page
|
||||
|
||||
* Tue Oct 21 2014 Richard Hughes <richard@hughsie.com> 0.3.1-1
|
||||
- New upstream release
|
||||
- Add an --enable-hidpi argument to appstream-builder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user