Accepting request 103660 from home:jengelh:branches:X11:XOrg

Shall replace libXi6 package

OBS-URL: https://build.opensuse.org/request/show/103660
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXi?expand=0&rev=1
This commit is contained in:
Stefan Dirsch 2012-02-10 07:03:12 +00:00 committed by Git OBS Bridge
commit df797054b4
6 changed files with 165 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
baselibs.conf Normal file
View File

@ -0,0 +1,4 @@
libXi6
libXi-devel
requires -libXi-<targettype>
requires "libXi6-<targettype> = <version>"

3
libXi-1.4.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42efe95a08c7bd28bc913bf8c34ed026abcc62504307626fc5150ca360b93283
size 413548

50
libXi.changes Normal file
View File

@ -0,0 +1,50 @@
-------------------------------------------------------------------
Thu Feb 9 16:44:18 UTC 2012 - jengelh@medozas.de
- Rename SRPM from libXi6 to libXi (no Obsoletes needed for BRPMs)
-------------------------------------------------------------------
Sun Feb 5 01:37:10 UTC 2012 - jengelh@medozas.de
- Remove apparently unused (Build)Requires on Xau, Xdmcp, xtrans
- Add required runtime dependency on libXext-devel
(XInput2.h uses libXext-devel:Xge.h)
- Use pkgconfig() symbols to pull in BuildRequires
- Remove redundant tags/sections like %clean
- Parallel build with %_smp_mflags
-------------------------------------------------------------------
Wed Nov 3 04:46:01 UTC 2010 - sndirsch@novell.com
- update to release 1.4.0
* This version doesn't add new features but has seen numerous
packaging cleanups and a number of miscellaneous fixes.
-------------------------------------------------------------------
Sat Sep 4 16:21:10 UTC 2010 - sndirsch@novell.com
- update to release 1.3.1
A few minor build system cleanups but I've cherry-picked only
those that didn't require a macros update for this version. The
requirements are thus the same as for 1.3.0.
A couple of random other fixes, most notably two display lock
fixes. The other fix that's quite prominent is the
initialization of the extension with a server-specific number of
events. Previously, libXi 1.3 running against a non-XI2 enabled
server would result in mishandling of events (pending extension
initialization order).
- update to release 1.3.2
Brown paper bag release. Just one commit, fixing up a erroneous
conflict resolution that resulted in an inverted condition for
the asciidoc/xmlto checks and an error when building man pages.
-------------------------------------------------------------------
Fri Apr 2 17:28:57 CEST 2010 - sndirsch@suse.de
- use real version number instead of the one from X.Org
-------------------------------------------------------------------
Sat Jan 16 05:11:17 CET 2010 - sndirsch@suse.de
- created package

84
libXi.spec Normal file
View File

@ -0,0 +1,84 @@
#
# spec file for package libXi
#
# 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: libXi
%define lname libXi6
Version: 1.4.0
Release: 0
Summary: X Input Extension library
License: MIT
Group: Development/Libraries/C and C++
Url: http://cgit.freedesktop.org/xorg/lib/libXi/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXi
Source: %name-%version.tar.bz2
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: fdupes
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10
BuildRequires: pkgconfig(xproto) >= 7.0.13, pkgconfig(x11) >= 1.2.99.1
BuildRequires: pkgconfig(xextproto) >= 7.0.3, pkgconfig(xext) >= 1.0.99.1
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
%description
(Upstream has not provided a description)
%package -n %lname
Summary: X Input Extension library
Group: System/Libraries
%description -n %lname
(Upstream has not provided a description)
%package devel
Summary: Development files for the X Input Extension library
Group: Development/Libraries/C and C++
Requires: %lname = %version
%description devel
(Upstream has not provided a description)
This package contains the development headers for the library found
in %lname.
%prep
%setup -q
%build
%configure --docdir=%_docdir/%name --disable-static
make %{?_smp_mflags}
%install
%makeinstall
rm -f "%buildroot/%_libdir"/*.la
%fdupes %buildroot
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%defattr(-,root,root)
%_libdir/libXi.so.6*
%files devel
%defattr(-,root,root)
%_includedir/X11/*
%_libdir/libXi.so
%_libdir/pkgconfig/xi.pc
%_docdir/%name
%_mandir/man3/*
%changelog