|
|
|
@ -19,7 +19,6 @@ BuildRequires: phonon-devel
|
|
|
|
|
BuildRequires: qt-webkit-devel
|
|
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
|
BuildRequires: lzo-devel
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Goldendict is a feature-rich dictionary lookup program.
|
|
|
|
@ -40,9 +39,7 @@ 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
|
|
|
|
|
install -d %{buildroot}/%{_datadir}/goldendict/locale
|
|
|
|
|
install -pm 644 locale/*.qm %{buildroot}/%{_datadir}/goldendict/locale
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
%find_lang
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc LICENSE.txt
|
|
|
|
@ -55,6 +52,7 @@ install -pm 644 locale/*.qm %{buildroot}/%{_datadir}/goldendict/locale
|
|
|
|
|
* 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)
|
|
|
|
|
- Remove repeated BR.
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Mosaab Alzoubi <moceap@hotmail.com> - 1.5-0.1.RC1
|
|
|
|
|
- Update to 1.5RC.
|
|
|
|
|