Skip to content

Commit 807747d

Browse files
alejandro-perezsimo5
authored andcommitted
Some improvements on the spec file
* Now, version is automatically taken from the configure script * Added bison and flex as BuildRequire Signed-off-by: Alejandro Perez <alex.perez-mendez@jisc.ac.uk>
1 parent 9c555e2 commit 807747d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ AC_SUBST([MAG_CFLAGS])
127127
AC_SUBST([MAG_LIBS])
128128
AC_SUBST([LIBTOOL])
129129

130-
AC_CONFIG_FILES([Makefile src/Makefile src/asn1c/Makefile tests/Makefile])
130+
AC_CONFIG_FILES([Makefile src/Makefile src/asn1c/Makefile tests/Makefile
131+
contrib/mod_auth_gssapi.spec])
131132

132133
AC_OUTPUT
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mod_auth_gssapi
2-
Version: 1.3.2
2+
Version: @VERSION@
33
Release: 1%{?dist}
44
Summary: A GSSAPI Authentication module for Apache
55

@@ -8,7 +8,7 @@ License: MIT
88
URL: https://github.com/modauthgssapi/mod_auth_gssapi
99
Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz
1010

11-
BuildRequires: httpd-devel, krb5-devel, openssl-devel
11+
BuildRequires: httpd-devel, krb5-devel, openssl-devel, bison, flex
1212
Requires: httpd-mmn = %{_httpd_mmn}
1313
Requires: krb5-libs >= 1.11.5
1414

0 commit comments

Comments
 (0)