- split off libpciaccess to avoid build cycles; latest intel driver
now buildrequires libpciaccess OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=165
This commit is contained in:
parent
80fe09fba2
commit
b5f47f3760
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6b3c00e1c0aab0729563115d3d798e14c9210b4e10fccb484efe1c5eae85657
|
||||
size 294535
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 13:04:47 UTC 2011 - sndirsch@suse.com
|
||||
|
||||
- split off libpciaccess to avoid build cycles; latest intel driver
|
||||
now buildrequires libpciaccess
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 16:29:40 UTC 2011 - mhopf@novell.com
|
||||
|
||||
|
@ -68,7 +68,6 @@ Source27: libXres-1.0.5.tar.bz2
|
||||
Source29: libvnc-20070501.tar.bz2
|
||||
Source30: libXcliplist-20070501.tar.bz2
|
||||
Source31: xcb-util-0.3.6.tar.bz2
|
||||
Source33: libpciaccess-0.12.0.tar.bz2
|
||||
Source90: baselibs.conf
|
||||
Patch2: libXft-2.1.7-lcd-filter-2.patch
|
||||
Patch5: libxkbui.diff
|
||||
@ -123,75 +122,6 @@ to develop X11 applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
|
||||
Apple Computer Corporation
|
||||
Dave Lemke
|
||||
David Dawes
|
||||
Derek Wang
|
||||
Frank Giessler
|
||||
Jim Gettys
|
||||
Juliusz Chroboczek
|
||||
Jungshik Shin
|
||||
Keith Packard
|
||||
Kensuke Matsuzaki
|
||||
Marc La France
|
||||
Mark Leisher
|
||||
Noah Levitt
|
||||
Phil Karlton
|
||||
Ralf Habacker
|
||||
Shunsuke Akiyama
|
||||
Suhaib Siddiqi
|
||||
Susan Angebrandt
|
||||
|
||||
%package -n libpciaccess0
|
||||
License: MIT License (or similar)
|
||||
Summary: pciaccess library
|
||||
Group: System/Libraries
|
||||
Provides: xorg-x11-libs:/usr/X11R6/%{_lib}/usr/lib64/libpciaccess.so.0
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libpciaccess0
|
||||
pciaccess library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
|
||||
Apple Computer Corporation
|
||||
Dave Lemke
|
||||
David Dawes
|
||||
Derek Wang
|
||||
Frank Giessler
|
||||
Jim Gettys
|
||||
Juliusz Chroboczek
|
||||
Jungshik Shin
|
||||
Keith Packard
|
||||
Kensuke Matsuzaki
|
||||
Marc La France
|
||||
Mark Leisher
|
||||
Noah Levitt
|
||||
Phil Karlton
|
||||
Ralf Habacker
|
||||
Shunsuke Akiyama
|
||||
Suhaib Siddiqi
|
||||
Susan Angebrandt
|
||||
|
||||
%package -n libpciaccess0-devel
|
||||
License: MIT License (or similar)
|
||||
Summary: Include Files and Libraries mandatory for X11 Development
|
||||
Group: Development/Libraries/X11
|
||||
Provides: xorg-x11-devel:/usr/X11R6/%{_lib}/usr/lib64/libpciaccess.so
|
||||
Requires: libpciaccess0
|
||||
|
||||
%description -n libpciaccess0-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop X11 applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
|
||||
@ -233,7 +163,6 @@ for dir in $(ls); do
|
||||
case $dir in
|
||||
libXvMC-*) option="--sysconfdir=/etc" ;;
|
||||
libvnc*|libXcliplist*) autoreconf -fi ;;
|
||||
libpciaccess-*) option="--with-pciids-path=/usr/share/" ;;
|
||||
*) ;;
|
||||
esac
|
||||
autoreconf -fiv
|
||||
@ -268,22 +197,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n libpciaccess0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libpciaccess0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/usr/include/X11/bitmaps/
|
||||
/usr/include/X11/pixmaps/
|
||||
/usr/%{_lib}/*.so.*
|
||||
%exclude /usr/%{_lib}/libpciaccess.so.0*
|
||||
|
||||
%files -n xorg-x11-devel
|
||||
%defattr(-,root,root)
|
||||
%doc /usr/share/doc/*
|
||||
/usr/include/*.h
|
||||
%exclude /usr/include/pciaccess.h
|
||||
/usr/include/X11/*.h
|
||||
/usr/include/X11/Xaw/
|
||||
/usr/include/X11/Xcursor/
|
||||
@ -295,28 +218,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
/usr/%{_lib}/*.so
|
||||
%if %suse_version <= 1110
|
||||
/usr/%{_lib}/*.la
|
||||
%exclude /usr/%{_lib}/libpciaccess.la
|
||||
%endif
|
||||
%exclude /usr/%{_lib}/libpciaccess.so
|
||||
/usr/%{_lib}/pkgconfig/*.pc
|
||||
%exclude /usr/%{_lib}/pkgconfig/pciaccess.pc
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/*
|
||||
%doc %{_datadir}/doc/libXvMC/
|
||||
%doc %{_datadir}/doc/libXaw/
|
||||
%doc %{_datadir}/doc/libFS/
|
||||
|
||||
%files -n libpciaccess0
|
||||
%defattr(-,root,root)
|
||||
/usr/%{_lib}/libpciaccess.so.0*
|
||||
|
||||
%files -n libpciaccess0-devel
|
||||
%defattr(-,root,root)
|
||||
/usr/include/pciaccess.h
|
||||
/usr/%{_lib}/libpciaccess.so
|
||||
/usr/%{_lib}/pkgconfig/pciaccess.pc
|
||||
%if %suse_version <= 1110
|
||||
/usr/%{_lib}/libpciaccess.la
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user