diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,14 +1,16 @@
name : unibilium
-version : 1.2.0
-release : 1
+version : 1.2.1
+release : 2
source :
- - https://github.com/mauke/unibilium/archive/v1.2.0.tar.gz : 623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8
-license : LGPL3
+ - https://github.com/mauke/unibilium/archive/v1.2.1.tar.gz : 6045b4f6adca7b1123284007675ca71f718f70942d3a93d8b9fa5bd442006ec1
+license : LGPL-3.0
component : programming
summary : A terminfo parsing library
description: |
- A terminfo parsing library
+ Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn't depend on curses or any other library. It also doesn't use global variables, so it should be thread-safe.
build : |
%make PREFIX=/usr
install : |
%make_install PREFIX=/usr LIBDIR=%libdir%
+check : |
+ %make test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,20 +2,20 @@
unibilium
- Joshua Strobl
- joshua@stroblindustries.com
+ Pierre-Yves
+ pyu@riseup.net
- LGPL3
+ LGPL-3.0programmingA terminfo parsing library
- A terminfo parsing library
+ Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn't depend on curses or any other library. It also doesn't use global variables, so it should be thread-safe.
https://solus-project.com/sources/README.SolusunibiliumA terminfo parsing library
- A terminfo parsing library
+ Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn't depend on curses or any other library. It also doesn't use global variables, so it should be thread-safe.
programming
@@ -26,11 +26,11 @@
unibilium-develDevelopment files for unibilium
- A terminfo parsing library
+ Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn't depend on curses or any other library. It also doesn't use global variables, so it should be thread-safe.
programming.devel
- unibilium
+ unibilium/usr/include/
@@ -39,12 +39,12 @@
-
- 2016-05-28
- 1.2.0
+
+ 2017-11-27
+ 1.2.1Packaging update
- Joshua Strobl
- joshua@stroblindustries.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file