SPECS: ies4linux.spec - update

glen glen at pld-linux.org
Thu Oct 19 12:09:00 CEST 2006


Author: glen                         Date: Thu Oct 19 10:09:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update

---- Files affected:
SPECS:
   ies4linux.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/ies4linux.spec
diff -u SPECS/ies4linux.spec:1.3 SPECS/ies4linux.spec:1.4
--- SPECS/ies4linux.spec:1.3	Wed Oct 18 23:29:57 2006
+++ SPECS/ies4linux.spec	Thu Oct 19 12:08:54 2006
@@ -8,10 +8,11 @@
 
 %define	_installdir	%{_datadir}/ies4linux
 
-# TODOs:
-#	- *.desktop files for each ie
-#	- sources downloaded via install script as NoSourceXX
-#	- move profiles to $HOME directory
+# 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 6, 5.5 and 5 on Linux with Wine
 Summary(pl):	Uruchamianie IE 6, 5.5 i 5 pod Linuksem przy użyciu Wine
@@ -86,9 +87,6 @@
 %description ie6 -l pl
 Internet Explorer 6.
 
-%build
-exit 0
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -120,12 +118,15 @@
 %groupadd -g 212 -r -f ies4linux
 
 %post
-%banner -e %{name} <<EOF
+if [ "$1" = 1 ]; then
+%banner -e %{name} <<'EOF'
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Remember to add users which will use IEs to ies4linux group or  *
 * they won't be able to create they profiles and runing IEs fail. *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 EOF
+#'
+fi
 
 %postun
 if [ "$1" = "0" ]; then
@@ -360,6 +361,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/10/19 10:08:54  glen
+- update
+
 Revision 1.3  2006/10/18 21:29:57  pascalek
 - up to 2.0
 - separate packages for ie5, ie55, ie6
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ies4linux.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list