automatic update by autodist [release 2.8.0-1mamba;Wed Apr 01 2015]
This commit is contained in:
parent
f799732397
commit
e65d5e3d40
@ -20,7 +20,7 @@
|
||||
%define libname libwebkit2gtk
|
||||
|
||||
Name: webkitgtk
|
||||
Version: 2.7.3
|
||||
Version: 2.8.0
|
||||
Release: 1mamba
|
||||
Summary: Port of WebKit embeddable web component to GTK+
|
||||
Group: System/Libraries
|
||||
@ -130,7 +130,7 @@ This package contains the documentation for %{name},
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< __EOF
|
||||
%patch0 -p0
|
||||
#%patch0 -p0
|
||||
|
||||
%build
|
||||
#:<< __EOF
|
||||
@ -154,7 +154,10 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS"
|
||||
%cmake -d build \
|
||||
-DPORT=GTK \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
|
||||
-DCMAKE_INSTALL_FULL_LIBEXECDIR=%{_libexecdir}
|
||||
-DCMAKE_INSTALL_FULL_LIBEXECDIR=%{_libexecdir} \
|
||||
%ifarch arm
|
||||
-DENABLE_JIT=OFF
|
||||
%endif
|
||||
|
||||
##__EOF
|
||||
### https://bugs.webkit.org/show_bug.cgi?id=34846
|
||||
@ -237,6 +240,9 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS"
|
||||
%{_bindir}/jsc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 01 2015 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Dec 31 2014 Automatic Build System <autodist@mambasoft.it> 2.7.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user