diff --git a/.gitignore b/.gitignore index c1ad6cf..1ca1255 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ dvgrab-3.5.tar.gz +/dvgrab-e46042e0c7b3523b6854ee547b0534e8310b7460.zip diff --git a/dvgrab.spec b/dvgrab.spec index 38e631d..a48242f 100644 --- a/dvgrab.spec +++ b/dvgrab.spec @@ -1,14 +1,21 @@ +%global checkout e46042e0c7b3523b6854ee547b0534e8310b7460 +%global date 20160616 + Summary: Utility to capture video from a DV camera Name: dvgrab Version: 3.5 -Release: 14%{?dist} +Release: 15.%{date}git%(echo %{checkout} | cut -c-6)%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.kinodv.org/ -Source: http://downloads.sourceforge.net/project/kino/%{name}/%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libraw1394-devel libavc1394-devel libdv-devel -BuildRequires: libiec61883-devel libjpeg-devel +Source: https://github.com/ddennedy/dvgrab/archive/%{checkout}.zip#/dvgrab-%{checkout}.zip +BuildRequires: libraw1394-devel +BuildRequires: libavc1394-devel +BuildRequires: libdv-devel +BuildRequires: libiec61883-devel +BuildRequires: libjpeg-devel +BuildRequires: autoconf, automake, libtool + ExcludeArch: s390 s390x %description @@ -16,26 +23,26 @@ The dvgrab utility will capture digital video from a DV source on the firewire (IEEE-1394) bus. %prep -%setup -q +%setup -q -n dvgrab-%{checkout} %build +autoreconf -ivf %configure make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,0755) -%doc README COPYING ChangeLog NEWS +%license COPYING +%doc README ChangeLog NEWS %{_bindir}/dvgrab %{_mandir}/man1/dvgrab.1* %changelog +* Mon Jul 25 2016 Antonio Trande - 3.5-15.20160616gite46042 +- Rebuild with new source code + * Wed Feb 03 2016 Fedora Release Engineering - 3.5-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4f12da1..e4604f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b39a242ce63e80fc347ab59931f75649 dvgrab-3.5.tar.gz +3de010a79b095f4a67640c503e78af02 dvgrab-e46042e0c7b3523b6854ee547b0534e8310b7460.zip