]> git.pld-linux.org Git - projects/template-specs.git/blame - apache1-module.spec
- converted to UTF-8
[projects/template-specs.git] / apache1-module.spec
CommitLineData
c30177e3 1# You'll need ipv6 bcond and patch if the module alters IP related structures.
929e1f03 2%bcond_without ipv6 # disable IPv6 support
17b23367 3#
c29c2998 4# Replace MODNAME with real module name (example for mod_example)
42f7a725
ER
5# Replace VERSION with version since what confdir support was
6# introduced for the module. only needed for older .specs, not needed
7# for new packages.
17b23367
ER
8#
9%define mod_name MODNAME
10%define apxs %{_sbindir}/apxs1
3b8982ee 11Summary: Apache module: ..
17b23367
ER
12