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

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

xserver-1.11.1.902 (1.11.2 RC2)

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