38 lines
921 B
RPMSpec
38 lines
921 B
RPMSpec
Summary: Tools for AppData files
|
|
Name: appdata-tools
|
|
Version: 0.1.0
|
|
Release: 1%{?alphatag}%{?dist}
|
|
License: GPLv2+
|
|
URL: http://people.freedesktop.org/~hughsient/appdata/
|
|
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: gettext
|
|
BuildRequires: intltool
|
|
BuildRequires: libxslt
|
|
BuildRequires: docbook-style-xsl
|
|
BuildRequires: glib2-devel >= 2.25.9-2
|
|
|
|
%description
|
|
appdata-tools contains a command line program designed to validate AppData
|
|
application descriptions for standards compliance and to the style guide.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%find_lang %name
|
|
|
|
%files -f %{name}.lang
|
|
%doc AUTHORS COPYING NEWS README
|
|
%{_bindir}/appdata-validate
|
|
%{_mandir}/man1/appdata-validate.1.gz
|
|
|
|
%changelog
|
|
* Tue Sep 17 2013 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
|
- First version for Fedora package review
|