]> git.pld-linux.org Git - packages/doxygen.git/blobdiff - doxygen.spec
- updated for 1.6.2
[packages/doxygen.git] / doxygen.spec
index a2acff1c701590f84cc2e194698e6eaa24ef8ec7..f580b5cec604111644c3b528f95ebc8f424d4fd2 100644 (file)
@@ -9,19 +9,19 @@ Summary(pt_BR.UTF-8): Um sistema de documentação para C/C++
 Summary(ru.UTF-8):     Система документирования для C та C++
 Summary(uk.UTF-8):     Система документування для C та C++
 Name:          doxygen
-Version:       1.5.3
-Release:       1
+Version:       1.6.2
+Release:       0.001
 Epoch:         1
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
-# Source0-md5: 5fd6f0c2c7946005703b47dc6b663757
-Patch0:                %{name}-system-libpng.patch
+# Source0-md5: 70260101ef60952cb99484700241c99e
 Patch1:                %{name}-qt-dirs.patch
 Patch2:                %{name}-lib64.patch
 Patch3:                %{name}-qt-thread.patch
 Patch4:                %{name}-64bit.patch
 URL:           http://www.doxygen.org/
+BuildRequires: bison
 BuildRequires: flex
 BuildRequires: ghostscript
 BuildRequires: ghostscript-fonts-std
@@ -29,8 +29,8 @@ BuildRequires:        libpng-devel
 BuildRequires: libstdc++-devel
 BuildRequires: python
 %{?with_qt:BuildRequires:      qt-devel >= 2.1.0}
-BuildRequires: tetex-format-latex >= 1:3.0-2
-BuildRequires: tetex-format-pdflatex >= 1:3.0-2
+BuildRequires: texlive-latex
+BuildRequires: texlive-pdftex
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # because of qt
@@ -130,7 +130,6 @@ Wizard gráfico para o Doxygen.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %if "%{_lib}" == "lib64"
 %patch2 -p1
@@ -151,9 +150,10 @@ export QTDIR=%{_prefix}
 %{__make} \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
+       LINK="%{__cxx}" \
        QTDIR="%{_prefix}" \
        CFLAGS="%{rpmcflags}" \
-       CXXFLAGS="%{rpmcxxflags} -DQT_NO_CODECS -DQT_LITE_UNICODE -fno-rtti -fno-exceptions"
+       CXXFLAGS="%{rpmcxxflags} -DQT_NO_CODECS -DQT_LITE_UNICODE -DNODEBUG -fno-rtti -fno-exceptions"
 
 %{__make} docs
 #%%{__make} pdf
This page took 0.107457 seconds and 4 git commands to generate.