|
|
Author: ajackson
Update of /cvs/dist/rpms/xorg-x11-drv-trident/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13977
Modified Files:
xorg-x11-drv-trident.spec
Added Files:
trident-1.2.3-dead-file.patch
Removed Files:
trident-missing-symbols-bug168713.patch
Log Message:
* Mon Feb 26 2007 Adam Jackson <ajax@xxxxxxxxxx> 1.2.3-4
- Don't compile a dead file
trident-1.2.3-dead-file.patch:
Makefile.am | 1 -
1 files changed, 1 deletion(-)
--- NEW FILE trident-1.2.3-dead-file.patch ---
--- xf86-video-trident-1.2.3/src/Makefile.am.jx 2006-11-03 11:31:54.000000000
-0500
+++ xf86-video-trident-1.2.3/src/Makefile.am 2007-02-26 17:50:14.000000000
-0500
@@ -40,7 +40,6 @@
trident.h \
tridenthelper.c \
trident_i2c.c \
- tridentramdac.c \
trident_regs.h \
trident_shadow.c \
trident_tv.c \
Index: xorg-x11-drv-trident.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-trident/devel/xorg-x11-drv-trident.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xorg-x11-drv-trident.spec 16 Feb 2007 21:51:18 -0000 1.16
+++ xorg-x11-drv-trident.spec 26 Feb 2007 23:06:15 -0000 1.17
@@ -7,19 +7,20 @@
Summary: Xorg X11 trident video driver
Name: xorg-x11-drv-trident
Version: 1.2.3
-Release: 3%{?dist}
+Release: 4%{?dist}
URL: http://www.x.org
-License: MIT/X11
+License: MIT
Group: User Interface/X Hardware Support
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
Source1: trident.xinf
-Patch0: trident-missing-symbols-bug168713.patch
+Patch0: trident-1.2.3-dead-file.patch
ExcludeArch: s390 s390x
+BuildRequires: automake autoconf libtool
BuildRequires: pkgconfig
BuildRequires: xorg-x11-server-sdk >= 1.0.99.901
@@ -30,9 +31,10 @@
%prep
%setup -q -n %{tarball}-%{version}
-%patch0 -p0 -b .trident-missing-symbols-bug168713
+%patch0 -p1 -b .dead-file
%build
+autoreconf -v --install
%configure --disable-static
make
@@ -58,6 +60,9 @@
%{_mandir}/man4/trident.4*
%changelog
+* Mon Feb 26 2007 Adam Jackson <ajax@xxxxxxxxxx> 1.2.3-4
+- Don't compile a dead file
+
* Fri Feb 16 2007 Adam Jackson <ajax@xxxxxxxxxx> 1.2.3-3
- ExclusiveArch -> ExcludeArch
--- trident-missing-symbols-bug168713.patch DELETED ---
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|