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
|
%define libname libwebkit2gtk
|
||||||
|
|
||||||
Name: webkitgtk
|
Name: webkitgtk
|
||||||
Version: 2.16.6
|
Version: 2.22.2
|
||||||
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
|
||||||
@ -46,6 +46,7 @@ BuildRequires: libenchant-devel
|
|||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgst-plugins-base-devel
|
BuildRequires: libgst-plugins-base-devel
|
||||||
@ -63,12 +64,17 @@ BuildRequires: libsecret-devel
|
|||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libtasn1-devel
|
||||||
|
BuildRequires: libwayland-devel
|
||||||
|
BuildRequires: libwayland-egl-devel
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
|
BuildRequires: libwoff2-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libnpth-devel
|
BuildRequires: libnpth-devel
|
||||||
|
BuildRequires: geoclue-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: GConf-devel
|
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},
|
This package contains the documentation for %{name},
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -D -T
|
||||||
#-D -T
|
|
||||||
#:<< __EOF
|
|
||||||
#%patch0 -p0
|
#%patch0 -p0
|
||||||
%ifarch arm
|
#% ifarch arm
|
||||||
%patch1 -p1
|
#% patch1 -p1
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< __EOF
|
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
|
|
||||||
#%ifarch arm %{ix86}
|
#%ifarch arm %{ix86}
|
||||||
@ -168,7 +172,6 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS"
|
|||||||
## V=1 seems a workaround for make error 'argument list too long'
|
## V=1 seems a workaround for make error 'argument list too long'
|
||||||
%make || %make -j1
|
%make || %make -j1
|
||||||
#V=1 || make V=1
|
#V=1 || make V=1
|
||||||
__EOF
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -220,6 +223,7 @@ __EOF
|
|||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/WebKitWebDriver
|
||||||
%dir %{_includedir}/webkitgtk-%{apiver}
|
%dir %{_includedir}/webkitgtk-%{apiver}
|
||||||
%{_includedir}/webkitgtk-%{apiver}/*
|
%{_includedir}/webkitgtk-%{apiver}/*
|
||||||
%{_libdir}/libjavascriptcoregtk-%{apiver}.so
|
%{_libdir}/libjavascriptcoregtk-%{apiver}.so
|
||||||
@ -245,6 +249,15 @@ __EOF
|
|||||||
%{_libexecdir}/webkit2gtk-%{apiver}/jsc
|
%{_libexecdir}/webkit2gtk-%{apiver}/jsc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 2.16.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user