Ver código fonte

upgrading package: io 20070430 -> 20070528

Thomas Lotterer 18 anos atrás
pai
commit
13abd4f226
2 arquivos alterados com 3 adições e 18 exclusões
  1. 0 13
      io/io.patch
  2. 3 5
      io/io.spec

+ 0 - 13
io/io.patch

@@ -1,13 +0,0 @@
-Index: Makefile
---- Makefile.orig	2007-02-19 09:57:42 +0100
-+++ Makefile	2007-02-19 18:07:02 +0100
-@@ -99,7 +99,8 @@
- # Unlink the io binary before copying so running Io processes will keep running
- install:
- 	umask 022
--	mkdir -p $(INSTALL_PREFIX)/{bin,lib} || true
-+	mkdir -p $(INSTALL_PREFIX)/bin || true
-+	mkdir -p $(INSTALL_PREFIX)/lib || true
- 	rm -f $(INSTALL_PREFIX)/bin/io$(BINARY_SUFFIX)
- 	cp _build/binaries/io$(BINARY_SUFFIX) $(INSTALL_PREFIX)/bin || true
- 	chmod ugo+rx $(INSTALL_PREFIX)/bin/io

+ 3 - 5
io/io.spec

@@ -23,8 +23,8 @@
 ##
 
 #   package version
-%define       V_opkg 20070430
-%define       V_dist 2007-04-30
+%define       V_opkg 20070528
+%define       V_dist 2007-05-28
 
 #   package information
 Name:         io
@@ -37,7 +37,7 @@ Class:        EVAL
 Group:        Language
 License:      BSD
 Version:      %{V_opkg}
-Release:      20070507
+Release:      20070531
 
 #   package options
 %option       with_threads no
@@ -47,7 +47,6 @@ Release:      20070507
 
 #   list of sources
 Source0:      http://io.urbanape.com/release/Io-%{V_dist}.zip
-Patch0:       io.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -86,7 +85,6 @@ AutoReqProv:  no
 %prep
     %setup -q -T -c
     %{l_prefix}/bin/unzip -q -x %{SOURCE0}
-    %patch -p0 -d Io-%{V_dist}
 
 %build
     #   prepare addon directory