- fix install issue
This commit is contained in:
parent
a1350961ab
commit
a1a1b5f607
10
doxygen.spec
10
doxygen.spec
@ -2,7 +2,7 @@ Summary: A documentation system for C/C++
|
|||||||
Name: doxygen
|
Name: doxygen
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.8.10
|
Version: 1.8.10
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
# No version is specified.
|
# No version is specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -95,14 +95,15 @@ make install \
|
|||||||
DESTDIR=%{buildroot} \
|
DESTDIR=%{buildroot} \
|
||||||
-C %{_target_platform}
|
-C %{_target_platform}
|
||||||
|
|
||||||
|
mv %{buildroot}%{_docdir}/doxygen .
|
||||||
|
|
||||||
install -m644 -p -D %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/doxywizard.png
|
install -m644 -p -D %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/doxywizard.png
|
||||||
|
|
||||||
desktop-file-install \
|
desktop-file-install \
|
||||||
--dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
|
--dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LANGUAGE.HOWTO README.md
|
%doc LANGUAGE.HOWTO README.md doxygen
|
||||||
%doc %{_docdir}/doxygen
|
|
||||||
%{_bindir}/doxygen
|
%{_bindir}/doxygen
|
||||||
%{_mandir}/man1/doxygen.1*
|
%{_mandir}/man1/doxygen.1*
|
||||||
%{_mandir}/man1/doxyindexer.1.gz
|
%{_mandir}/man1/doxyindexer.1.gz
|
||||||
@ -119,6 +120,9 @@ desktop-file-install \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 09 2015 Than Ngo <than@redhat.com> - 1:1.8.10-5
|
||||||
|
- fix install issue
|
||||||
|
|
||||||
* Thu Oct 08 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1:1.8.10-4
|
* Thu Oct 08 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1:1.8.10-4
|
||||||
- Fix patch to apply
|
- Fix patch to apply
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user