# # TODO: # Summary clean +pl, description, %define mod_name vhost_mysql %define apxs /usr/sbin/apxs Summary: Apache vhost in mysql Name: apache-mod_%{mod_name} Version: 0.10 Release: 0.1 License: GPL Group: Networking/Daemons Source0: http://fabienne.tc2.utelisys.net/~skinkie/mod_%{mod_name}2/mod_%{mod_name}2-%{version}.tar.gz # Source0-md5: c47c8dc4ac41e9ed2c91a239c876d272 BuildRequires: %{apxs} BuildRequires: apache-devel BuildRequires: db-devel >= 4.2.52 BuildRequires: mysql-devel Requires(post,preun): %{apxs} Requires: apache BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %(%{apxs} -q LIBEXECDIR) %description %prep %setup -q -n mod_%{mod_name}2-%{version} %build %{__make} APXS=apxs %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_pkglibdir} install .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} %clean rm -rf $RPM_BUILD_ROOT %post %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi %preun if [ "$1" = "0" ]; then %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi fi %files %defattr(644,root,root,755) %doc README vh.sql %attr(755,root,root) %{_pkglibdir}/*