Преглед изворни кода

upgrading package: opera 8.52 -> 8.54

Ralf S. Engelschall пре 19 година
родитељ
комит
addc467a84
2 измењених фајлова са 8 додато и 23 уклоњено
  1. 0 12
      opera/opera.patch
  2. 8 11
      opera/opera.spec

+ 0 - 12
opera/opera.patch

@@ -1,12 +0,0 @@
-Index: install.sh
---- install.sh.orig	2006-02-01 15:26:54 +0100
-+++ install.sh	2006-02-19 11:32:32 +0100
-@@ -1340,7 +1340,7 @@
-     then
- 	# System wide configuration files
- 	case "${os}" in
--	    FreeBSD|OpenBSD|NetBSD)	config_dir='/usr/local/etc'
-+	    FreeBSD|OpenBSD|NetBSD)	config_dir='/usr/local/etc' ;;
- 	    *)				config_dir="/etc";;
- 	esac
- 

+ 8 - 11
opera/opera.spec

@@ -23,13 +23,13 @@
 ##
 
 #   package version
-%define       V_openpkg   8.52
-%define       V_bsd_comp  852
-%define       V_bsd_real  8.52-20060201.1
-%define       V_lnx_comp  852
-%define       V_lnx_real  8.52-20060201.1
-%define       V_sol_comp  852
-%define       V_sol_real  8.52-20060201.1
+%define       V_openpkg   8.54
+%define       V_bsd_comp  854
+%define       V_bsd_real  8.54-20060330.1
+%define       V_lnx_comp  854
+%define       V_lnx_real  8.54-20060330.1
+%define       V_sol_comp  854
+%define       V_sol_real  8.54-20060330.1
 
 #   package information
 Name:         opera
@@ -42,13 +42,12 @@ Class:        EVAL
 Group:        Web
 License:      Commercial
 Version:      %{V_openpkg}
-Release:      20060219
+Release:      20060405
 
 #   list of sources
 Source0:      ftp://ftp.opera.com/pub/opera/unix/freebsd/%{V_bsd_comp}/final/en/static/opera-%{V_bsd_real}-static-qt.i386.freebsd-en.tar.bz2
 Source1:      ftp://ftp.opera.com/pub/opera/linux/%{V_lnx_comp}/final/en/i386/static/opera-%{V_lnx_real}-static-qt.i386-en.tar.bz2
 Source2:      ftp://ftp.opera.com/pub/opera/unix/solaris/%{V_sol_comp}/final/en/static/opera-%{V_sol_real}-static-qt-sol8-sparc-local-en.tar.bz2
-Patch0:       opera.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -92,8 +91,6 @@ AutoReqProv:  no
         * ) echo "Platform \"%{l_platform -t}\" not supported" 1>&2; exit 1 ;;
     esac
     %{l_bzip2} -d -c $src | %{l_tar} xf -
-    cd opera-*
-    %patch -p0
 
 %build