-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdvgrab.spec
64 lines (45 loc) · 1.2 KB
/
dvgrab.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# spec file to create a RPM package (rpm -ba dvgrab.spec)
Name: dvgrab
Version: 2.1
Release: 1
Packager: [email protected]
Copyright: 2000-2005, Arne Schirmacher, Charles Yates, Dan Dennedy (GPL)
Group: Utilities/System
Source0: dvgrab-%{version}.tar.gz
URL: http://www.kinodv.org/
Summary: A program to copy Digital Video data from a DV camcorder
Requires: libraw1394 >= 1.2.0
Requires: libiec1394 >= 1.0.0
Requires: libavc1394 >= 0.4.1
Requires: libdv >= 0.103
Prefix: /usr
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libraw1394-devel >= 1.2.0
BuildRequires: libiec1394-devel >= 1.0.0
BuildRequires: libavc1394-devel >= 0.4.1
BuildRequires: libdv-devel >= 0.103
%description
dvgrab copies digital video data from a DV camcorder.
%changelog
* Fri May 18 2001 Arne Schirmacher <[email protected]>
- minor change for libraw 0.9, bugfix
* Sat Feb 10 2001 Arne Schirmacher <[email protected]>
- initial package
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
%build
./configure --prefix=/usr
make
%install
mkdir -p %buildroot%{_bindir}
make DESTDIR=%buildroot install
%clean
rm -rf %buildroot
%post
%postun
%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%doc README ChangeLog NEWS