Name: appdata-tools Version: 0.1.8 Release: 1mamba Summary: Tools to validate AppData files to conform to standard specification Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/hughsie/appdata-tools Source: http://people.freedesktop.org/~hughsient/releases/appdata-tools-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libappstream-glib-devel BuildRequires: libatk-devel BuildRequires: libbzip2-devel BuildRequires: libcairo-devel BuildRequires: libexpat-devel BuildRequires: libffi-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libgraphite2-devel BuildRequires: libgtk-devel BuildRequires: libharfbuzz-devel BuildRequires: liblzma-devel BuildRequires: libpango-devel BuildRequires: libpng-devel BuildRequires: libselinux-devel BuildRequires: libsoup-devel BuildRequires: libsqlite-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The appdata-tools is used to validate AppData files to conform to standard specification. %debug_package %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %find_lang %{name} || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/appdata-validate %dir %{_datadir}/appdata %dir %{_datadir}/appdata/schema %{_datadir}/appdata/schema/appdata.rnc %{_datadir}/appdata/schema/appdata.xsd %{_datadir}/appdata/schema/schema-locating-rules.xml %{_datadir}/emacs/site-lisp/site-start.d/appdata-rng-init.el %{_datadir}/aclocal/appdata-xml.m4 %{_mandir}/man1/appdata-validate.1* %doc AUTHORS COPYING #% doc ChangeLog NEWS README %changelog * Wed Aug 20 2014 Silvan Calarco 0.1.8-1mamba - package created using the webbuild interface