@@ -15,12 +15,12 @@ Name: osmscout-server
15
15
%define __requires_exclude ^libboost_filesystem|libboost_regex|libboost_system|libboost_iostreams|libboost_chrono|libboost_thread|libboost_date_time|libpostal|libprotobuf|liblz4|libfreetype|libharfbuzz|libjpeg|libmapnik|libproj|libtiff.*$
16
16
%endif
17
17
18
- Summary: OSM Scout Server
19
- Version: 2.1.1
18
+ Summary: Offline maps, routing, and search
19
+ Version: 2.1.2
20
20
Release: 1
21
21
Group: Qt/Qt
22
22
License: GPLv3
23
- URL: https://github.com/rinigus /osmscout-server
23
+ URL: https://rinigus. github.io /osmscout-server
24
24
Source0: %{name }-%{version }.tar.bz2
25
25
%if 0%{?sailfishos }
26
26
Source101: harbour-osmscout-server-rpmlintrc
@@ -70,8 +70,31 @@ BuildRequires: pkgconfig(mapnik)
70
70
71
71
72
72
%description
73
- Server providing map tiles, search, and routing
74
-
73
+ OSM Scout server can be used as a drop-in replacement for online map
74
+ services providing map tiles, search, and routing. As a result, an
75
+ offline operation is possible if the device has a server and map
76
+ client programs installed and running.
77
+
78
+ Among other services, the server can be used to provide: vector or
79
+ raster tiles for other applications; search for locations and free
80
+ text search; search for POIs next to a reference point or route;
81
+ calculating routes between given sequence of points;
82
+
83
+ PackageName: OSM Scout Server
84
+ Type: desktop-application
85
+ Categories:
86
+ - Maps
87
+ - Science
88
+ Custom:
89
+ Repo: https://github.com/rinigus/osmscout-server
90
+ Icon: https://raw.githubusercontent.com/rinigus/osmscout-server/master/gui/icons/osmscout-server.svg
91
+ Screenshots:
92
+ - https://raw.githubusercontent.com/rinigus/osmscout-server/master/screenshots/main.png
93
+ - https://rinigus.github.io/osmscout-server/en/manager/manager_9.jpg
94
+ - https://rinigus.github.io/osmscout-server/en/manager/manager_5.jpg
95
+ - https://rinigus.github.io/osmscout-server/en/storage/storage_1.jpg
96
+ Url:
97
+ Donation: https://rinigus.github.io/donate
75
98
76
99
%prep
77
100
%setup -q -n %{name }-%{version }
@@ -124,8 +147,7 @@ cp %{_libdir}/libpostal.so* %{buildroot}%{_datadir}/%{name}/lib
124
147
125
148
cp %{_libdir }/libprotobuf.so* %{buildroot }%{_datadir }/%{name }/lib
126
149
127
- cp %{_libdir }/liblz4.so.1.8.1 %{buildroot }%{_datadir }/%{name }/lib
128
- cp %{_libdir }/liblz4.so.1 %{buildroot }%{_datadir }/%{name }/lib
150
+ cp %{_libdir }/liblz4.so.1* %{buildroot }%{_datadir }/%{name }/lib
129
151
130
152
# mapnik fonts and input plugins
131
153
# not needed anymore since input plugins are linked
0 commit comments