]> git.pld-linux.org Git - packages/adodblite.git/commitdiff
- unify docs->doc bcond
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Apr 2007 11:32:23 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adodblite.spec -> 1.8

adodblite.spec

index 9eef84ab9ad9ec8221417e73f51764b82fcf1e40..55fdf07ec5e98145c9f02a3498133843a099d22f 100644 (file)
@@ -1,6 +1,6 @@
 
 %bcond_with    tests           # build with tests
-%bcond_without docs    # build without documentation
+%bcond_without doc     # build without documentation
 
 %define _major  1
 %define _minor  04
@@ -58,7 +58,7 @@ install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/adodbSQL_drivers/{fbsql,maxdb,
 cp -af *.php adodbSQL_drivers generic_modules session \
        $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
 
-%if %{with docs}
+%if %{with doc}
 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
 cp -af documentation/* $RPM_BUILD_ROOT%{_docdir}/%{name}
 %endif
@@ -73,6 +73,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{php_pear_dir}/%{name}
-%if %{with docs}
+%if %{with doc}
 %{_docdir}/%{name}
 %endif
This page took 0.109138 seconds and 4 git commands to generate.