Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37845547
en ru br
Репозитории ALT
S:0.4.1-alt1
5.1: 0.3.6-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libxcbutil

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: libxcbutil-0.3.9-alt1.patch
Скачать


 .gear/rules                                        |    3 +
 .../tags/e424188a11653dc7ad4ff141a5b042eca7f7cb00  |   13 +++
 .gear/tags/list                                    |    1 +
 libxcbutil.spec                                    |   96 ++++++++++++++++++++
 4 files changed, 113 insertions(+)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..3cf64af
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: @version@:.
+diff: @version@:. .
+tar: 177e4afb9b57a7b7589c15d8a9bd85b4a5524128:. name=m4
diff --git a/.gear/tags/e424188a11653dc7ad4ff141a5b042eca7f7cb00 b/.gear/tags/e424188a11653dc7ad4ff141a5b042eca7f7cb00
new file mode 100644
index 0000000..17f3939
--- /dev/null
+++ b/.gear/tags/e424188a11653dc7ad4ff141a5b042eca7f7cb00
@@ -0,0 +1,13 @@
+object aa48ef789187a9a8bbad605c299ce1622cce1783
+type commit
+tag 0.3.9
+tagger Arnaud Fontaine <arnau@debian.org> 1338379516 +0900
+
+Release 0.3.9
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (GNU/Linux)
+
+iEYEABECAAYFAk/GDPwACgkQvfKiIF42GdOdKwCfcigiaJ0TMpvNC87tYvUWPshN
+FrIAniJ5AG0Gu78L5WQNIzJfTAbVOt1h
+=yJmL
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..7361010
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+e424188a11653dc7ad4ff141a5b042eca7f7cb00 0.3.9
diff --git a/libxcbutil.spec b/libxcbutil.spec
new file mode 100644
index 0000000..fe781e0
--- /dev/null
+++ b/libxcbutil.spec
@@ -0,0 +1,96 @@
+Name: libxcbutil
+Version: 0.3.9
+Release: alt1
+Epoch: 1
+Summary: XCB util modules
+License: MIT
+Group: System/Libraries
+URL: http://xcb.freedesktop.org/
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+
+Source: %name-%version.tar
+Source1: m4.tar
+Patch: %name-%version-%release.patch
+
+BuildRequires: doxygen libxcb-devel xorg-xproto-devel xorg-util-macros
+
+%description
+The XCB util modules provides a number of libraries which sit on top
+of libxcb, the core X protocol library, and some of the extension
+libraries. These experimental libraries provide convenience functions
+and interfaces which make the raw X protocol more usable. Some of the
+libraries also provide client-side code which is not strictly part of
+the X protocol but which have traditionally been provided by Xlib.
+
+%package devel
+Summary: Header files for XCB util libraries
+Group: Development/C
+Requires: %name = %version-%release
+
+%description devel
+Header files for XCB util libraries
+
+%prep
+%setup -q -a1
+%patch -p1
+
+%build
+%autoreconf
+%configure \
+	--disable-static
+%make_build
+
+%install
+%make DESTDIR=%buildroot install
+
+%files
+%_libdir/*.so.*
+
+%files devel
+%_includedir/xcb
+%_libdir/*.so
+%_pkgconfigdir/*.pc
+
+%changelog
+* Wed Aug 29 2012 Valery Inozemtsev <shrek@altlinux.ru> 1:0.3.9-alt1
+- 0.3.9
+
+* Mon May 02 2011 Valery Inozemtsev <shrek@altlinux.ru> 1:0.3.8-alt1
+- 0.3.8
+
+* Fri Nov 05 2010 Valery Inozemtsev <shrek@altlinux.ru> 1:0.3.6-alt2
+- rebuild
+
+* Mon Aug 24 2009 Valery Inozemtsev <shrek@altlinux.ru> 1:0.3.6-alt1
+- 0.3.6
+
+* Thu Jul 16 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.4-alt1
+- 1.4
+
+* Fri May 29 2009 Valery Inozemtsev <shrek@altlinux.ru> 0.3.5-alt1
+- 0.3.5
+
+* Fri Apr 24 2009 Valery Inozemtsev <shrek@altlinux.ru> 0.3.4-alt1
+- 0.3.4
+
+* Fri Feb 20 2009 Valery Inozemtsev <shrek@altlinux.ru> 0.3.3-alt1
+- 0.3.3
+
+* Tue Dec 16 2008 Valery Inozemtsev <shrek@altlinux.ru> 0.3.2-alt1
+- 0.3.2
+
+* Fri Nov 21 2008 Valery Inozemtsev <shrek@altlinux.ru> 0.3.1-alt2
+- don't build libxcb-wm.so.0
+
+* Fri Nov 21 2008 Valery Inozemtsev <shrek@altlinux.ru> 0.3.1-alt1
+- 0.3.1
+
+* Wed Sep 17 2008 Valery Inozemtsev <shrek@altlinux.ru> 0.3.0-alt1
+- 0.3.0
+
+* Thu Aug 28 2008 Valery Inozemtsev <shrek@altlinux.ru> 0.2.1-alt2
+- obsoletes xcb-util
+
+* Thu Aug 28 2008 Valery Inozemtsev <shrek@altlinux.ru> 0.2.1-alt1
+- initial release
+
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin