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

Revision 7648, 5.1 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

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