Compare commits

..

6 commits

Author SHA1 Message Date
Richard Hughes
80be5848d2 Obsoleted by libappstream-glib 2014-11-06 10:49:32 +00:00
Kalev Lember
e0ed461d5f Rebuilt for libappstream-glib soname bump 2014-09-03 13:55:12 +02:00
Peter Robinson
5bd965b016 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 20:45:08 +00:00
Dennis Gilmore
1b1e81f6cf - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 20:10:54 -05:00
Richard Hughes
b79659eea4 New upstream release 2014-05-28 16:26:42 +01:00
Richard Hughes
81eed20243 New upstream release 2014-01-24 15:59:38 +00:00
4 changed files with 1 additions and 119 deletions

8
.gitignore vendored
View file

@ -1,8 +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
/appdata-tools-0.1.7.tar.xz

View file

@ -1,110 +0,0 @@
Summary: Tools for AppData files
Name: appdata-tools
Version: 0.1.7
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 Jan 24 2014 Richard Hughes <richard@hughsie.com> 0.1.7-1
- New upstream release
- Add configure conditional to control validation
- Correct a validation warning when using a translated list
- Output the line and char number when printing problems
- Pass --nonet to appdata-validate in appdata-xml.m4
- Validate APPDATA_XML files during check phase
* Fri Nov 08 2013 Richard Hughes <richard@hughsie.com> 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 <richard@hughsie.com> 0.1.5-1
- New upstream release
- Add a style rule to require 300 chars of <p> content before <ul>
- Add an --output-format parameter that can optionally output HTML or XML
- Add simple APPDATA_XML m4 macro
- Allow GFDL as an acceptable content licence
- Generate appdata.rng from appdata.rnc at build time
- Host an online version of the AppData validation tool
- Ignore the <compulsory_for_desktop> private key
- Install included RELAX NG schema and make it automatically loadable by Emacs
- Support the 'codec' AppData kind
- Validate AppData files with metadata keys
* Mon Oct 07 2013 Richard Hughes <richard@hughsie.com> 0.1.4-1
- New upstream version
- Add some tests to validate <screenshots>
- Check the screenshots conform to the new size requirements
- Detect AppData files with missing copyright comments
- Detect files with missing XML headers
* Tue Sep 24 2013 Richard Hughes <richard@hughsie.com> 0.1.3-1
- New upstream version
- Add a rule that <li> tags should not end with a full stop
- Allow names and sumaries to end with '.' if there are multiple dots
- Detect if <application> is used more that once
- Support AppData files of other kinds
* Fri Sep 20 2013 Richard Hughes <richard@hughsie.com> 0.1.2-1
- New upstream version
- Add some more restrictions, and have different values for --relax
- Add --version, --verbose and --relax command line switches
- Allow short paragraphs when introducing a list
- Do not count translated paragraphs in the description check
- Do not fail to validate when the translatable tags are duplicated
- Require punctuation in the right places
* Wed Sep 18 2013 Richard Hughes <richard@hughsie.com> 0.1.1-1
- New upstream version
- Add an xsd file to validate the AppStream XML
- Allow <name> and <summary> data in appdata files
- Assign each problem a kind
- Detect starting a description with 'This application'
- Fail validation if tags are duplicated
* Tue Sep 17 2013 Richard Hughes <richard@hughsie.com> 0.1.0-1
- First version for Fedora package review

1
dead.package Normal file
View file

@ -0,0 +1 @@
Obsoleted by libappstream-glib

View file

@ -1 +0,0 @@
adc82ce1d396c45203a842a508114ead appdata-tools-0.1.7.tar.xz