diff --git a/.gitignore b/.gitignore index e69de29..a732a35 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/appdata-tools-0.1.0.tar.xz diff --git a/appdata-tools.spec b/appdata-tools.spec new file mode 100644 index 0000000..89f92c5 --- /dev/null +++ b/appdata-tools.spec @@ -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 0.1.0-1 +- First version for Fedora package review diff --git a/sources b/sources index e69de29..e11ad44 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1328f199b5856938df2681c8d9d2ab5b appdata-tools-0.1.0.tar.xz