This commit is contained in:
parent
c6aae3e774
commit
4ca31731c3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 5 16:11:39 CET 2009 - sndirsch@suse.de
|
||||
|
||||
- split out libpixman (bnc #439019)
|
||||
- split out libpciaccess (bnc #438226)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xorg-x11-libs (Version 7.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,7 @@ Obsoletes: xorg-x11-libs-64bit
|
||||
#
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Version: 7.4
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/Libraries
|
||||
@ -126,6 +126,144 @@ 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 libpixman-1-0
|
||||
License: X11/MIT
|
||||
Summary: Pixman library
|
||||
Group: System/Libraries
|
||||
Provides: xorg-x11-libs:/usr/X11R6/%{_lib}/libpixman-1.so.0
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libpixman-1-0
|
||||
Pixman 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 libpixman-1-0-devel
|
||||
License: X11/MIT
|
||||
Summary: Include Files and Libraries mandatory for X11 Development
|
||||
Group: Development/Libraries/X11
|
||||
Provides: xorg-x11-devel:/usr/X11R6/%{_lib}/libpixman-1.so
|
||||
Requires: libpixman-1-0
|
||||
|
||||
%description -n libpixman-1-0-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
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: X11/MIT
|
||||
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: X11/MIT
|
||||
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:
|
||||
--------
|
||||
|
||||
@ -214,17 +352,27 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
test -L usr/include/X11 && rm usr/include/X11
|
||||
exit 0
|
||||
|
||||
%post -n libpixman-1-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libpixman-1-0 -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}/libpixman-1.so.0*
|
||||
%exclude /usr/%{_lib}/libpciaccess.so.0*
|
||||
|
||||
%files -n xorg-x11-devel
|
||||
%defattr(-,root,root)
|
||||
%dir /usr/include/pixman-1
|
||||
/usr/bin/xft-config
|
||||
/usr/include/*.h
|
||||
%exclude /usr/include/pciaccess.h
|
||||
/usr/include/X11/*.h
|
||||
/usr/include/X11/Xaw/
|
||||
/usr/include/X11/Xcursor/
|
||||
@ -232,18 +380,45 @@ exit 0
|
||||
/usr/include/X11/XprintAppUtil/
|
||||
/usr/include/X11/extensions/*.h
|
||||
/usr/include/X11/fonts/*.h
|
||||
/usr/include/pixman-1/pixman.h
|
||||
/usr/include/pixman-1/pixman-version.h
|
||||
/usr/include/xcb/
|
||||
/usr/%{_lib}/*.a
|
||||
/usr/%{_lib}/*.la
|
||||
%exclude /usr/%{_lib}/libpixman-1.*a
|
||||
%exclude /usr/%{_lib}/libpciaccess.*a
|
||||
/usr/%{_lib}/*.so
|
||||
%exclude /usr/%{_lib}/libpixman-1.so.0*
|
||||
%exclude /usr/%{_lib}/libpciaccess.so.0*
|
||||
/usr/%{_lib}/pkgconfig/*.pc
|
||||
/usr/share/aclocal/*.m4
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%files -n libpixman-1-0
|
||||
%defattr(-,root,root)
|
||||
/usr/%{_lib}/libpixman-1.so.0*
|
||||
|
||||
%files -n libpixman-1-0-devel
|
||||
%defattr(-,root,root)
|
||||
%dir /usr/include/pixman-1
|
||||
/usr/include/pixman-1/pixman.h
|
||||
/usr/include/pixman-1/pixman-version.h
|
||||
/usr/%{_lib}/libpixman-1.*a
|
||||
/usr/%{_lib}/libpixman-1.so
|
||||
|
||||
%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.*a
|
||||
/usr/%{_lib}/libpciaccess.so
|
||||
|
||||
%changelog
|
||||
* Thu Feb 05 2009 sndirsch@suse.de
|
||||
- split out libpixman (bnc #439019)
|
||||
- split out libpciaccess (bnc #438226)
|
||||
* Wed Dec 10 2008 olh@suse.de
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
|
Loading…
Reference in New Issue
Block a user