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

Revision 8065, 2.5 KB checked in by Takemikaduchi, 10 years ago (diff)

libdrm, libwacom, tar: new upstream release
xorg-x11-drivers: new upstream release or rebuild

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:   3%{?_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 Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-3
56- rebuild with VineSeed environment
57
58* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
59- rebuild with xserver-1.14.1
60- add Patch0 (xf86-video-xgixp-1.8.1-remove-mibstore.patch)
61
62* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
63- new upstream release
64
65* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-5
66- rebuild with xserver-1.12.0
67
68* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-4
69- rebuild with xserver-1.11.1.902
70
71* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-3
72- rebuild with xserver-1.10.0
73
74* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
75- rebuild with xserver-1.9.2
76
77* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
78- new upstream release
79
80* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.99.4-2
81- rebuild with xserver-1.8rc
82
83* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.4-1
84- new upstream release
85
86* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-2
87- rebuild with xorg-server-1.4.99
88
89* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-1
90- initial build
91
Note: See TracBrowser for help on using the repository browser.