Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9f124b497f | ||
|
d560232797 | ||
|
c5b5aa7250 | ||
|
f2d51a9404 | ||
|
3cb349ac5f | ||
|
86cd3616f1 | ||
|
27ef2e4037 | ||
|
369c548037 | ||
|
b23aae75d5 | ||
|
c1ab286eef | ||
|
f4e32bbb92 | ||
|
a4f5818966 | ||
|
1a0a944d7f | ||
|
24acd886b3 |
10
xalan-c.spec
10
xalan-c.spec
@ -1,5 +1,4 @@
|
||||
%bcond icu 1
|
||||
|
||||
%bcond_without icu
|
||||
Name: xalan-c
|
||||
Version: 1.12.0
|
||||
# The soversion is made from the major and minor version numbers, e.g. 112 for
|
||||
@ -16,7 +15,7 @@ Summary: Xalan XSLT processor for C/C++
|
||||
# of the binary RPMs.
|
||||
License: Apache-2.0
|
||||
URL: https://apache.github.io/xalan-c/
|
||||
%global tag Xalan-C_%{gsub %{version} . _}
|
||||
%global tag Xalan-C_%(echo '%{version}' | tr . _)
|
||||
%global tar_name xalan_c-%(echo %{version} | cut -d . -f -2)
|
||||
%global forgeurl https://github.com/apache/xalan-c/
|
||||
%global releaseurl %{forgeurl}/releases/download/%{tag}
|
||||
@ -108,11 +107,8 @@ find docs samples src -type f -exec file '{}' '+' |
|
||||
xargs dos2unix --keepdate
|
||||
|
||||
|
||||
%conf
|
||||
%cmake %{?with_icu:-Dtranscoder=icu} -GNinja
|
||||
|
||||
|
||||
%build
|
||||
%cmake %{?with_icu:-Dtranscoder=icu} -GNinja
|
||||
%cmake_build
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user