SPECS: doxygen.spec - avoid errors for overlong arguments; rel 2
glen
glen at pld-linux.org
Mon Dec 11 16:01:20 CET 2006
Author: glen Date: Mon Dec 11 15:01:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- avoid errors for overlong arguments; rel 2
---- Files affected:
SPECS:
doxygen.spec (1.84 -> 1.85)
---- Diffs:
================================================================
Index: SPECS/doxygen.spec
diff -u SPECS/doxygen.spec:1.84 SPECS/doxygen.spec:1.85
--- SPECS/doxygen.spec:1.84 Mon Dec 11 02:00:47 2006
+++ SPECS/doxygen.spec Mon Dec 11 16:01:13 2006
@@ -11,7 +11,7 @@
Summary(uk): óÉÓÔĹÍÁ ÄĎËŐÍĹÎÔŐ×ÁÎÎŃ ÄĚŃ C ÔÁ C++
Name: doxygen
Version: 1.5.1
-Release: 1
+Release: 2
Epoch: 1
License: GPL
Group: Development/Tools
@@ -20,6 +20,7 @@
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
@@ -134,6 +135,7 @@
%if "%{_lib}" == "lib64"
%patch2 -p1
%endif
+%patch3 -p1
rm -rf libpng src/unistd.h
@@ -142,7 +144,7 @@
# don't change it to %%configure, not autoconf-generated!
./configure \
--prefix %{_prefix} \
- --perl %{_bindir}/perl \
+ --perl %{__perl} \
--install %{_bindir}/install \
%{?with_qt:--with-doxywizard}
@@ -183,6 +185,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.85 2006/12/11 15:01:13 glen
+- avoid errors for overlong arguments; rel 2
+
Revision 1.84 2006/12/11 01:00:47 qboosh
- updated to 1.5.1, updated system-libpng patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/doxygen.spec?r1=1.84&r2=1.85&f=u
More information about the pld-cvs-commit
mailing list