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