Author: sls Date: Sat Jan 5 18:44:20 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use /usr/share/X11/app-defaults - autoconf (patched configure.ac)
---- Files affected: SPECS: xawtv.spec (1.130 -> 1.131) ---- Diffs: ================================================================ Index: SPECS/xawtv.spec diff -u SPECS/xawtv.spec:1.130 SPECS/xawtv.spec:1.131 --- SPECS/xawtv.spec:1.130 Sat Jan 5 17:02:49 2008 +++ SPECS/xawtv.spec Sat Jan 5 19:44:14 2008 @@ -11,7 +11,7 @@ Summary(uk.UTF-8): Перегляд та запис відеопотоків Name: xawtv Version: 3.95 -Release: 0.1 +Release: 0.2 License: GPL Group: X11/Applications Source0: http://dl.bytesex.org/releases/xawtv/%{name}-%{version}.tar.gz @@ -33,6 +33,7 @@ BuildRequires: OpenGL-devel %{?with_aalib:BuildRequires: aalib-devel} BuildRequires: alsa-lib-devel +BuildRequires: autoconf BuildRequires: libjpeg-devel %{?with_lirc:BuildRequires: lirc-devel} BuildRequires: ncurses-devel >= 5.1 @@ -50,7 +51,7 @@ Requires(post,postun): fontpostinst BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _appdefsdir /usr/X11R6/lib/X11/app-defaults +%define _appdefsdir %{_datadir}/X11/app-defaults %define font_dir tv-fonts-1.1 %description @@ -179,6 +180,7 @@ %patch6 -p1 %build +%{__autoconf} CFLAGS="%{rpmcflags} -I/usr/include/ncurses -I/usr/include/X11/fonts"; export CFLAGS # MMX support in linear-blend plugin is chosen at compile time - athlon/p3/p4 only %configure \ @@ -320,6 +322,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.131 2008-01-05 18:44:14 sls +- use /usr/share/X11/app-defaults +- autoconf (patched configure.ac) + Revision 1.130 2008-01-05 16:02:49 sls - more xorg BR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xawtv.spec?r1=1.130&r2=1.131&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
