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:
parent
95d2222b90
commit
6f3bb6324d
@ -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
|
||||
|
||||
|
@ -108,6 +108,10 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/%{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}/applications/*.desktop
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user