]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
- build with php autodep solver
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Dec 2009 19:01:55 +0000 (19:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki.spec -> 1.65

dokuwiki.spec

index c15b054f572a8afddc4cbb7e78ecd733e19b4403..0dde8de9ab268d68f1980b93fa05e81850b80320 100644 (file)
@@ -1,10 +1,11 @@
 %define                subver  2009-12-02
 %define                ver     %(echo %{subver} | tr -d -)
+%include       /usr/lib/rpm/macros.php
 Summary:       PHP-based Wiki webapplication
 Summary(pl.UTF-8):     Aplikacja WWW Wiki oparta na PHP
 Name:          dokuwiki
 Version:       %{ver}
-Release:       0.9
+Release:       0.10
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-rc%{subver}.tgz
@@ -39,6 +40,7 @@ Patch18:      install.patch
 Patch19:       pld-branding.patch
 Patch20:       fixprivilegeescalationbug.diff
 URL:           http://www.dokuwiki.org/dokuwiki
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.520
 Requires:      geshi >= 1.0.7.19
 Requires:      php-common >= 4:5.1.2
@@ -61,6 +63,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _localstatedir  /var/lib/%{name}
 %define                find_lang       %{_usrlibrpm}/dokuwiki-find-lang.sh %{buildroot}
 
+# bad depsolver
+%define                _noautoreq      'pear(/usr/share/php/geshi.php)'
+
 %description
 DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at
 creating documentation of any kind. It is targeted at developer teams,
This page took 0.035172 seconds and 4 git commands to generate.