From 3a42bf6f673f42daeb866e1602c30afa0d83e1b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 20 Dec 2012 11:27:11 +0100 Subject: [PATCH 1/1] - initial --- tanidvr.spec | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tanidvr.spec diff --git a/tanidvr.spec b/tanidvr.spec new file mode 100644 index 0000000..25e8364 --- /dev/null +++ b/tanidvr.spec @@ -0,0 +1,42 @@ +Summary: A tool for DVRs based on the DVR-IP protocol +Name: tanidvr +Version: 1.1.0 +Release: 1 +License: BSD +Group: Applications/Graphics +URL: http://tanidvr.sourceforge.net +Source0: http://downloads.sourceforge.net/tanidvr/%{name}-%{version}.tar.bz2 +# Source0-md5: c404b1f68743cc1d57e1ca355c5699cc +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +TaniDVR is a CLI tool for accessing DVRs used for CCTV surveillance +systems based on the proprietary DVR-IP protocol (port 37777/TCP). +Those are inexpensive Linux-based OEM DVRs sold under several distinct +brands around the world.All those DVRs, regardless their branding, are +produced by this company: Zhejiang Dahua Technology Co., +Ltd.Unfortunately those DVRs do not come with Un*x-compatible (Linux, +- *BSD..) clients, and its web interface only works with a certain web +browser for a certain proprietary OS.So now you can finally access +(watch, record) the videos from such DVRs from a proper OS. + +%prep +%setup -q + +%build +%configure + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc BUGS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/%{name} +%attr(755,root,root) %{_bindir}/dhav2mkv -- 2.44.0