Gecko 2.0 fixes #688361.
This commit is contained in:
parent
f5a47dd0f8
commit
6eb1654e36
27
esc.spec
27
esc.spec
@ -1,6 +1,6 @@
|
|||||||
Name: esc
|
Name: esc
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Enterprise Security Client Smart Card Client
|
Summary: Enterprise Security Client Smart Card Client
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
||||||
@ -16,6 +16,10 @@ Patch5: esc-1.1.0-fix5.patch
|
|||||||
Patch6: esc-1.1.0-fix6.patch
|
Patch6: esc-1.1.0-fix6.patch
|
||||||
Patch7: esc-1.1.0-fix7.patch
|
Patch7: esc-1.1.0-fix7.patch
|
||||||
Patch8: esc-1.1.0-fix8.patch
|
Patch8: esc-1.1.0-fix8.patch
|
||||||
|
Patch9: esc-1.1.0-fix9.patch
|
||||||
|
Patch10: esc-1.1.0-fix10.patch
|
||||||
|
Patch11: esc-1.1.0-fix11.patch
|
||||||
|
Patch12: esc-1.1.0-fix12.patch
|
||||||
|
|
||||||
BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
|
BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
|
||||||
BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
|
BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
|
||||||
@ -78,12 +82,16 @@ cryptographic smartcards.
|
|||||||
%patch6 -p1 -b .fix6
|
%patch6 -p1 -b .fix6
|
||||||
%patch7 -p1 -b .fix7
|
%patch7 -p1 -b .fix7
|
||||||
%patch8 -p1 -b .fix8
|
%patch8 -p1 -b .fix8
|
||||||
|
%patch9 -p1 -b .fix9
|
||||||
|
%patch10 -p1 -b .fix10
|
||||||
|
%patch11 -p1 -b .fix11
|
||||||
|
%patch12 -p1 -b .fix12
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
GECKO_SDK_PATH=%{_libdir}/xulrunner-sdk-1.9.2/sdk
|
GECKO_SDK_PATH=%{_libdir}/xulrunner-sdk-2/sdk
|
||||||
GECKO_BIN_PATH=%{_libdir}/xulrunner-1.9.2
|
GECKO_BIN_PATH=%{_libdir}/xulrunner-2
|
||||||
GECKO_INCLUDE_PATH=%{_includedir}/xulrunner-sdk-1.9.2
|
GECKO_INCLUDE_PATH=%{_includedir}/xulrunner-sdk-2
|
||||||
|
|
||||||
%ifarch x86_64 ppc64 ia64
|
%ifarch x86_64 ppc64 ia64
|
||||||
USE_64=1
|
USE_64=1
|
||||||
@ -144,6 +152,11 @@ cp %{SOURCE2} $RPM_BUILD_ROOT/%{autostartdir}
|
|||||||
cd %{_builddir}
|
cd %{_builddir}
|
||||||
cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
|
cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
|
||||||
|
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{escdir}/esc
|
||||||
|
|
||||||
|
echo "xulrunner ./application.ini \$* &" > $RPM_BUILD_ROOT/%{escdir}/esc
|
||||||
|
|
||||||
|
chmod 755 $RPM_BUILD_ROOT/%{escdir}/esc
|
||||||
chmod 755 -R $RPM_BUILD_ROOT/%{escdir}/chrome
|
chmod 755 -R $RPM_BUILD_ROOT/%{escdir}/chrome
|
||||||
chmod 755 -R $RPM_BUILD_ROOT/%{escdir}/defaults
|
chmod 755 -R $RPM_BUILD_ROOT/%{escdir}/defaults
|
||||||
chmod 755 $RPM_BUILD_ROOT/%{escdir}/application.ini
|
chmod 755 $RPM_BUILD_ROOT/%{escdir}/application.ini
|
||||||
@ -161,6 +174,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{escbindir}/esc
|
%{escbindir}/esc
|
||||||
%{escdir}/application.ini
|
%{escdir}/application.ini
|
||||||
|
|
||||||
|
%{escdir}/chrome.manifest
|
||||||
%{escdir}/chrome/chrome.manifest
|
%{escdir}/chrome/chrome.manifest
|
||||||
|
|
||||||
%{escdir}/chrome/content
|
%{escdir}/chrome/content
|
||||||
@ -195,9 +209,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-13
|
* Tue Nov 19 2011 Jack Magne <jmagne@redhat.com>= 1.1.0-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Related #688361 - Get ESC to run on Gecko 2.0.
|
||||||
|
|
||||||
* Thu Apr 15 2010 Jack Magne <jmagne@redhat.com>= 1.1.0-11
|
* Thu Apr 15 2010 Jack Magne <jmagne@redhat.com>= 1.1.0-11
|
||||||
- Adjust for new linking rules.
|
- Adjust for new linking rules.
|
||||||
* Tue Sep 15 2009 Jack Magne <jmagne@redhat.com>= 1.1.0-10
|
* Tue Sep 15 2009 Jack Magne <jmagne@redhat.com>= 1.1.0-10
|
||||||
|
Loading…
Reference in New Issue
Block a user