Browse Source

updated fuse_b25-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4174 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 14 years ago
parent
commit
9326a02aea
1 changed files with 17 additions and 41 deletions
  1. 17 41
      f/fuse_b25/fuse_b25-vl.spec

+ 17 - 41
f/fuse_b25/fuse_b25-vl.spec

@@ -1,23 +1,12 @@
 %define devtool b25dir
 
 Name:           fuse_b25
-Version:        0.4.6
+Version:        0.4.8
 Summary:	FUSE filesystem to descramble streams from ISDB-T/S DVB devices
 Release: 	1%{?_dist_release}
-## 0.4.1
-Source0:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0596.zip
-## 0.4.1 -> 0.4.2
-Source1:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0600.zip
-## 0.4.2 -> 0.4.3
-Source2:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0606.zip
-## 0.4.3 -> 0.4.4
-Source3:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0607.zip
-## 0.4.4 -> 0.4.5
-Source4:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0623.zip
-## 0.4.5 -> 0.4.6
-Source5:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0631.zip
-
-Patch0:		fuse_b25-0.4.0-stream-iconv_open-utf16be.patch
+Source0:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0664.zip
+
+#Patch0:		fuse_b25-0.4.0-stream-iconv_open-utf16be.patch
 
 ## Vine
 Patch10:	fuse_b25-0.4.0-b25dir-console_apps.patch
@@ -45,32 +34,13 @@ This package includes a helper script to backup/restore the real dvr0 device.
 [ -d %{name}-%{version} ] && %__rm -rf %{name}-%{version}
 
 %__unzip -o %{SOURCE0}
-%__unzip -o %{SOURCE1}
-%__unzip -o %{SOURCE2}
-%__unzip -o %{SOURCE3}
-%__unzip -o %{SOURCE4}
-%__unzip -o %{SOURCE5}
-
-#%__tar zxf %{name}-%{version}/%{name}-%{version}.tar.gz
-%__tar zxf %{name}-0.4.1/%{name}-0.4.1.tar.gz
-
-#% setup -D -T %{name}-%{version}
-%setup -D -T -n %{name}-0.4.1
-
-## 0.4.1 -> 0.4.2
-patch -p1 < ../fuse_b25-0.41to0.42/0003-convert-text-to-UTF16BE.patch || exit 1
-patch -p1 < ../fuse_b25-0.41to0.42/0004-convert-genre-info.patch || exit 1
-## 0.4.2 -> 0.4.3
-patch -p1 < ../0005-nonblock-read.patch || exit 1
-## 0.4.3 -> 0.4.4
-patch -p1 < ../0006-mutex-demuxer.patch || exit 1
-## 0.4.4 -> 0.4.5
-patch -p1 < ../fuse_b25-0.4.5/0007-fix-memory-corruption.patch || exit 1
-## 0.4.5 -> 0.4.6
-patch -p1 < ../fuse_b25-0.4.6/0008-fix-memory-corrupution2.patch || exit 1
-%__cp -a ../fuse_b25-%{version}/README . || exit 1
-
-%patch0 -p0 -b .utf16be
+(cd %{name}-%{version}
+    %__unzip -o %{name}-%{version}.zip || exit 1
+)
+
+%setup -D -T -n %{name}-%{version}/%{name}-%{version}
+
+#%patch0 -p0 -b .utf16be
 
 %patch10 -p1 -b .vine
 
@@ -104,11 +74,17 @@ patch -p1 < ../fuse_b25-0.4.6/0008-fix-memory-corrupution2.patch || exit 1
 
 
 %changelog
+* Sat Jun 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.8-1
+- new upstream release
+- dropped old patches/archives
+
 * Wed May 04 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.6-1
 - new upstream release
+  - applied 0008-fix-memory-corrupution2.patch
 
 * Fri Apr 15 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-1
 - new upstream release
+  - applied 0007-fix-memory-corruption.patch
 
 * Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.4-1
 - new upstream release