make build non-fatal when using doxygen-1.8 (doesn't produce installdox anymore)
This commit is contained in:
parent
5b5f3f8dcf
commit
055bbb85a8
@ -8,7 +8,7 @@ Version: 0.2.1
|
|||||||
%if %{snapshot}
|
%if %{snapshot}
|
||||||
Release: 0.8.%{tarball_date}git%{git_short}%{?dist}
|
Release: 0.8.%{tarball_date}git%{git_short}%{?dist}
|
||||||
%else
|
%else
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%endif
|
%endif
|
||||||
Summary: Library to access Blu-Ray disks for video playback
|
Summary: Library to access Blu-Ray disks for video playback
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -99,7 +99,7 @@ autoreconf -vif
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
make doxygen-pdf
|
make doxygen-pdf
|
||||||
# Remove uneeded script
|
# Remove uneeded script
|
||||||
rm doc/doxygen/html/installdox
|
rm -f doc/doxygen/html/installdox
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -154,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2012 Rex Dieter <rdieter@fedoraproject.org> 0.2.1-3
|
||||||
|
- make build non-fatal when using doxygen-1.8 (doesn't produce installdox anymore)
|
||||||
|
|
||||||
* Wed Feb 01 2012 Xavier Bachelot <xavier@bachelot.org> 0.2.1-2
|
* Wed Feb 01 2012 Xavier Bachelot <xavier@bachelot.org> 0.2.1-2
|
||||||
- Rebuild for openjdk 7.
|
- Rebuild for openjdk 7.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user