mirror of
https://abf.rosa.ru/djam/cool-retro-term.git
synced 2025-02-23 18:12:47 +00:00
corrected makeinstall macros
This commit is contained in:
parent
9ce7b16445
commit
997eace275
1 changed files with 5 additions and 9 deletions
|
@ -25,16 +25,15 @@ customizable, and reasonably lightweight.
|
|||
|
||||
%build
|
||||
qmake-qt5
|
||||
#make %{?_smp_mflags}
|
||||
%make
|
||||
|
||||
%install
|
||||
#make INSTALL_ROOT=%{buildroot} install
|
||||
%makeinstall
|
||||
%make INSTALL_ROOT=%{buildroot} install
|
||||
#makeinstall_std
|
||||
|
||||
desktop-file-install \
|
||||
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
|
||||
%{name}.desktop
|
||||
desktop-file-install \
|
||||
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
|
||||
%{name}.desktop
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
@ -42,9 +41,6 @@ desktop-file-install \
|
|||
%{_bindir}/%{name}
|
||||
%{_libdir}/qt5/qml/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
# FIXME: Icon
|
||||
#{_datadir}/pixmaps/{name}.png
|
||||
#{_datadir}/icons/hicolor/*/*/*
|
||||
|
||||
|
||||
%clean
|
||||
|
|
Loading…
Add table
Reference in a new issue