automatic version update by autodist [release 2.22.2-1mamba;Fri Sep 28 2018]
This commit is contained in:
parent
0237378b04
commit
efe1b027ac
@ -20,7 +20,7 @@
|
||||
%define libname libwebkit2gtk
|
||||
|
||||
Name: webkitgtk
|
||||
Version: 2.16.6
|
||||
Version: 2.22.2
|
||||
Release: 1mamba
|
||||
Summary: Port of WebKit embeddable web component to GTK+
|
||||
Group: System/Libraries
|
||||
@ -46,6 +46,7 @@ BuildRequires: libenchant-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
@ -63,12 +64,17 @@ BuildRequires: libsecret-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libwayland-egl-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libwoff2-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libnpth-devel
|
||||
BuildRequires: geoclue-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: GConf-devel
|
||||
@ -128,16 +134,14 @@ WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web content engin
|
||||
This package contains the documentation for %{name},
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< __EOF
|
||||
%setup -q -D -T
|
||||
|
||||
#%patch0 -p0
|
||||
%ifarch arm
|
||||
%patch1 -p1
|
||||
%endif
|
||||
#% ifarch arm
|
||||
#% patch1 -p1
|
||||
#%endif
|
||||
|
||||
%build
|
||||
#:<< __EOF
|
||||
#./autogen.sh
|
||||
|
||||
#%ifarch arm %{ix86}
|
||||
@ -168,7 +172,6 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS"
|
||||
## V=1 seems a workaround for make error 'argument list too long'
|
||||
%make || %make -j1
|
||||
#V=1 || make V=1
|
||||
__EOF
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -220,6 +223,7 @@ __EOF
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/WebKitWebDriver
|
||||
%dir %{_includedir}/webkitgtk-%{apiver}
|
||||
%{_includedir}/webkitgtk-%{apiver}/*
|
||||
%{_libdir}/libjavascriptcoregtk-%{apiver}.so
|
||||
@ -245,6 +249,15 @@ __EOF
|
||||
%{_libexecdir}/webkit2gtk-%{apiver}/jsc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 28 2018 Automatic Build System <autodist@mambasoft.it> 2.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 06 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-1mamba
|
||||
- update to 2.22.0
|
||||
|
||||
* Mon Feb 12 2018 Automatic Build System <autodist@mambasoft.it> 2.18.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 2.16.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user