SPECS: ies4linux.spec (NEW) - new, (need x86 $DISPLAY) to hack fur...

glen glen at pld-linux.org
Sun May 28 22:53:37 CEST 2006


Author: glen                         Date: Sun May 28 20:53:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, (need x86 $DISPLAY) to hack further

---- Files affected:
SPECS:
   ies4linux.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ies4linux.spec
diff -u /dev/null SPECS/ies4linux.spec:1.1
--- /dev/null	Sun May 28 22:53:37 2006
+++ SPECS/ies4linux.spec	Sun May 28 22:53:32 2006
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+# This spec file is released under the GNU General Public License version 2.0
+# (http://www.gnu.org/licenses/gpl.txt).
+#
+# NOTE: Releasing this spec file under the GPL does not alter the licensing
+# of Internet Explorer itself. Satisfying the terms of Internet Explorer's
+# license remains the user's responsibility.
+
+%define	_wine_cdrive	%{_datadir}/wine
+%define	_wine_system	%{_wine_cdrive}/windows/system
+%define	_wine_programs	%{_wine_cdrive}/'Program Files'
+%define	_installdir	%{_wine_programs}/'Internet Explorer'
+
+%define	_beta	beta6
+%define	_rel	0.1
+
+# NOTE
+# - needs $DISPLAY and wine to package!
+
+Summary:	Run IE 6, 5.5 and 5 on Linux with Wine
+Name:		ies4linux
+Version:	2.0
+Release:	0.%{_beta}.%{_rel}
+License:	GPL v2
+Group:		X11/Applications/Networking
+Source0:	http://www.tatanka.com.br/ies4linux/downloads/%{name}-%{version}%{_beta}.tar.gz
+# Source0-md5:	f96f3826dc041b0cdee9a87227db6a75
+URL:		http://www.tatanka.com.br/ies4linux/index-en.html
+BuildRequires:	cabextract
+BuildRequires:	wine
+#Requires:	dcom98
+Requires:	wine
+#Requires:	wine-programs
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+IEs4Linux is the simpler way to have Microsoft Internet Explorer
+running on Linux.
+
+%prep
+%setup -q -n %{name}-%{version}%{_beta}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+bash ./ies4linux \
+	--install-ie6 \
+	--install-ie55 \
+	--install-ie5 \
+	--basedir $RPM_BUILD_ROOT%{_installdir} \
+	--bindir $RPM_BUILD_ROOT%{_bindir} \
+	--downloaddir %{_sourcedir} \
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/28 20:53:32  glen
+- new, (need x86 $DISPLAY) to hack further
+
================================================================


More information about the pld-cvs-commit mailing list