1
2
3
4
5
6
7
8
9
10
11
12
13
| prefix=@prefix@
| exec_prefix=${prefix}
| libdir=@libdir@
| includedir=@includedir@
|
| Name: libsemanage
| Description: SELinux management library
| Version: @VERSION@
| URL: http://userspace.selinuxproject.org/
| Requires.private: libselinux libsepol
| Libs: -L${libdir} -lsemanage
| Libs.private: -lbz2
| Cflags: -I${includedir}
|
|