ipfire-3.x/libtevent/libtevent.nm

59 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libtevent
version = 0.15.0
release = 1
thisapp = tevent-%{version}
groups = System/Libraries
url = https://tevent.samba.org/
license = LGPLv3+
summary = The tevent library.
description
Tevent is an event system based on the talloc memory management library.
Tevent has support for many event types, including timers, signals, and
the classic file descriptor events.
end
source_dl = https://samba.org/ftp/tevent/
build
requires
cmocka-devel
docbook-utils
docbook-xsl
libtalloc-devel >= 2.3.4
libxcrypt-devel
python3-devel
end
configure_options += \
--disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE
test
make check
end
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package python3-tevent
template PYTHON3
end
package %{name}-debuginfo
template DEBUGINFO
end
end