Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf4e08bddf | ||
|
|
ea40f6d149 | ||
|
|
4b9b0978d6 | ||
|
|
3b973c3949 | ||
|
|
31988f473c |
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/autogen.sh
|
||||
/viking-1.11.tar.gz
|
||||
/viking-viking-1.11.tar.gz
|
||||
/viking-2a2420963e4b913d0b37dcf8801dc3695ca72a6c.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (viking-viking-1.11.tar.gz) = 8a1074a3729d41326021dec9873652be5eab89c231e6f58c30c11f690a30b69bd513a64d3311a6dd4845cfeb20ce6774d20376e2a1ebce2500475bf0cb435edc
|
||||
SHA512 (viking-2a2420963e4b913d0b37dcf8801dc3695ca72a6c.tar.gz) = 94eb5f5f211ed4f1645a0b7b4d9ce3adeaffdf1502f3a9367bc99a37b9ad2e739337b7920766ac5b9719aca1ad95fab368b8343550420fda5cebbdcce5cdc795
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Name: viking
|
|||
|
||||
%global forgeurl https://github.com/viking-gps/viking
|
||||
%global version0 1.11
|
||||
%global tag0 viking-%version0
|
||||
%global commit 2a2420963e4b913d0b37dcf8801dc3695ca72a6c
|
||||
%forgemeta
|
||||
Version: %forgeversion
|
||||
Release: %autorelease
|
||||
|
|
@ -30,7 +30,7 @@ BuildRequires: gnome-doc-utils
|
|||
BuildRequires: libexif-devel
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: libgexiv2-devel
|
||||
BuildRequires: libgexiv2_0.14-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: docbook-style-xsl
|
||||
|
|
@ -58,7 +58,7 @@ geotag images, create routes using OSRM, see real-time GPS position, make maps
|
|||
using Mapnik, control items, etc.
|
||||
|
||||
%prep
|
||||
%forgeautosetup
|
||||
%forgeautosetup -p 1
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
# Convert TODO to utf-8
|
||||
mv TODO timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue