|
@@ -22,7 +22,7 @@
|
|
%define build_vine6 1
|
|
%define build_vine6 1
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-%define ffrelease 1%{?_dist_release}
|
|
|
|
|
|
+%define ffrelease 2%{?_dist_release}
|
|
|
|
|
|
%define desktop_file_utils_version 0.6
|
|
%define desktop_file_utils_version 0.6
|
|
%define libjpeg_turbo_version 1.1.0
|
|
%define libjpeg_turbo_version 1.1.0
|
|
@@ -59,6 +59,7 @@ Source23: fx-about.png
|
|
Source24: fx-about-wordmark.svg
|
|
Source24: fx-about-wordmark.svg
|
|
Source25: firefox.desktop
|
|
Source25: firefox.desktop
|
|
Source26: firefox-safe-mode.desktop
|
|
Source26: firefox-safe-mode.desktop
|
|
|
|
+Source27: firefox-safe-mode.vine.sh
|
|
Source30: firefox.1
|
|
Source30: firefox.1
|
|
Source50: firefox-xremote-client.sh.in
|
|
Source50: firefox-xremote-client.sh.in
|
|
Source100: find-external-requires
|
|
Source100: find-external-requires
|
|
@@ -330,6 +331,8 @@ XULRUNNER_DIR=`pkg-config --variable=libdir libxul | %{__sed} -e "s,%{_libdir},,
|
|
$RPM_BUILD_ROOT%{_bindir}/firefox
|
|
$RPM_BUILD_ROOT%{_bindir}/firefox
|
|
%{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox
|
|
%{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox
|
|
|
|
|
|
|
|
+%{__install} -p -m 755 %{SOURCE27} $RPM_BUILD_ROOT%{_bindir}/firefox-safe-mode
|
|
|
|
+
|
|
%{__cat} %{SOURCE50} | sed -e 's,FFDIR,%{ffdir},g' -e 's,LIBDIR,%{_libdir},g' > \
|
|
%{__cat} %{SOURCE50} | sed -e 's,FFDIR,%{ffdir},g' -e 's,LIBDIR,%{_libdir},g' > \
|
|
$RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
|
|
$RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
|
|
|
|
|
|
@@ -339,6 +342,7 @@ XULRUNNER_DIR=`pkg-config --variable=libdir libxul | %{__sed} -e "s,%{_libdir},,
|
|
#%{__chmod} 755 $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
|
|
#%{__chmod} 755 $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
|
|
%{__install} -p -D -m 664 %{SOURCE30} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
|
|
%{__install} -p -D -m 664 %{SOURCE30} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
|
|
|
|
|
|
|
|
+
|
|
%{__rm} -f $RPM_BUILD_ROOT%{ffdir}/firefox-config
|
|
%{__rm} -f $RPM_BUILD_ROOT%{ffdir}/firefox-config
|
|
|
|
|
|
cd $RPM_BUILD_ROOT%{ffdir}/chrome
|
|
cd $RPM_BUILD_ROOT%{ffdir}/chrome
|
|
@@ -439,6 +443,7 @@ fi
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/firefox
|
|
%{_bindir}/firefox
|
|
|
|
+%{_bindir}/firefox-safe-mode
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
%{_datadir}/applications/vine-%{name}.desktop
|
|
%{_datadir}/applications/vine-%{name}.desktop
|
|
%{_datadir}/applications/vine-%{name}-safe-mode.desktop
|
|
%{_datadir}/applications/vine-%{name}-safe-mode.desktop
|
|
@@ -449,6 +454,11 @@ fi
|
|
#---------------------------------------------------------------------
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-2
|
|
|
|
+- update Source25 (firefox.desktop)
|
|
|
|
+- update Source26 (firefox-safe-mode.desktop)
|
|
|
|
+- add Source27 (firefox-safe-mode.vine.sh)
|
|
|
|
+
|
|
* Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-1
|
|
* Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|