source: projects/specs/trunk/x/xorg-x11-glamor/xorg-x11-glamor-vl.spec @ 8381

Revision 8381, 3.5 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.14.6

Line 
1%define tarball glamor-egl
2
3Summary: X.org glamor library
4Name: xorg-x11-glamor
5Version: 0.6.0
6Release: 1%{?_dist_release}
7License: MIT
8Group: System Environment/Libraries
9URL: http://www.freedesktop.org/wiki/Software/Glamor
10
11ExcludeArch: s390 s390x
12
13Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
14
15Patch0: glamor-0.5-speed-up-lines.patch
16
17BuildRequires: pkgconfig autoconf automake libtool
18BuildRequires: xorg-x11-server-sdk
19BuildRequires: mesa-libgbm-devel mesa-libEGL-devel
20
21Requires: xorg-x11-server-Xorg
22Requires: xorg-x11-server-Xorg
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28glamor provides xorg-x11 acceleration using the OpenGL driver.
29
30%package devel
31Summary: X.org glamor renderer development package
32Group: Development/Libraries
33Requires: %{name} = %{version}-%{release}
34
35%description devel
36X.org glamor development package
37
38%prep
39%setup -q -n %{tarball}-%{version}
40%patch0 -p1 -b .fixlines
41%build
42autoreconf --install
43%configure \
44        --disable-static
45make %{?_smp_mflags}
46
47%install
48# core libs and headers, but not drivers.
49make install DESTDIR=$RPM_BUILD_ROOT
50find $RPM_BUILD_ROOT -type f -name '*.la' -delete
51
52%post -p /sbin/ldconfig
53%postun -p /sbin/ldconfig
54
55%files
56%defattr(-,root,root,-)
57%doc README
58%doc COPYING
59%{_libdir}/libglamor.so.*
60%{_libdir}/xorg/modules/libglamoregl.so
61%{_datadir}/X11/xorg.conf.d/glamor.conf
62
63%files devel
64%defattr(-,root,root,-)
65%{_includedir}/xorg/glamor.h
66%{_libdir}/pkgconfig/glamor.pc
67%{_libdir}/pkgconfig/glamor-egl.pc
68%{_libdir}/libglamor.so
69
70
71%changelog
72* Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
73- initial build for Vine Linux
74
75
76* Fri Jan 17 2014 Dave Airlie <airlied@redhat.com> 0.5.1-8.
77- update to latest upstream - fix memory leak and possible icons
78
79* Wed Jan 15 2014 Adam Jackson <ajax@redhat.com>
80- Exclude from s390 where it's useless (since there's no Xorg)
81
82* Wed Jan 15 2014 Dave Airlie <airlied@redhat.com> 0.5.1-7.20140115gitfb4d046c
83- rebase + fix lines slowdown
84
85* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> 0.5.1-6.20131009gitba209eee
86- 1.15RC4 ABI rebuild
87
88* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> 0.5.1-5.20131009gitba209eee
89- 1.15RC2 ABI rebuild
90
91* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 0.5.1-4.20131009gitba209eee
92- 1.15RC1 ABI rebuild
93
94* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 0.5.1-3.20131009gitba209eee
95- -ABI rebuild
96
97* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> 0.5.1-2
98- Add xserver ABI version interlocks
99
100* Wed Oct 09 2013 Adam Jackson <ajax@redhat.com> 0.5.1-1
101- New git snap for various bugfixes, Xv support, etc.
102
103* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6.20130401git81aadb8
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
105
106* Thu Apr 11 2013 Dave Airlie <airlied@redhat.com> 0.5.0-5.20130401git81aadb8
107- enable TLS, mesa builds with TLS enabled are also processing.
108
109* Fri Apr 05 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-4.20130401git81aadb8
110- Fix directory ownership.
111
112* Thu Apr 04 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-3.20130401git81aadb8
113- Remove comment rather than investigating Xorg mess as running ldconfig can't be harmfull.
114- Fix devel package dependency.
115
116* Wed Apr 03 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-2.20130401git81aadb8
117- Silence rpmlint warning about ldconfig
118- Only install libglamor.so in devel package.
119- Adding COPYING and README as doc
120
121* Thu Mar 28 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-1.20130401git81aadb8
122- Initial package
Note: See TracBrowser for help on using the repository browser.