source: projects/specs/trunk/x/xorg-x11-drv-sisusb/xorg-x11-drv-sisusb-vl.spec @ 9108

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

xserver-1.16.2

Line 
1%define tarball xf86-video-sisusb
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 sisusb video driver
6Summary(ja):   Xorg X11 sisusb ビデオドライバ
7Name:      xorg-x11-drv-sisusb
8Version:   0.9.6
9Release:   5%{?_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
16
17Patch0:         xf86-video-sisusb-0.9.6-remove-mibstore.patch
18
19ExcludeArch: s390 s390x
20
21BuildRequires: xorg-x11-server-sdk >= 1.6
22
23Requires:  xorg-x11-server-Xorg
24
25Vendor: Project Vine
26Distribution: Vine Linux
27
28%description
29X.Org X11 sisusb video driver.
30
31%prep
32%setup -q -n %{tarball}-%{version}
33%patch0 -p1 -b .mibstore
34
35%build
36%configure --disable-static
37make
38
39%install
40rm -rf $RPM_BUILD_ROOT
41# FIXME: This should be using makeinstall macro instead.  Please test
42# makeinstall with this driver, and if it works, check it into CVS. If
43# it fails, fix it in upstream sources and file a patch upstream.
44make install DESTDIR=$RPM_BUILD_ROOT
45
46# FIXME: Remove all libtool archives (*.la) from modules directory.  This
47# should be fixed in upstream Makefile.am or whatever.
48find $RPM_BUILD_ROOT -regex ".*.la$" | xargs rm -f --
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%{driverdir}/sisusb_drv.so
56%{_mandir}/man4/*.4*
57
58%changelog
59* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-5
60- rebuild with xserver-1.16.2
61
62* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-4
63- rebuild with xserver-1.15.2
64
65* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-3
66- rebuild with VineSeed environment
67
68* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-2
69- rebuild with xserver-1.14.1
70- add Patch0 (xf86-video-sisusb-0.9.6-remove-mibstore.patch)
71
72* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-1
73- new upstream release
74
75* Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
76- new upstream release
77- remove Patch0 (xf86-video-sisusb-0.9.4-git20111102.patch)
78
79* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-5
80- rebuild with xserver-1.12.0
81- add Patch0 (xf86-video-sisusb-0.9.4-git20111102.patch)
82
83* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-4
84- rebuild with xserver-1.11.1.902
85
86* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-3
87- rebuild with xserver-1.10.0
88
89* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-2
90- rebuild with xserver-1.9.2
91
92* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-1
93- new upstream release
94
95* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
96- rebuild with xserver-1.8rc
97
98* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-1
99- new upstream release
100
101* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.1-1
102- new upstream release
103
104* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-2
105- rebuild with xorg-server-1.4.99
106
107* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-1
108- initial build for Vine Linux
109
110* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 0.9.0-1
111- Latest upstream release
112
113* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.8.1-10
114- Autorebuild for GCC 4.3
115
116* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 0.8.1-9
117- Disown the manual directory. (#226622)
118
119* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.8.1-8
120- sisusb-0.8.1-open-is-not-fopen.patch: Despite the similarity, you can not
121  pass character literals to open that match the string literals you'd pass
122  to fopen.
123
124* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.8.1-7
125- Rebuild for PPC toolchain bug
126
127* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.8.1-6
128- Update Requires and BuildRequires.  Disown the module directories.
129
130* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.8.1-5
131- ExclusiveArch -> ExcludeArch
132
133* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
134- rebuild
135
136* Thu Jun 29 2006 Adam Jackson <ajackson@redhat.com> 0.8.1-4
137- Add builds for ppc and ia64 to satisfy xorg-x11-drivers
138  dependencies.  Highly untested.
139
140* Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com> 0.8.1-3
141- Remove system owned directories from file manifest.
142
143* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.8.1-2
144- Rebuild for 7.1 ABI fix.
145
146* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 0.8.1-1
147- Update to 0.8.1 from 7.1RC1.
148
149* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 0.7.1.3-1.2
150- bump again for double-long bug on ppc(64)
151
152* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.7.1.3-1.1
153- rebuilt for new gcc4.1 snapshot and glibc changes
154
155* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.7.1.3-1
156- Updated xorg-x11-drv-sisusb to version 0.7.1.3 from X11R7.0
157- Removed 'x' suffix from manpage dirs to match RC4 upstream.
158
159* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.7.1.2-1
160- Updated xorg-x11-drv-sisusb to version 0.7.1.2 from X11R7 RC4
161- Removed 'x' suffix from manpage dirs to match RC4 upstream.
162
163* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.7.1-1
164- Updated xorg-x11-drv-sisusb to version 0.7.1 from X11R7 RC2
165
166* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 0.7.0.1-1
167- Updated xorg-x11-drv-sisusb to version 0.7.0.1 from X11R7 RC1
168- Fix *.la file removal.
169
170* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 0.7.0-0
171- Initial spec file for sisusb video driver generated automatically
172  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.