]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
- bcmath optional
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 11 Jan 2010 13:13:08 +0000 (13:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki.spec -> 1.72

dokuwiki.spec

index 7b0d4d393d715dc4172cc6fd53018c7ca06d0535..a990bc8f96f96d2b53844a9d441311356006ff99 100644 (file)
@@ -6,7 +6,7 @@ Summary:        PHP-based Wiki webapplication
 Summary(pl.UTF-8):     Aplikacja WWW Wiki oparta na PHP
 Name:          dokuwiki
 Version:       %{ver}
-Release:       0.18
+Release:       0.19
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
@@ -70,7 +70,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautopear     'pear(/usr/share/php/geshi.php)' 'pear(/usr/share/php/adLDAP.php)'
 
 # exclude optional php dependencies
-%define                _noautophp      'php(bzip2)' php(zip) php(date) php(ftp) php(hash) php(ldap) php(mbstring) php(mysql) php(pgsql) php(tokenizer)
+%define                _noautophp      php(bzip2) php(bcmath) php(zip) php(date) php(ftp) php(hash) php(ldap) php(mbstring) php(mysql) php(pgsql) php(tokenizer)
 
 # we don't want php(xxx) being resolved to php-xxx
 %define                _noautoreqdep   '^php(.*)'
This page took 0.037104 seconds and 4 git commands to generate.