|
@@ -4,17 +4,17 @@
|
|
Summary: A documentation system for C/C++.
|
|
Summary: A documentation system for C/C++.
|
|
Summary(ja): C/C++ 向けドキュメンテーションシステム
|
|
Summary(ja): C/C++ 向けドキュメンテーションシステム
|
|
Name: doxygen
|
|
Name: doxygen
|
|
-Version: 1.6.1
|
|
|
|
|
|
+Version: 1.7.5.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
|
|
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
|
|
-Patch0: doxygen-1.6.0-config.patch
|
|
|
|
-Patch1: doxygen-1.6.0-timestamp.patch
|
|
|
|
|
|
+Patch0: doxygen-1.7.1-config.patch
|
|
|
|
+Patch1: doxygen-1.7.5-timestamp.patch
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
-License: GPL
|
|
|
|
|
|
+License: GPLv2
|
|
URL: http://www.stack.nl/~dimitri/doxygen/
|
|
URL: http://www.stack.nl/~dimitri/doxygen/
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: perl tetex ghostscript gettext
|
|
|
|
|
|
+BuildRequires: perl texlive texlive-collection-fontutils ghostscript gettext
|
|
BuildRequires: flex bison
|
|
BuildRequires: flex bison
|
|
%if %{wizard}
|
|
%if %{wizard}
|
|
BuildRequires: qt4-devel => 4.4
|
|
BuildRequires: qt4-devel => 4.4
|
|
@@ -67,6 +67,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
rm $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.*
|
|
rm $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.*
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+# convert into utf-8
|
|
|
|
+iconv --from=ISO-8859-1 --to=UTF-8 LANGUAGE.HOWTO > LANGUAGE.HOWTO.new
|
|
|
|
+touch -r LANGUAGE.HOWTO LANGUAGE.HOWTO.new
|
|
|
|
+mv LANGUAGE.HOWTO.new LANGUAGE.HOWTO
|
|
|
|
+
|
|
|
|
+sed -i -e "s|#!perl|#!/usr/bin/perl|" examples/tag/html/installdox
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -86,7 +93,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-1
|
|
|
|
|
|
+* Wed Nov 02 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 1.7.5.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- updated Patch0 and 1
|
|
|
|
+
|
|
|
|
+* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added Patch0, 1 from Fedora
|
|
- added Patch0, 1 from Fedora
|
|
* Mon Aug 24 2009 Than Ngo <than@redhat.com> - 1.6.0-2
|
|
* Mon Aug 24 2009 Than Ngo <than@redhat.com> - 1.6.0-2
|