1 Name: xawtv
2 Group: Applications/Multimedia
3 Autoreqprov: on
4 Version: 3.94
5 Release: 0
6 License: GPL
7 Summary: v4l applications
8 Source: http://bytesex.org/xawtv/%{name}_%{version}.tar.gz
9 Buildroot: /var/tmp/root.%{name}-%{version}
10
11 %description
12 fixme
13
14 %prep
15 %setup -q
16
17 %build
18 mkdir build
19 cd build
20 CFLAGS="$RPM_OPT_FLAGS" ../configure --prefix=/usr/X11R6
21 make
22
23 %install
24 test "%{buildroot}" != "" && rm -rf "%{buildroot}"
25 (cd build; make DESTDIR="%{buildroot}" SUID_ROOT="" install)
26 gzip -v %{buildroot}/usr/X11R6/man/man*/*.[158]
27 gzip -v %{buildroot}/usr/X11R6/man/*/man*/*.[158]
28 find %{buildroot} -type f -print \
29 | sed -e 's|%{buildroot}||' \
30 | grep -v -e %{docdir} \
31 | grep -v -e bin/v4l-conf \
32 > filelist
33
34 %files -f filelist
35 %defattr(-,root,root)
36 %doc COPYING Changes TODO README README.* contrib/frequencies*
37 %attr(4711,root,root) /usr/X11R6/bin/v4l-conf
38
39 %clean
40 test "%{buildroot}" != "" && rm -rf "%{buildroot}"
|
This page was automatically generated by the
LXR engine.
|