Name: | libnih |
---|---|
Version: | 1.0.1 |
Release: | 6.el6 |
Architecture: | i686 |
Group: | System Environment/Libraries |
Size: | 478042 |
License: | GPLv2 |
RPM: | libnih-1.0.1-6.el6.i686.rpm |
Source RPM: | libnih-1.0.1-6.el6.src.rpm |
Build Date: | Tue Jul 06 2010 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | https://launchpad.net/libnih |
Summary: | Lightweight application development library |
Description: | libnih is a small library for C application development containing functions that, despite its name, are not implemented elsewhere in the standard library set. libnih is roughly equivalent to other C libraries such as glib, except that its focus is on a small size and intended for applications that sit very low in the software stack, especially outside of /usr. |
- Add "make check" with "--with check" option
- Remove libtool patch as it is no longer necessary
- Fix explicit path issue - Fix unused shlib dependency issue
- Require pkgconfig for -devel - Fill out buildrequires
- Move library to /lib
- Initial packaging