diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 888abef..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/appdata-tools-0.1.0.tar.xz -/appdata-tools-0.1.1.tar.xz -/appdata-tools-0.1.2.tar.xz -/appdata-tools-0.1.3.tar.xz -/appdata-tools-0.1.4.tar.xz -/appdata-tools-0.1.5.tar.xz -/appdata-tools-0.1.6.tar.xz diff --git a/appdata-tools.spec b/appdata-tools.spec deleted file mode 100644 index 20d5f16..0000000 --- a/appdata-tools.spec +++ /dev/null @@ -1,102 +0,0 @@ -Summary: Tools for AppData files -Name: appdata-tools -Version: 0.1.6 -Release: 1%{?alphatag}%{?dist} -License: GPLv2+ -URL: http://people.freedesktop.org/~hughsient/appdata/ -Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz - -Requires: emacs-filesystem - -BuildRequires: gettext -BuildRequires: intltool -BuildRequires: libxslt -BuildRequires: docbook-style-xsl -BuildRequires: glib2-devel >= 2.25.9-2 -BuildRequires: libsoup-devel -BuildRequires: gdk-pixbuf2-devel -BuildRequires: trang -BuildRequires: python-lxml > 2.3 -BuildRequires: emacs - -%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 --enable-schemas -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 -%dir %{_datadir}/appdata/schema -%{_datadir}/appdata/schema/appdata.xsd -%{_datadir}/appdata/schema/appdata.rnc -%{_datadir}/appdata/schema/appdata.rng -%{_datadir}/appdata/schema/appdata.sch -%{_datadir}/appdata/schema/schema-locating-rules.xml -%{_datadir}/aclocal/appdata-xml.m4 -%{_emacs_sitestartdir}/appdata-rng-init.el - -%changelog -* Fri Nov 08 2013 Richard Hughes 0.1.6-1 -- New upstream release -- Fix up several warnings spotted when building with -Wformat -- Fix the schema install logic - -* Fri Nov 08 2013 Richard Hughes 0.1.5-1 -- New upstream release -- Add a style rule to require 300 chars of

content before