]> git.pld-linux.org Git - packages/doxygen.git/commitdiff
- avoid errors for overlong arguments; rel 2 auto/ac/doxygen-1_5_1-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 11 Dec 2006 15:01:13 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doxygen.spec -> 1.85

doxygen.spec

index 156951128bc34fa2087be24ab187640e9a71689a..614015a188cccf76ebc094fbcbc60c75cd345faa 100644 (file)
@@ -10,7 +10,7 @@ Summary(ru):  
 Summary(uk):   óÉÓÔÅÍÁ ÄÏËÕÍÅÎÔÕ×ÁÎÎÑ ÄÌÑ C ÔÁ C++
 Name:          doxygen
 Version:       1.5.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Development/Tools
@@ -19,6 +19,7 @@ Source0:      ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
 Patch0:                %{name}-system-libpng.patch
 Patch1:                %{name}-qt-dirs.patch
 Patch2:                %{name}-lib64.patch
+Patch3:                %{name}-qt-thread.patch
 URL:           http://www.doxygen.org/
 BuildRequires: flex
 BuildRequires: ghostscript
@@ -133,6 +134,7 @@ Wizard gr
 %if "%{_lib}" == "lib64"
 %patch2 -p1
 %endif
+%patch3 -p1
 
 rm -rf libpng src/unistd.h
 
@@ -141,7 +143,7 @@ export QTDIR=%{_prefix}
 # don't change it to %%configure, not autoconf-generated!
 ./configure \
        --prefix %{_prefix} \
-       --perl %{_bindir}/perl \
+       --perl %{__perl} \
        --install %{_bindir}/install \
        %{?with_qt:--with-doxywizard}
 
This page took 0.052084 seconds and 4 git commands to generate.