fix typo bug #184400
This commit is contained in:
parent
0a437ad273
commit
d13c3a6dde
15
doxygen.spec
15
doxygen.spec
@ -1,10 +1,10 @@
|
|||||||
%define qt_version 1:3.3.4
|
%define qt_version 1:3.3.5
|
||||||
%{!?with_qt:%define with_qt 1}
|
%{!?with_qt:%define with_qt 1}
|
||||||
|
|
||||||
Summary: A documentation system for C/C++.
|
Summary: A documentation system for C/C++.
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.4.6
|
Version: 1.4.6
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
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
|
||||||
|
|
||||||
@ -86,22 +86,25 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LANGUAGE.HOWTO README examples
|
%doc LANGUAGE.HOWTO README examples
|
||||||
%if %{with_qt}
|
|
||||||
%doc html
|
|
||||||
%endif
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{?_with_qt:%exclude %{_bindir}/doxywizard}
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
%if %{with_qt}
|
||||||
|
%exclude %{_bindir}/doxywizard
|
||||||
%exclude %{_mandir}/man1/doxywizard*
|
%exclude %{_mandir}/man1/doxywizard*
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with_qt}
|
%if %{with_qt}
|
||||||
%files doxywizard
|
%files doxywizard
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc html
|
||||||
%{_bindir}/doxywizard
|
%{_bindir}/doxywizard
|
||||||
%{_mandir}/man1/doxywizard*
|
%{_mandir}/man1/doxywizard*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-3
|
||||||
|
- fix typo bug #184400
|
||||||
|
|
||||||
* Mon Mar 06 2006 Than Ngo <than@redhat.com> 1:1.4.6-2
|
* Mon Mar 06 2006 Than Ngo <than@redhat.com> 1:1.4.6-2
|
||||||
- fix build problem #184042
|
- fix build problem #184042
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user