auto-import esc-1.0.0-7 on branch devel from esc-1.0.0-7.src.rpm
This commit is contained in:
parent
75795d86d0
commit
dc94d41a2e
24
esc.spec
24
esc.spec
@ -1,6 +1,6 @@
|
||||
Name: esc
|
||||
Version: 1.0.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Enterprise Security Client Smart Card Client
|
||||
License: GPL
|
||||
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
||||
@ -13,8 +13,6 @@ Patch2: xulrunner-1.8.0.1-coreconf.patch
|
||||
Patch3: firefox-1.5-with-system-nss.patch
|
||||
Patch4: firefox-1.1-nss-system-nspr.patch
|
||||
Patch5: esc-1.0.0-xul-sys-nss-nspr.patch
|
||||
Patch6: esc-1.0.0-ui-enhance.patch
|
||||
|
||||
|
||||
BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
|
||||
BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
|
||||
@ -23,7 +21,7 @@ BuildRequires: nspr-devel nss-devel
|
||||
BuildRequires: autoconf213 libX11-devel libXt-devel
|
||||
|
||||
BuildRequires: pcsc-lite-devel coolkey-devel
|
||||
BuildRequires: desktop-file-utils zip binutils libnotify-devel
|
||||
BuildRequires: desktop-file-utils zip binutils
|
||||
Requires: pcsc-lite ifd-egate coolkey nss nspr
|
||||
Requires: zip
|
||||
|
||||
@ -65,8 +63,6 @@ cryptographic smartcards.
|
||||
#patch esc to use system nss and nspr.
|
||||
|
||||
%patch5 -p1 -b .fix5
|
||||
%patch6 -p1 -b .fix6
|
||||
|
||||
|
||||
#Unpack xulrunner where esc expects it to be.
|
||||
|
||||
@ -81,8 +77,6 @@ cd mozilla
|
||||
%patch3 -p1 -b .fix3
|
||||
%patch4 -p1 -b .fix4
|
||||
|
||||
|
||||
|
||||
%build
|
||||
|
||||
%ifarch x86_64 ppc64 ia64
|
||||
@ -94,7 +88,7 @@ export USE_64
|
||||
|
||||
cd ../..
|
||||
|
||||
make BUILD_OPT=1 HAVE_LIB_NOTIFY=1
|
||||
make BUILD_OPT=1
|
||||
|
||||
%install
|
||||
|
||||
@ -107,8 +101,10 @@ mkdir -p $RPM_BUILD_ROOT/%{autostartdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{pixmapdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{docdir}
|
||||
|
||||
|
||||
sed -e 's;\$LIBDIR;'%{_libdir}';g' %{SOURCE1} > $RPM_BUILD_ROOT/%{escbindir}/%{name}
|
||||
|
||||
|
||||
chmod 755 $RPM_BUILD_ROOT/%{escbindir}/esc
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/%{escdir}
|
||||
@ -174,15 +170,23 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue Aug 22 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-7
|
||||
- Fix for bug #203211, use of system NSS and NSPR for
|
||||
- Xulrunner ,addressing the problem running on 64 bit.
|
||||
- Overwriting 5 and 6 due to important bug #203211.
|
||||
|
||||
* Fri Aug 18 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-6
|
||||
- Correct problem with Patch #6
|
||||
|
||||
* Tue Aug 17 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-4
|
||||
* Tue Aug 17 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-5
|
||||
- Build ESC's xulrunner component using system nss and nspr
|
||||
- Build process creates run script based on {_libdir} variable,
|
||||
accounting for differences on 64 bit machines.
|
||||
- UI enhancements
|
||||
|
||||
* Tue Aug 1 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
|
||||
- Don't auto-generate requires either
|
||||
|
||||
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-3
|
||||
- Don't provide mozilla libraries
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user