Accepting request 292911 from LibreOffice:Factory
1 OBS-URL: https://build.opensuse.org/request/show/292911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=86
This commit is contained in:
commit
4b2c4597e8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 20 14:42:33 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Install the .appdata.xml files shipped by upstream: allow LO to
|
||||||
|
be shown in AppStream based software centers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 12:51:02 UTC 2015 - tchvatal@suse.com
|
Thu Mar 5 12:51:02 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1108,6 +1108,10 @@ mkdir -p %{buildroot}%{python3_sitelib}
|
|||||||
ln -s %{_libdir}/libreoffice/program/uno.py %{buildroot}%{python3_sitelib}/uno.py
|
ln -s %{_libdir}/libreoffice/program/uno.py %{buildroot}%{python3_sitelib}/uno.py
|
||||||
ln -s %{_libdir}/libreoffice/program/unohelper.py %{buildroot}%{python3_sitelib}/unohelper.py
|
ln -s %{_libdir}/libreoffice/program/unohelper.py %{buildroot}%{python3_sitelib}/unohelper.py
|
||||||
|
|
||||||
|
# Install appdata files, so we're shown in gnome-software (and other, future app stores)
|
||||||
|
install -m 0755 -d %{buildroot}%{_datadir}/appdata
|
||||||
|
install -m 0644 -p sysui/desktop/appstream-appdata/*.appdata.xml %{buildroot}%{_datadir}/appdata
|
||||||
|
|
||||||
# Remove translations source as we need more space
|
# Remove translations source as we need more space
|
||||||
rm -rf translations/source/
|
rm -rf translations/source/
|
||||||
|
|
||||||
@ -1217,21 +1221,26 @@ fi
|
|||||||
|
|
||||||
%files -f file-lists/base_list.txt base
|
%files -f file-lists/base_list.txt base
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/appdata/libreoffice-base.appdata.xml
|
||||||
|
|
||||||
%files -f file-lists/calc_list.txt calc
|
%files -f file-lists/calc_list.txt calc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/appdata/libreoffice-calc.appdata.xml
|
||||||
|
|
||||||
%files -f file-lists/draw_list.txt draw
|
%files -f file-lists/draw_list.txt draw
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/appdata/libreoffice-draw.appdata.xml
|
||||||
|
|
||||||
%files -f file-lists/math_list.txt math
|
%files -f file-lists/math_list.txt math
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%files -f file-lists/impress_list.txt impress
|
%files -f file-lists/impress_list.txt impress
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/appdata/libreoffice-impress.appdata.xml
|
||||||
|
|
||||||
%files -f file-lists/writer_list.txt writer
|
%files -f file-lists/writer_list.txt writer
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/appdata/libreoffice-writer.appdata.xml
|
||||||
|
|
||||||
%files -f file-lists/postgresql_list.txt base-drivers-postgresql
|
%files -f file-lists/postgresql_list.txt base-drivers-postgresql
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user