Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.51 KB

This is on how to make an RPM of Mozilla Location Service on your SailfishOS device for improving GPS functionality.

Simple usage

  • Install rpmbuild on your SailfishOS: https://talk.maemo.org/showthread.php?t=92963
  • On your mobile: cd /tmp/; curl -O https://raw.githubusercontent.com/wosrediinanatour/sailfish-gps/master/mls-austria.spec
  • If you donn't live in Austria, change the country in via vi mls-austria.spec (type i for insert, edit the country, type ESC, type :qw)
  • Build RPM: devel-su rpmbuild -ba -v /tmp/mls-austria.spec
  • RPM is in /root/rpmbuild/RPMS/noarch/
  • Download it via scp [email protected]:/root/rpmbuild/RPMS/noarch/*.rpm .

How to use via cloning this repo

Note that it will fail, if you don't have enough space.

References