Accepting request 291286 from home:Zaitor:branches:GNOME:Apps

Fix build on older versions of oS

OBS-URL: https://build.opensuse.org/request/show/291286
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=58
This commit is contained in:
Bjørn Lie 2015-03-18 13:18:53 +00:00 committed by Git OBS Bridge
parent 95d2222b90
commit 6f3bb6324d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 18 12:05:35 UTC 2015 - zaitor@opensuse.org
- Own appdata dir on older versions of openSUSE.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 16 09:34:18 UTC 2015 - dimstar@opensuse.org Mon Mar 16 09:34:18 UTC 2015 - dimstar@opensuse.org

View File

@ -108,6 +108,10 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
%{_bindir}/%{name} %{_bindir}/%{name}
%{_libdir}/%{name}/ %{_libdir}/%{name}/
%{_datadir}/%{name}/ %{_datadir}/%{name}/
# own dir on older version of openSUSE
%if 0%{?suse_version} < 1320
%dir %{_datadir}/appdata/
%endif
%{_datadir}/appdata/gtranslator.appdata.xml %{_datadir}/appdata/gtranslator.appdata.xml
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/*.gschema.xml %{_datadir}/glib-2.0/schemas/*.gschema.xml