diff options
author | Richard Hughes <richard@hughsie.com> | 2014-10-30 14:45:44 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-10-30 14:48:13 +0000 |
commit | 2a2436de04cc3cd1ae6144785ed089449d2f5f29 (patch) | |
tree | 382089ee4e8e43a677d9076d6553445bb4b7ae39 /contrib/libappstream-glib.spec.in | |
parent | 7a5f76a6ceb685c4468ed0afeea76cd3c937ec1f (diff) | |
download | appstream-glib-2a2436de04cc3cd1ae6144785ed089449d2f5f29.tar.gz |
Obsolete the appdata-tools package
Diffstat (limited to 'contrib/libappstream-glib.spec.in')
-rw-r--r-- | contrib/libappstream-glib.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/libappstream-glib.spec.in b/contrib/libappstream-glib.spec.in index dddcb6d..d73ef34 100644 --- a/contrib/libappstream-glib.spec.in +++ b/contrib/libappstream-glib.spec.in @@ -31,6 +31,9 @@ BuildRequires: sqlite-devel BuildRequires: libxslt BuildRequires: docbook-style-xsl +# no longer required +Obsoletes: appdata-tools < 0.1.9 + %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 @@ -103,7 +106,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 |