source: projects/specs/trunk/x/xorg-x11-drv-xgixp/xorg-x11-drv-xgixp-vl.spec @ 8784

Revision 8784, 2.6 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.15.2

Line 
1%define drvname xgixp
2%define tarball xf86-video-%{drvname}
3%define moduledir %(pkg-config xorg-server --variable=moduledir )
4%define driverdir       %{moduledir}/drivers
5
6Summary:   Xorg X11 %{drvname} video driver
7Summary(ja):   Xorg X11 %{drvname} ビデオドライバ
8Name:      xorg-x11-drv-%{drvname}
9Version:   1.8.1
10Release:   4%{?_dist_release}
11URL:       http://www.x.org
12License: MIT
13Group:     User Interface/X Hardware Support
14
15Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
16
17Patch0:         xf86-video-xgixp-1.8.1-remove-mibstore.patch
18
19BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
20BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
21Requires:  xorg-x11-server-Xorg
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27X.Org X11 %{drvname} video driver.
28
29%prep
30%setup -q -n %{tarball}-%{version}
31%patch0 -p1 -b .mibstore
32
33%build
34%configure --disable-static
35make
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40make install DESTDIR=$RPM_BUILD_ROOT
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}/%{drvname}_drv.so
52%{_mandir}/man4/%{drvname}.4*
53
54%changelog
55* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-4
56- rebuild with xserver-1.15.2
57
58* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-3
59- rebuild with VineSeed environment
60
61* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
62- rebuild with xserver-1.14.1
63- add Patch0 (xf86-video-xgixp-1.8.1-remove-mibstore.patch)
64
65* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
66- new upstream release
67
68* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-5
69- rebuild with xserver-1.12.0
70
71* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-4
72- rebuild with xserver-1.11.1.902
73
74* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-3
75- rebuild with xserver-1.10.0
76
77* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
78- rebuild with xserver-1.9.2
79
80* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
81- new upstream release
82
83* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.99.4-2
84- rebuild with xserver-1.8rc
85
86* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.4-1
87- new upstream release
88
89* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-2
90- rebuild with xorg-server-1.4.99
91
92* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-1
93- initial build
94
Note: See TracBrowser for help on using the repository browser.