%if 0%{?suse_version} > 1230 %define macros_dir %{_rpmconfigdir}/macros.d %else %define macros_dir %{_sysconfdir}/rpm %endif Summary: Apache RPM Macros Name: apache-rpm-macros-control Version: 20151110 Release: %mkrel 1 License: Apache-2.0 Group: Networking/Other Url: http://httpd.apache.org/ Source1: macros.apache-control %description Macros intended for Apache restarts in rpm scriptlets. %prep %{nil} %build %{nil} %install mkdir -p %{buildroot}%{macros_dir} install -m 644 %{SOURCE1} %{buildroot}%{macros_dir} %files %dir %{macros_dir} %{macros_dir}/macros.apache*