commit f8854bef7719d844034592eeedb289fa2c2d567bd34d0c1edec16c3cd9ef3d0e Author: Stefan Dirsch Date: Thu Feb 9 13:20:40 2012 +0000 Accepting request 103580 from home:jengelh:branches:X11:XOrg Most evil package in the xorg-x11-libs split. OBS-URL: https://build.opensuse.org/request/show/103580 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXaw?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..1c65a29 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,8 @@ +libXaw6 +libXaw7 +libXaw8 +libXaw-devel + requires -libXaw- + requires "libXaw6- = " + requires "libXaw7- = " + requires "libXaw8- = " diff --git a/libXaw-1.0.8.tar.bz2 b/libXaw-1.0.8.tar.bz2 new file mode 100644 index 0000000..2de86cc --- /dev/null +++ b/libXaw-1.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daeab01ee702cbc4ac91f11d553710ad31d4151510386093c186a94ccd4beba +size 635256 diff --git a/libXaw.changes b/libXaw.changes new file mode 100644 index 0000000..61dba6b --- /dev/null +++ b/libXaw.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de + +- Split xorg-x11-libs into separate packages diff --git a/libXaw.spec b/libXaw.spec new file mode 100644 index 0000000..1398f32 --- /dev/null +++ b/libXaw.spec @@ -0,0 +1,140 @@ +# +# spec file for package libXaw +# +# Copyright (c) 2012 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# +Name: libXaw +Version: 1.0.8 +Release: 0 +Summary: The X Athena Widget Set +License: MIT +Group: Development/Libraries/C and C++ +Url: http://cgit.freedesktop.org/xorg/lib/libXaw/ + +#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXaw +Source: %name-%version.tar.bz2 +#git#BuildRequires: autoconf >= 2.60, automake, libtool +BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10 +BuildRequires: pkgconfig(xproto), pkgconfig(x11), pkgconfig(xext) +BuildRequires: pkgconfig(xextproto), pkgconfig(xt), pkgconfig(xmu) +BuildRequires: pkgconfig(xpm) + +%description +The X Window System Athena widget set implements simple user +interfaces based upon the X Toolkit Intrinsics (Xt) library. + +%package -n libXaw6 +Summary: The X Athena Widget Set +Group: System/Libraries +%ifarch ppc64 s390x x86_64 +Provides: libXaw6.so.6()(64bit) +%else +Provides: libXaw6.so.6 +%endif + +%description -n libXaw6 +The X Window System Athena widget set implements simple user +interfaces based upon the X Toolkit Intrinsics (Xt) library. + +%package -n libXaw7 +Summary: The X Athena Widget Set +Group: System/Libraries +%ifarch ppc64 s390x x86_64 +Provides: libXaw7.so.7()(64bit) +%else +Provides: libXaw7.so.7 +%endif + +%description -n libXaw7 +The X Window System Athena widget set implements simple user +interfaces based upon the X Toolkit Intrinsics (Xt) library. + +%package -n libXaw8 +Summary: The X Athena Widget Set +Group: System/Libraries +Requires: libXaw7 = %version +%ifarch ppc64 s390x x86_64 +Provides: libXaw8.so.8()(64bit), libXaw.so.8()(64bit) +%else +Provides: libXaw8.so.8, libXaw.so.8 +%endif + +%description -n libXaw8 +The X Window System Athena widget set implements simple user +interfaces based upon the X Toolkit Intrinsics (Xt) library. + +%package devel +Summary: Development files for the X Athena Widget Set +Group: Development/Libraries/C and C++ +Requires: libXaw6 = %version, libXaw7 = %version, libXaw8 = %version + +%description devel +The X Window System Athena widget set implements simple user +interfaces based upon the X Toolkit Intrinsics (Xt) library. + +This package contains the development headers for the library found +in libXaw6/libXaw7/libXaw8. + +%prep +%setup -q + +%build +%configure --docdir=%_docdir/%name --disable-static +make %{?_smp_mflags} + +%install +b="%buildroot"; +%makeinstall +rm -f "$b/%_libdir"/*.la + +# For compatibility reasons +ln -s libXaw7.so.7 "$b/%_libdir/libXaw8.so.8"; +ln -s libXaw.so.7 "$b/%_libdir/libXaw.so.8"; + +%post -n libXaw6 -p /sbin/ldconfig + +%postun -n libXaw6 -p /sbin/ldconfig + +%post -n libXaw7 -p /sbin/ldconfig + +%postun -n libXaw7 -p /sbin/ldconfig + +%post -n libXaw8 -p /sbin/ldconfig + +%postun -n libXaw8 -p /sbin/ldconfig + +%files -n libXaw6 +%defattr(-,root,root) +%_libdir/libXaw6.so.6* +%_libdir/libXaw.so.6* + +%files -n libXaw7 +%defattr(-,root,root) +%_libdir/libXaw7.so.7* +%_libdir/libXaw.so.7* + +%files -n libXaw8 +%defattr(-,root,root) +%_libdir/libXaw8.so.8* +%_libdir/libXaw.so.8* + +%files devel +%defattr(-,root,root) +%_includedir/X11/Xaw +%_libdir/libXaw*.so +%_libdir/pkgconfig/xaw*.pc +%_mandir/man3/Xaw.3* +%_docdir/%name + +%changelog