|
|
|
|
@ -22,8 +22,9 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 3.16 |
|
|
|
|
%define V_dist 3.16 |
|
|
|
|
%define V_opkg 3.16.1 |
|
|
|
|
%define V_dist 3.16.1 |
|
|
|
|
%define V_subdir 3.16 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: highlight |
|
|
|
|
@ -36,7 +37,7 @@ Class: EVAL
|
|
|
|
|
Group: Typesetting |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20131006 |
|
|
|
|
Release: 20131107 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.andre-simon.de/zip/highlight-%{V_dist}.tar.bz2 |
|
|
|
|
@ -62,7 +63,7 @@ PreReq: boost, lua
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n highlight-%{V_dist} |
|
|
|
|
%setup -q -n highlight-%{V_subdir} |
|
|
|
|
%patch -p0 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
|