[config] Added rpm spec file

Build/dist rpm spec file, include -with/without options for all
supported features (defaults same as configure).
This commit is contained in:
Scott Shambarger
2016-12-27 15:57:41 -08:00
parent 17d3058147
commit a1498fbe4f
4 changed files with 182 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([forked-daapd], [24.2])
RPM_RELEASE=1
AC_SUBST(RPM_RELEASE)
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
@@ -306,5 +309,6 @@ AC_CONFIG_FILES([
src/Makefile
sqlext/Makefile
Makefile
forked-daapd.spec
])
AC_OUTPUT