]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- adapterized and made spec %%debug ready or using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 00:42:07 +0000 (00:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_dav.spec -> 1.7

apache1-mod_dav.spec

index 0404fd74f8838f9db26498a046995361ced1fb4a..cdf6df64d7d2e193a19b5698a4bb9b7e9f93fe3d 100644 (file)
@@ -42,12 +42,12 @@ plikami i katalogami serwera Web, oraz ich w
 %setup -q -n mod_%{mod_name}-%{version}-%{apache_version}
 
 %build
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} %{?debug:-g -O0}"
 %configure \
        --with-apxs=%{_sbindir}/apxs
-%{__make} APXS=/usr/sbin/apxs
+%{__make} APXS=%{_sbindir}/apxs
 
 %install
+rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install lib%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}/
This page took 0.030619 seconds and 4 git commands to generate.