Misc packaging fixes

- format example yml to current standards
 - remove Makefile.toplevel as it shouldn't be in the folder
This commit is contained in:
Peter O'Connor 2017-03-21 16:38:36 +11:00
parent 9253dcff3b
commit 25334892e3
2 changed files with 10 additions and 11 deletions

View File

@ -62,8 +62,8 @@ Your folder should look something similar to this:
| common/
| your-package/
| - Makefile
| Makefile
| Makefile.common
| Makefile.toplevel
| Makefile.iso
```

View File

@ -16,17 +16,16 @@ with a predefined environment.
An example file follows:
``` yaml
name : nano
version : 2.5.1
release : 39
source :
name : nano
version : 2.5.1
release : 39
source :
- http://www.nano-editor.org/dist/v2.5/nano-2.5.1.tar.gz : e06fca01bf183f4d531aa65a28dffc0e2d10185239909eb3de797023f3453bde
license :
- GPL-3.0
component : editor
summary : Small, friendly text editor inspired by Pico
description : |
GNU nano is an easy-to-use text editor originally designed as a replacement for
license : GPL-3.0
component : editor
summary : Small, friendly text editor inspired by Pico
description: |
GNU nano is an easy-to-use text editor originally designed as a replacement for
Pico, the ncurses-based editor from the non-free mailer package Pine.
setup : |
%configure --enable-utf8 --docdir=/usr/share/doc/nano