First public release of appdata-tools

This commit is contained in:
Richard Hughes 2013-09-18 14:22:26 +01:00
commit 8624f45d7c
3 changed files with 40 additions and 0 deletions

1
.gitignore vendored
View file

@ -0,0 +1 @@
/appdata-tools-0.1.0.tar.xz

38
appdata-tools.spec Normal file
View file

@ -0,0 +1,38 @@
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

View file

@ -0,0 +1 @@
1328f199b5856938df2681c8d9d2ab5b appdata-tools-0.1.0.tar.xz