New upstream version
This commit is contained in:
parent
8624f45d7c
commit
5430b75da8
3 changed files with 13 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/appdata-tools-0.1.0.tar.xz
|
||||
/appdata-tools-0.1.1.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Tools for AppData files
|
||||
Name: appdata-tools
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1
|
||||
Release: 1%{?alphatag}%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appdata/
|
||||
|
|
@ -32,7 +32,17 @@ make %{?_smp_mflags}
|
|||
%doc AUTHORS COPYING NEWS README
|
||||
%{_bindir}/appdata-validate
|
||||
%{_mandir}/man1/appdata-validate.1.gz
|
||||
%dir %{_datadir}/appdata/schema
|
||||
%{_datadir}/appdata/schema/appdata.xsd
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1328f199b5856938df2681c8d9d2ab5b appdata-tools-0.1.0.tar.xz
|
||||
b490072cc338e0cf9c613d252acec86f appdata-tools-0.1.1.tar.xz
|
||||
|
|
|
|||
Reference in a new issue