123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- %define devtool b25dir
- Name: fuse_b25
- Version: 0.4.8
- Summary: FUSE filesystem to descramble streams from ISDB-T/S DVB devices
- Release: 1%{?_dist_release}
- 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
- Group: System Environment/Base
- License: GPLv3
- BuildRequires: unzip
- BuildRequires: fuse-devel >= 2.8, pcsc-lite-devel
- Requires: fuse >= 2.8, pcsc-lite
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Packager: munepi
- %description
- Fuse filesystems which mounts on a backed-up /dev/dvb/adapterN/dvr0 and
- relays output streams from the real device to standard DVB applications,
- as well as descrambling MULTI2 with pcscd.
-
- This package includes a helper script to backup/restore the real dvr0 device.
- %prep
- [ -d %{name}-%{version} ] && %__rm -rf %{name}-%{version}
- %__unzip -o %{SOURCE0}
- (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
- %build
- %configure
- %__make %{?_smp_mflags}
- %install
- %__rm -rf $RPM_BUILD_ROOT
- %__make install DESTDIR=$RPM_BUILD_ROOT
- %__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
- %__install -p -m 0644 helper/console.apps/%{devtool} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/
- %__ln_s /usr/bin/consolehelper $RPM_BUILD_ROOT%{_bindir}/%{devtool}
- %clean
- %__rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING ChangeLog NEWS README README.old
- %doc helper/80-fuse_b25.rules
- %{_bindir}/%{name}
- %{_bindir}/%{devtool}
- %{_sbindir}/%{devtool}
- %config %{_sysconfdir}/security/console.apps/%{devtool}
- %config %{_sysconfdir}/pam.d/%{devtool}
- %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
- - applied fuse_b25-0.4.0-stream-iconv_open-utf16be.patch
- - applied fuse_b25-0.4.0-b25dir-console_apps.patch
- * 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
- * Sun Feb 06 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.0-1
- - initial build
- * Mon Dec 6 2010 0p1pp1 - 0.2.1-1
- - updated to ver. 0.2.1
- * Fri Sep 17 2010 0p1pp1 - 0.2-1
- - updated to ver.0.2
- * Fri Dec 11 2009 0p1pp1 - 0.1
- - initial release
|