- Remove stray locale folder (afteer discussion with upstream)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=58
This commit is contained in:
Luca Beltrame 2017-05-18 04:47:18 +00:00 committed by Git OBS Bridge
parent b2cdb546e1
commit 783ffb4dfd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 18 04:46:49 UTC 2017 - lbeltrame@kde.org
- Remove stray locale folder (afteer discussion with upstream)
-------------------------------------------------------------------
Wed May 17 20:37:22 CEST 2017 - lbeltrame@kde.org

View File

@ -75,6 +75,8 @@ export CFLAGS="%{optflags} -fPIC"
%install
%kf5_makeinstall -C build
%if %{with lang}
# Remove bogus folder
rm -r %{_buildroot}/usr/share/locale/sr/docs/
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif