source: projects/specs/trunk/x/xorg-x11-drv-voodoo/xorg-x11-drv-voodoo-vl.spec @ 9775

Revision 9775, 5.5 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

Line 
1%define tarball xf86-video-voodoo
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 voodoo video driver
6Summary(ja):   Xorg X11 voodoo ビデオドライバ
7Name:      xorg-x11-drv-voodoo
8Version:   1.2.5
9Release:   6%{?_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: voodoo.xinf
17Source2: make-git-snapshot.sh
18Source3: commitid
19
20# http://cgit.freedesktop.org/xorg/driver/xf86-video-voodoo/commit/?id=9172ae566a0e85313fc80ab62b4455393eefe593
21Patch0: xf86-video-voodoo-dont-use-PCITAG.patch
22
23ExcludeArch: s390 s390x
24
25BuildRequires: xorg-x11-server-sdk >= 1.6
26
27Requires:  hwdata
28Requires:  xorg-x11-server-Xorg
29
30Vendor: Project Vine
31Distribution: Vine Linux
32
33%description
34X.Org X11 voodoo video driver.
35
36%prep
37%setup -q -n %{tarball}-%{version}
38%patch0 -p1
39
40%build
41%configure --disable-static --enable-xaa=no
42make
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47make install DESTDIR=$RPM_BUILD_ROOT
48
49mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
50install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
51
52# FIXME: Remove all libtool archives (*.la) from modules directory.  This
53# should be fixed in upstream Makefile.am or whatever.
54find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(-,root,root,-)
61%{driverdir}/voodoo_drv.so
62%{_datadir}/hwdata/videoaliases/voodoo.xinf
63%{_mandir}/man4/voodoo.4*
64
65%changelog
66* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-6
67- rebuild with xserver-1.17.2
68- add Patch0 (xf86-video-voodoo-dont-use-PCITAG.patch)
69
70* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-5
71- rebuild with xserver-1.16.2
72
73* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-4
74- rebuild with xserver-1.15.2
75
76* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-3
77- rebuild with VineSeed environment
78
79* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-2
80- rebuild with xserver-1.14.1
81
82* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-1
83- new upstream release
84
85* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-5
86- rebuild with xserver-1.12.0
87
88* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-4
89- rebuild with xserver-1.11.1.902
90
91* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-3
92- rebuild with xserver-1.10.0
93
94* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-2
95- rebuild with xserver-1.9.2
96
97* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
98- new upstream release
99
100* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-2
101- rebuild with xserver-1.8rc
102
103* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
104- new upstream release
105
106* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
107- new upstream release
108
109* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-2
110- rebuild with xorg-server-1.4.99
111
112* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
113- initial build for Vine Linux
114
115* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.2.0-1
116- upgrade to latest upstream release
117
118* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 1.1.1-3.20080310
119- update to fixed snapshot
120
121* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 1.1.1-3.20080303
122- git snapshot for pciaccess conversion
123
124* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.1-2
125- Autorebuild for GCC 4.3
126
127* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.1-1
128- xf86-video-voodoo 1.1.1
129
130* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-6
131- Rebuild for ppc toolchain bug
132
133* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-5
134- Update Requires and BuildRequires.  Disown the module directories.  Add
135  Requires: hwdata.
136
137* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
138- ExclusiveArch -> ExcludeArch
139
140* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
141- rebuild
142
143* Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
144- Bumped sdk dep to pick up proto-devel indirectly.
145
146* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
147- Rebuild for 7.1 ABI fix.
148
149* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
150- Update to 1.1.0 from 7.1RC1.
151
152* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.2
153- bump again for double-long bug on ppc(64)
154
155* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.1
156- rebuilt for new gcc4.1 snapshot and glibc changes
157
158* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.0.5-1
159- Updated xorg-x11-drv-voodoo to version 1.0.0.5 from X11R7.0
160
161* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
162- Updated xorg-x11-drv-voodoo to version 1.0.0.4 from X11R7 RC4
163- Removed 'x' suffix from manpage dirs to match RC4 upstream.
164
165* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
166- Updated xorg-x11-drv-voodoo to version 1.0.0.2 from X11R7 RC2
167
168* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
169- Updated xorg-x11-drv-voodoo to version 1.0.0.1 from X11R7 RC1
170- Fix *.la file removal.
171* Tue Oct 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
172- Update BuildRoot to use Fedora Packaging Guidelines.
173- Deglob file manifest.
174- Limit "ExclusiveArch" to x86, x86_64 ia64 ppc alpha sparc sparc64
175
176* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
177- Initial spec file for voodoo video driver generated automatically
178  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.