source: projects/specs/trunk/x/xorg-x11-drv-modesetting/xorg-x11-drv-modesetting-vl.spec @ 9108

Revision 9108, 2.5 KB checked in by Takemikaduchi, 9 years ago (diff)

xserver-1.16.2

Line 
1%global tarball xf86-video-modesetting
2%global moduledir %(pkg-config xorg-server --variable=moduledir )
3%global driverdir %{moduledir}/drivers
4
5Summary:   Xorg X11 modesetting video driver
6Name:      xorg-x11-drv-modesetting
7Version:   0.9.0
8Release:   1%{?_dist_release}
9URL:       http://www.x.org
10License:   MIT
11Group:     User Interface/X Hardware Support
12
13Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
14
15# all X hw drivers aren't built on s390 - no need for separate bug
16ExcludeArch: s390 s390x
17
18BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
19BuildRequires: libX11-devel
20BuildRequires: libdrm-devel
21BuildRequires: libXext-devel
22BuildRequires: eudev-libudev-devel
23
24Requires: hwdata
25Requires: xorg-x11-server-Xorg
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
30%description
31X.Org X11 modesetting video driver - basic modesetting fallback driver.
32
33%prep
34%setup -q -n %{tarball}-%{version}
35
36%build
37%configure --disable-static
38make
39
40%install
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%files
48%{driverdir}/modesetting_drv.so
49%{_mandir}/man4/modesetting.4*
50%doc COPYING README
51
52%changelog
53* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.0-1
54- rebuild with xserver-1.16.2
55
56* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-3
57- rebuild with xserver-1.15.2
58
59* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
60- change BuildRequires: eudev-libudev-devel instead of libudev-devel
61
62* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-1
63- new upstream release
64
65* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-1
66- new upstream release
67
68* Mon Oct 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.0-1
69- new upstream release
70
71* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
72- new upstream release
73
74* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
75- rebuild with xserver-1.12.0
76
77* Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
78- initial build for Vine Linux
79
80
81* Fri Feb 24 2012 Dave Airlie <airlied@redhat.com> 0.2.0-1
82- Update to new upstream - fixes pitch issues
83
84* Mon Feb 20 2012 Dave Airlie <airlied@redhat.com> 0.1.0-3
85- add build requires, fix tab/space, fix description line
86
87* Mon Feb 20 2012 Dave Airlie <airlied@redhat.com> 0.1.0-2
88- initial review comments 1
89
90* Thu Feb 16 2012 Dave Airlie <airlied@redhat.com> 0.1.0-1
91- initial import
Note: See TracBrowser for help on using the repository browser.