Accepting request 291878 from GNOME:Apps
Push GNOME:Apps - without pcheck OBS-URL: https://build.opensuse.org/request/show/291878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtranslator?expand=0&rev=34
This commit is contained in:
commit
13e4318f89
@ -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