source: projects/specs/trunk/x/xorg-x11-drv-rendition/xorg-x11-drv-rendition-vl.spec @ 5089

Revision 5089, 4.6 KB checked in by Takemikaduchi, 13 years ago (diff)

xserver-1.11.1.902 (1.11.2 RC2)

Line 
1%define tarball xf86-video-rendition
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 rendition video driver
6Summary(ja):   Xorg X11 rendition ビデオドライバ
7Name:      xorg-x11-drv-rendition
8Version:   4.2.4
9Release:   4%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
16Source1:    rendition.xinf
17
18ExcludeArch: s390 s390x
19
20BuildRequires: xorg-x11-server-sdk >= 1.6
21
22Requires:  hwdata
23Requires:  xorg-x11-server-Xorg
24
25%description
26X.Org X11 rendition video driver.
27
28%prep
29%setup -q -n %{tarball}-%{version}
30
31%build
32%configure --disable-static
33make
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38make install DESTDIR=$RPM_BUILD_ROOT
39mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
40install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
41
42# FIXME: Remove all libtool archives (*.la) from modules directory.  This
43# should be fixed in upstream Makefile.am or whatever.
44find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root,-)
51%{driverdir}/rendition_drv.so
52%{_datadir}/hwdata/videoaliases/rendition.xinf
53%{moduledir}/v10002d.uc
54%{moduledir}/v20002d.uc
55%{_mandir}/man4/rendition.4*
56
57%changelog
58* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-4
59- rebuild with xserver-1.11.1.902
60
61* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-3
62- rebuild with xserver-1.10.0
63
64* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-2
65- rebuild with xserver-1.9.2
66
67* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-1
68- new upstream release
69
70* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-2
71- rebuild with xserver-1.8rc
72
73* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-1
74- new upstream release
75
76* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.1-1
77- new upstream release
78
79* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-2
80- rebuild with xorg-server-1.4.99
81
82* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-1
83- initial build for Vine Linux
84
85* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 4.2.0-1
86- Latest upstream release
87
88* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 4.1.3-7.20080303
89- Git snapshot for pciaccess lovin.
90
91* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.3-6
92- Autorebuild for GCC 4.3
93
94* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 4.1.3-5
95- Rebuild for PPC toolchain bug
96
97* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 4.1.3-4
98- Update Requires and BuildRequires.  Add Requires: hwdata.
99
100* Tue May 08 2007 Adam Jackson <ajax@redhat.com> 4.1.3-3
101- rendition.xinf: Be non-empty.  And get installed. (#208827)
102
103* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 4.1.3-2
104- ExclusiveArch -> ExcludeArch
105
106* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 4.1.3-1
107- Update to 4.1.3
108
109* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.1.0-3.1
110- rebuild
111
112* Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-3
113- Build on x86_64.
114
115* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-2
116- Rebuild for 7.1 ABI fix.
117
118* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-1
119- Update to 4.1.0 from 7.1RC1.
120
121* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 4.0.1.3-1.1
122- rebuilt for new gcc4.1 snapshot and glibc changes
123
124* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 4.0.1.3-1
125- Updated xorg-x11-drv-rendition to version 4.0.1.3 from X11R7.0
126
127* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 4.0.1.2-1
128- Updated xorg-x11-drv-rendition to version 4.0.1.2 from X11R7 RC4
129- Removed 'x' suffix from manpage dirs to match RC4 upstream.
130- Remove unnecessary *.data files from moduledir.
131
132* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 4.0.1-1
133- Updated xorg-x11-drv-rendition to version 4.0.1 from X11R7 RC2
134
135* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 4.0.0.1-1
136- Updated xorg-x11-drv-rendition to version 4.0.0.1 from X11R7 RC1
137- Fix *.la file removal.
138- Added v10002d.uc, v20002d.uc, vgafont-std.data, vgafont-vrx.data,
139  vgapalette.data to file manifest, although these really belong as C files
140  in the source, that end up built into the driver.
141
142* Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
143- Update BuildRoot to use Fedora Packaging Guidelines.
144- Deglob file manifest.
145- Limit "ExclusiveArch" to x86
146
147* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-0
148- Initial spec file for rendition video driver generated automatically
149  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.