Browse Source

updated fuse_b25-vl.spec

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

+ 10 - 14
f/fuse_b25/fuse_b25-vl.spec

@@ -1,11 +1,10 @@
-%define devtool b25dvr
+%define devtool b25dir
 
 Name:           fuse_b25
-Version:        0.3.0
+Version:        0.4.0
 Summary:	FUSE filesystem to descramble streams from ISDB-T/S DVB devices
-Release: 	2%{?_dist_release}
-Source0:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0543.zip
-Source1:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0548.zip
+Release: 	1%{?_dist_release}
+Source0:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0594.zip
 Patch0:		fuse_b25-0.3.0-b25dvr-console_apps.patch
 Group:		System Environment/Base
 License:        GPLv3
@@ -30,16 +29,11 @@ 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}
 
 %__tar zxf %{name}-%{version}/%{name}-%{version}.tar.gz
 
 %setup -D -T %{name}-%{version}
 
-%__patch -p1 -b < ../add-crc.diff
-
-%patch0 -p1 -b .vine
-
 
 %build
 %configure
@@ -49,8 +43,6 @@ This package includes a helper script to backup/restore the real dvr0 device.
 %install
 %__rm -rf $RPM_BUILD_ROOT
 %__make install DESTDIR=$RPM_BUILD_ROOT
-%__rm $RPM_BUILD_ROOT%{_bindir}/fuse_b25.org
-%__rm $RPM_BUILD_ROOT%{_sbindir}/rendvr0
 %__install -d $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
 %__install -p -m 0644 helper/pam.d/%{devtool} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/
 %__install -d $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
@@ -63,8 +55,8 @@ This package includes a helper script to backup/restore the real dvr0 device.
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%doc helper/80-dvr-b25.rules helper/rendvr0 src/fuse_b25.org
+%doc AUTHORS COPYING ChangeLog NEWS README README.old
+%doc helper/80-fuse_b25.rules
 %{_bindir}/%{name}
 %{_bindir}/%{devtool}
 %{_sbindir}/%{devtool}
@@ -73,6 +65,10 @@ This package includes a helper script to backup/restore the real dvr0 device.
 
 
 %changelog
+* Fri Mar 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.0-1
+- new upstream release
+  - dropped rendvr0, fuse_b25.org
+
 * Mon Feb 07 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.0-2
 - fixed PROGRAM and added GUI=no in console.apps/b25dvr