|
|
|
@ -39,20 +39,21 @@ make %{?_smp_mflags}
|
|
|
|
|
make install INSTALL_ROOT=%{buildroot} INSTALL="install -p"
|
|
|
|
|
rm -rf %{buildroot}/%{_datadir}/app-install
|
|
|
|
|
desktop-file-install %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
%find_lang
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%files
|
|
|
|
|
%doc LICENSE.txt
|
|
|
|
|
%dir %{_datadir}/goldendict/
|
|
|
|
|
%dir %{_datadir}/goldendict/locale/
|
|
|
|
|
%{_bindir}/goldendict
|
|
|
|
|
%{_datadir}/applications/goldendict.desktop
|
|
|
|
|
%{_datadir}/pixmaps/goldendict.png
|
|
|
|
|
%{_datadir}/goldendict/locale/*.qm
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 17 2014 Mosaab Alzoubi <moceap@hotmail.com> - 1.5-0.2.RC1
|
|
|
|
|
- Use %%qmake_qt4 and %%find_lang as suggestion
|
|
|
|
|
- by Christopher Meng (cickumqt/gmail.com)
|
|
|
|
|
- Use %%qmake_qt4 as suggestion by Christopher Meng (cickumqt/gmail.com)
|
|
|
|
|
- Remove repeated BR.
|
|
|
|
|
- Remove locale install lines, included in makeinstall function.
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Mosaab Alzoubi <moceap@hotmail.com> - 1.5-0.1.RC1
|
|
|
|
|
- Update to 1.5RC.
|
|
|
|
|