Changes of Revision 3
[-] | Changed | apache2-mod_accouting.spec |
x 1
2 3 Name: apache2-mod_accounting 4 BuildRequires: apache2-devel 5 -BuildRequires: mysql-devel postgresql-devel 6 +BuildRequires: mysql-devel postgresql-devel sed 7 %define modname mod_accounting 8 %define apxs /usr/sbin/apxs2 9 %define apache apache2 10
11 %setup -n %{modname}-%{version} 12 %patch0 -p1 13 %patch1 14 +sed -i s@apxs2@%{apxs}@g Makefile 15 16 %build 17 %__make 18 |