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

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

xserver-1.14.1

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:   2%{?_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
23%description
24X.Org X11 %{drvname} video driver.
25
26%prep
27%setup -q -n %{tarball}-%{version}
28%patch0 -p1 -b .mibstore
29
30%build
31%configure --disable-static
32make
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37make install DESTDIR=$RPM_BUILD_ROOT
38
39# FIXME: Remove all libtool archives (*.la) from modules directory.  This
40# should be fixed in upstream Makefile.am or whatever.
41find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(-,root,root,-)
48%{driverdir}/%{drvname}_drv.so
49%{_mandir}/man4/%{drvname}.4*
50
51%changelog
52* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
53- rebuild with xserver-1.14.1
54- add Patch0 (xf86-video-xgixp-1.8.1-remove-mibstore.patch)
55
56* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
57- new upstream release
58
59* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-5
60- rebuild with xserver-1.12.0
61
62* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-4
63- rebuild with xserver-1.11.1.902
64
65* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-3
66- rebuild with xserver-1.10.0
67
68* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
69- rebuild with xserver-1.9.2
70
71* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
72- new upstream release
73
74* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.99.4-2
75- rebuild with xserver-1.8rc
76
77* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.4-1
78- new upstream release
79
80* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-2
81- rebuild with xorg-server-1.4.99
82
83* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-1
84- initial build
85
Note: See TracBrowser for help on using the repository browser.