SPECS: ies4linux.spec - patch not to ask questions - deps and cosm...
glen
glen at pld-linux.org
Fri Dec 22 17:12:07 CET 2006
Author: glen Date: Fri Dec 22 16:12:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- patch not to ask questions
- deps and cosmetics
---- Files affected:
SPECS:
ies4linux.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/ies4linux.spec
diff -u SPECS/ies4linux.spec:1.10 SPECS/ies4linux.spec:1.11
--- SPECS/ies4linux.spec:1.10 Fri Nov 24 16:52:49 2006
+++ SPECS/ies4linux.spec Fri Dec 22 17:12:01 2006
@@ -17,16 +17,14 @@
%define _installdir %{_datadir}/ies4linux
# TODO:
-# - *.desktop files for each ie
# - sources downloaded via install script as NoSourceXX
# - move profiles to $HOME directory
# - License tag specifies package license? then it should not be GPL
-
Summary: Run IE 7, 6, 5.5 and 5 on Linux with Wine
Summary(pl): Uruchamianie IE 7, 6, 5.5 i 5 pod Linuksem przy użyciu Wine
Name: ies4linux
Version: 2.0
-Release: 0.4
+Release: 0.6
License: GPL v2
Group: X11/Applications/Networking
Source0: http://www.tatanka.com.br/ies4linux/downloads/%{name}-%{version}.tar.gz
@@ -42,9 +40,11 @@
%endif
Source5: %{name}.desktop
Patch0: %{name}-destdir.patch
+Patch1: %{name}.patch
URL: http://www.tatanka.com.br/ies4linux/index-en.html
BuildRequires: cabextract
BuildRequires: wine
+#BuildRequires: bash
Requires(postun): /usr/sbin/groupdel
Requires(postun): /usr/sbin/userdel
Requires(pre): /bin/id
@@ -67,6 +67,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%if %{with ie7}
mkdir ie7
cd ie7
@@ -144,10 +145,7 @@
--destdir $RPM_BUILD_ROOT \
--downloaddir %{_sourcedir} \
--locale EN-US \
- --install-flash << EOF
-n
-n
-EOF
+ --install-flash
rm -rf $RPM_BUILD_ROOT%{_installdir}/{ie5,ie55,ie6}/drive_c/windows/profiles/%(id -u -n)
rm $RPM_BUILD_ROOT%{_installdir}/ie{5,55,6}/.firstrun
@@ -157,13 +155,13 @@
#
rm $RPM_BUILD_ROOT%{_bindir}/ie*
cp %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/ies4linux
-ln -sf %{_bindir}/ies4linux $RPM_BUILD_ROOT%{_bindir}/ie5
-ln -sf %{_bindir}/ies4linux $RPM_BUILD_ROOT%{_bindir}/ie55
-ln -sf %{_bindir}/ies4linux $RPM_BUILD_ROOT%{_bindir}/ie6
+ln -sf ies4linux $RPM_BUILD_ROOT%{_bindir}/ie5
+ln -sf ies4linux $RPM_BUILD_ROOT%{_bindir}/ie55
+ln -sf ies4linux $RPM_BUILD_ROOT%{_bindir}/ie6
cp -a ie[56]*.desktop $RPM_BUILD_ROOT%{_desktopdir}
%if %{with ie7}
-ln -sf %{_bindir}/ies4linux $RPM_BUILD_ROOT%{_bindir}/ie7
+ln -sf ies4linux $RPM_BUILD_ROOT%{_bindir}/ie7
cp -a ie7.desktop $RPM_BUILD_ROOT%{_desktopdir}/ie7.desktop
cp -a $RPM_BUILD_ROOT%{_installdir}/ie6 $RPM_BUILD_ROOT%{_installdir}/ie7
@@ -503,6 +501,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2006/12/22 16:12:01 glen
+- patch not to ask questions
+- deps and cosmetics
+
Revision 1.10 2006/11/24 15:52:49 glen
- add desktop files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ies4linux.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list