commit 57a39f8244fb41270af26fbc145f164da058a9d6ba6e3a968396f9f164a106bf Author: OBS User unknown Date: Mon Feb 16 11:22:44 2009 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?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..50aced8 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libpixman-1-0 diff --git a/pixman-0.14.0.tar.bz2 b/pixman-0.14.0.tar.bz2 new file mode 100644 index 0000000..18f109f --- /dev/null +++ b/pixman-0.14.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6d14a582cd5055c52e8278641984c17945a8693733214a5d5a10b4f849ca4d +size 352625 diff --git a/pixman.changes b/pixman.changes new file mode 100644 index 0000000..2d59d31 --- /dev/null +++ b/pixman.changes @@ -0,0 +1,6 @@ +------------------------------------------------------------------- +Tue Feb 10 13:38:44 CET 2009 - mboman@suse.de + +- Initial package, split out from xorg-x11-libs + + Drop pixman-0.12.0.diff. See bnc#444639/rh#435771 and fdo#17293 + diff --git a/pixman.spec b/pixman.spec new file mode 100644 index 0000000..9f8e4e6 --- /dev/null +++ b/pixman.spec @@ -0,0 +1,103 @@ +# +# spec file for package pixman (Version 0.14.0) +# +# 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 +# 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/ +# + +# norootforbuild + + +Name: pixman +Version: 0.14.0 +Release: 2 +License: X11/MIT +BuildRequires: pkgconfig +Url: http://xorg.freedesktop.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: System/Libraries +Summary: Pixel manipulation library +Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 + +%description +Pixman is a pixel manipulation library for X and cairo. + + + +Authors: +-------- + Søren Sandmann + +%package -n libpixman-1-0 +License: X11/MIT +Summary: Pixel manipulation library +Group: System/Libraries + +%description -n libpixman-1-0 +Pixman is a pixel manipulation library for X and cairo. + + + +Authors: +-------- + Søren Sandmann + +%package -n libpixman-1-0-devel +License: X11/MIT +Summary: Pixel manipulation library - development files +Group: Development/Libraries/X11 +Requires: libpixman-1-0 + +%description -n libpixman-1-0-devel +Pixman is a pixel manipulation library for X and cairo. + + + +Authors: +-------- + Søren Sandmann + +%prep +%setup + +%build +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +#autoreconf -fi +%configure --disable-static +make %{?jobs:-j%jobs} + +%install +%makeinstall +rm %{buildroot}%{_libdir}/libpixman-1.la + +%clean +rm -rf "$RPM_BUILD_ROOT" + +%post -n libpixman-1-0 -p /sbin/ldconfig + +%postun -n libpixman-1-0 -p /sbin/ldconfig + +%files -n libpixman-1-0 +%defattr(-,root,root) +%{_libdir}/libpixman-1.so.* + +%files -n libpixman-1-0-devel +%defattr(-,root,root) +%{_includedir}/pixman-1 +%{_libdir}/libpixman-1.so +%{_libdir}/pkgconfig/pixman-1.pc + +%changelog +* Tue Feb 10 2009 mboman@suse.de +- Initial package, split out from xorg-x11-libs + + Drop pixman-0.12.0.diff. See bnc#444639/rh#435771 and fdo#17293 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4