automatic version update by autodist [release 3.28.3.1-1mamba;Wed Sep 12 2018]
This commit is contained in:
parent
601561db4c
commit
a449211d4a
117
epiphany.spec
117
epiphany.spec
@ -2,13 +2,13 @@
|
|||||||
%define with_ca_mgr 1
|
%define with_ca_mgr 1
|
||||||
%define with_seed 0
|
%define with_seed 0
|
||||||
Name: epiphany
|
Name: epiphany
|
||||||
Version: 3.22.7
|
Version: 3.28.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The web browser for the GNOME desktop
|
Summary: The web browser for the GNOME desktop
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org/projects/epiphany/
|
URL: http://www.gnome.org/projects/epiphany/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany/%{majver}/epiphany-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany/%{majver}/epiphany-%{version}.tar.xz
|
||||||
Source1: epiphany-64.png
|
Source1: epiphany-64.png
|
||||||
@ -183,38 +183,41 @@ pref("general.useragent.vendor", "openmamba");
|
|||||||
pref("general.useragent.vendorSub", "%{version}-%{release}");
|
pref("general.useragent.vendorSub", "%{version}-%{release}");
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
for p in $(find . -name "*.py"); do
|
#for p in $(find . -name "*.py"); do
|
||||||
sed -i 's|#!python|#!%{__python}|' $p
|
# sed -i 's|#!python|#!%{__python}|' $p
|
||||||
sed -i 's|#! python|#!%{__python}|' $p
|
# sed -i 's|#! python|#!%{__python}|' $p
|
||||||
sed -i 's|#!/usr/bin/python|#!%{__python}|' $p
|
# sed -i 's|#!/usr/bin/python|#!%{__python}|' $p
|
||||||
sed -i 's|#!/usr/bin/env python|#!%{__python}|' $p
|
# sed -i 's|#!/usr/bin/env python|#!%{__python}|' $p
|
||||||
sed -i 's|#! /usr/bin/env python|#!%{__python}|' $p
|
# sed -i 's|#! /usr/bin/env python|#!%{__python}|' $p
|
||||||
done
|
#done
|
||||||
|
|
||||||
sed -i "s|python2.5|python2.6|" configure
|
#sed -i "s|python2.5|python2.6|" configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%meson \
|
||||||
|
-Ddistributor_name=openmamba \
|
||||||
|
|
||||||
#autoreconf -i -f
|
%meson_build
|
||||||
export RPM_OPT_FLAGS="$(echo %{optflags} | %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//')"
|
|
||||||
%configure \
|
##autoreconf -i -f
|
||||||
--with-ca-file=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
|
#export RPM_OPT_FLAGS="$(echo %{optflags} | %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//')"
|
||||||
--enable-debug \
|
#% configure \
|
||||||
--with-distributor-name=openmamba \
|
#--with-ca-file=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
|
||||||
%if %with_seed
|
#--enable-debug \
|
||||||
--enable-introspection=yes \
|
#--with-distributor-name=openmamba \
|
||||||
--enable-seed \
|
#%if %with_seed
|
||||||
%else
|
#--enable-introspection=yes \
|
||||||
--enable-introspection=no \
|
#--enable-seed \
|
||||||
%endif
|
#%else
|
||||||
--enable-network-manager \
|
#--enable-introspection=no \
|
||||||
--disable-schemas-install \
|
#%endif
|
||||||
--disable-scrollkeeper \
|
# --enable-network-manager \
|
||||||
--enable-nss \
|
# --disable-schemas-install \
|
||||||
--enable-zeroconf \
|
# --disable-scrollkeeper \
|
||||||
--enable-gtk-doc \
|
# --enable-nss \
|
||||||
PYTHON=%{__python}
|
# --enable-zeroconf \
|
||||||
%make
|
#--enable-gtk-doc \
|
||||||
|
#PYTHON=%{__python}
|
||||||
|
|
||||||
## http://bugzilla.gnome.org/show_bug.cgi?id=474987
|
## http://bugzilla.gnome.org/show_bug.cgi?id=474987
|
||||||
#cd po
|
#cd po
|
||||||
@ -228,10 +231,12 @@ export RPM_OPT_FLAGS="$(echo %{optflags} | %{__sed} -e 's/-O2/-Os/' -e 's/-Wall/
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
%meson_install
|
||||||
%makeinstall
|
#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
#% makeinstall
|
||||||
|
#unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||||
|
|
||||||
|
:<< __OLD
|
||||||
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
||||||
install -m 644 %{S:1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
install -m 644 %{S:1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||||
|
|
||||||
@ -269,6 +274,7 @@ done
|
|||||||
mkdir -p %{buildroot}%{_libdir}/epiphany/%{majver}/{plugins,extensions}
|
mkdir -p %{buildroot}%{_libdir}/epiphany/%{majver}/{plugins,extensions}
|
||||||
ln -sf %{majver}/plugins %{buildroot}%{_libdir}/epiphany/plugins
|
ln -sf %{majver}/plugins %{buildroot}%{_libdir}/epiphany/plugins
|
||||||
ln -sf %{majver}/extensions %{buildroot}%{_libdir}/epiphany/extensions
|
ln -sf %{majver}/extensions %{buildroot}%{_libdir}/epiphany/extensions
|
||||||
|
__OLD
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -312,48 +318,34 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/epiphany
|
%{_bindir}/epiphany
|
||||||
%{_bindir}/ephy-profile-migrator
|
|
||||||
%if %with_seed
|
%if %with_seed
|
||||||
%{_libdir}/girepository-*/Epiphany-*.typelib
|
%{_libdir}/girepository-*/Epiphany-*.typelib
|
||||||
%endif
|
%endif
|
||||||
%dir %{_libdir}/epiphany/plugins
|
%dir %{_libdir}/epiphany
|
||||||
%dir %{_libdir}/epiphany/%{majver}/plugins
|
%{_libdir}/epiphany/libephymain.so
|
||||||
%dir %{_libdir}/epiphany/extensions
|
%{_libdir}/epiphany/libephymisc.so
|
||||||
%dir %{_libdir}/epiphany/%{majver}/extensions
|
%{_libdir}/epiphany/libephysync.so
|
||||||
%dir %{_libdir}/epiphany/%{majver}/web-extensions
|
%{_libdir}/epiphany/web-extensions/libephywebextension.so
|
||||||
%{_libdir}/epiphany/%{majver}/web-extensions/libephywebextension.la
|
%dir %{_libexecdir}/epiphany
|
||||||
%{_libdir}/epiphany/%{majver}/web-extensions/libephywebextension.so
|
%{_libexecdir}/epiphany/ephy-profile-migrator
|
||||||
%{_libexecdir}/epiphany-search-provider
|
%{_libexecdir}/epiphany-search-provider
|
||||||
|
%{_datadir}/applications/org.gnome.Epiphany.desktop
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.Epiphany.SearchProvider.service
|
||||||
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Epiphany.search-provider.ini
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.Epiphany.png
|
||||||
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Epiphany-symbolic.svg
|
||||||
|
%{_datadir}/metainfo/org.gnome.Epiphany.appdata.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
|
||||||
%{_datadir}/GConf/gsettings/epiphany.convert
|
|
||||||
%{_datadir}/appdata/epiphany.appdata.xml
|
|
||||||
#%{_datadir}/applications/bme.desktop
|
|
||||||
%{_datadir}/applications/epiphany.desktop
|
|
||||||
%{_datadir}/pixmaps/epiphany.png
|
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Epiphany.service
|
|
||||||
%{_datadir}/gnome-shell/search-providers/epiphany-search-provider.ini
|
|
||||||
%dir %{_datadir}/epiphany
|
%dir %{_datadir}/epiphany
|
||||||
%{_datadir}/epiphany/*.xml
|
|
||||||
%{_datadir}/epiphany/*.xsl
|
|
||||||
%{_datadir}/epiphany/about.ini
|
|
||||||
#%{_datadir}/epiphany/epiphany.xhtml
|
|
||||||
%dir %{_datadir}/epiphany/bookmarks
|
|
||||||
%attr(755,root,root) %{_datadir}/epiphany/bookmarks/*.html
|
|
||||||
%attr(644,root,root) %{_datadir}/epiphany/bookmarks/*.png
|
|
||||||
%attr(644,root,root) %{_datadir}/epiphany/bookmarks/*.gif
|
|
||||||
%attr(644,root,root) %{_datadir}/epiphany/bookmarks/*.xml
|
|
||||||
%{_datadir}/epiphany/default-bookmarks.rdf
|
%{_datadir}/epiphany/default-bookmarks.rdf
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.host.gschema.xml
|
|
||||||
%if %with_seed
|
%if %with_seed
|
||||||
%{_datadir}/gir-*/Epiphany-*.gir
|
%{_datadir}/gir-*/Epiphany-*.gir
|
||||||
%endif
|
%endif
|
||||||
%dir %{_datadir}/epiphany/pages
|
|
||||||
%{_datadir}/epiphany/pages/error.css
|
|
||||||
%dir %{_datadir}/help/*/epiphany
|
%dir %{_datadir}/help/*/epiphany
|
||||||
%{_datadir}/help/*/epiphany/*
|
%{_datadir}/help/*/epiphany/*
|
||||||
%{_mandir}/man1/epiphany.1.gz
|
%{_mandir}/man1/epiphany.1.gz
|
||||||
%doc AUTHORS COPYING
|
%doc COPYING
|
||||||
|
|
||||||
#%files devel
|
#%files devel
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -369,6 +361,9 @@ fi
|
|||||||
#%doc %{_datadir}/gtk-doc/html/epiphany/*
|
#%doc %{_datadir}/gtk-doc/html/epiphany/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2018 Automatic Build System <autodist@mambasoft.it> 3.28.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Nov 20 2017 Automatic Build System <autodist@mambasoft.it> 3.22.7-1mamba
|
* Mon Nov 20 2017 Automatic Build System <autodist@mambasoft.it> 3.22.7-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user