Skip to content

Commit fb8b09e

Browse files
committed
Add Chum section to SPEC
1 parent 2e5664c commit fb8b09e

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

rpm/harbour-osmscout-server.spec

+29-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Name: osmscout-server
1515
%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.*$
1616
%endif
1717

18-
Summary: OSM Scout Server
19-
Version: 2.1.1
18+
Summary: Offline maps, routing, and search
19+
Version: 2.1.2
2020
Release: 1
2121
Group: Qt/Qt
2222
License: GPLv3
23-
URL: https://github.com/rinigus/osmscout-server
23+
URL: https://rinigus.github.io/osmscout-server
2424
Source0: %{name}-%{version}.tar.bz2
2525
%if 0%{?sailfishos}
2626
Source101: harbour-osmscout-server-rpmlintrc
@@ -70,8 +70,31 @@ BuildRequires: pkgconfig(mapnik)
7070

7171

7272
%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
7598

7699
%prep
77100
%setup -q -n %{name}-%{version}
@@ -124,8 +147,7 @@ cp %{_libdir}/libpostal.so* %{buildroot}%{_datadir}/%{name}/lib
124147

125148
cp %{_libdir}/libprotobuf.so* %{buildroot}%{_datadir}/%{name}/lib
126149

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
129151

130152
# mapnik fonts and input plugins
131153
# not needed anymore since input plugins are linked

screenshots/main.png

604 KB
Loading

0 commit comments

Comments
 (0)