X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=blobdiff_plain;f=mod_auth_gssapi.spec;h=428704661d8c6ce480bced3b65ddae62d1533743;hp=40405fd68f5e4f38061b754c55991d9c0e2f05a2;hb=HEAD;hpb=e567776c539ed2c750277afbfc51c2a4b9d1e9bd diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index 40405fd..4287046 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -14,9 +14,10 @@ users of the Apache HTTP server using the SPNEGO-based HTTP Authentication protocol defined in RFC4559. %prep -%setup -q -n mod_auth_kerb-moonshot +%setup -q -n mod_auth_gssapi %build +autoreconf -i %configure make @@ -29,7 +30,7 @@ install -m 755 .libs/mod_auth_gssapi.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules # install the conf.d fragment mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d -install -m 644 $RPM_SOURCE_DIR/mod_auth_gssapi.conf \ +install -m 644 mod_auth_gssapi.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/auth_gssapi.conf rm -f $RPM_BUILD_ROOT%{_libdir}/httpd/modules/{*.la,*.so.*}