Tomáš Chvátal 2014-02-27 09:40:10 +00:00 committed by Git OBS Bridge
parent d8c0b3cc18
commit 2a15f244f7
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 27 09:40:06 UTC 2014 - tchvatal@suse.com
- Fix the install phase.
-------------------------------------------------------------------
Tue Feb 11 10:22:36 UTC 2014 - fcrozat@suse.com

View File

@ -53,10 +53,10 @@ make oxt %{?_smp_mflags}
%install
cd build
voikko_pkg=$(pwd)/build/voikko.oxt
mkdir -p %{buildroot}%{_libdir}/libreoffice/share/extensions/voikko
cd %{buildroot}%{_libdir}/libreoffice/share/extensions/voikko
unzip voikko.oxt
unzip $voikko_pkg
%files
%defattr(-,root,root,0755)