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

Группа :: Разработка/C
Пакет: xorg-trapproto-devel

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

Патч: xorg-trapproto-devel-3.4.3-alt2.patch
Скачать


 .cvsignore                |   10 ----------
 .gear/rules               |    2 ++
 .gear/tags/list           |    1 +
 .gitignore                |   11 +++++++++++
 ChangeLog                 |   10 ----------
 Makefile.am               |   12 +++++++++++-
 xorg-trapproto-devel.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 68 insertions(+), 21 deletions(-)
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index d7f1c9e..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,10 +0,0 @@
-Makefile
-Makefile.in
-aclocal.m4
-autom4te.cache
-config.log
-config.status
-configure
-install-sh
-missing
-trapproto.pc
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..2ead881
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: XORG-7_1:. name=@name@-@version@
+diff: XORG-7_1:. . name=@name@-@version@-@release@.patch
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..9546fd0
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+af47f4d9419890079dec6297bf71971b83d7859a XORG-7_1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b0d6599
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.log
+config.status
+configure
+install-sh
+missing
+trapproto.pc
+*~
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 03b1497..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update package version number for final X11R7 release candidate.
-
-2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update package version number for X11R7 RC3 release.
-
diff --git a/Makefile.am b/Makefile.am
index 764c646..2ad4491 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,17 @@ trap_HEADERS = \
 	xtraplibp.h \
 	xtrapproto.h
 
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = trapproto.pc
 
 EXTRA_DIST = autogen.sh trapproto.pc.in
+
+EXTRA_DIST += ChangeLog
+MAINTAINERCLEANFILES = ChangeLog
+
+.PHONY: ChangeLog
+
+ChangeLog:
+	(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog
diff --git a/xorg-trapproto-devel.spec b/xorg-trapproto-devel.spec
new file mode 100644
index 0000000..14dd301
--- /dev/null
+++ b/xorg-trapproto-devel.spec
@@ -0,0 +1,43 @@
+Name: xorg-trapproto-devel
+Version: 3.4.3
+Release: alt2
+Summary: X.org TrapProto protocol headers
+License: MIT/X11
+Group: Development/C
+Url: http://xorg.freedesktop.org
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+
+Provides: trapproto = %version-%release
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+BuildRequires: libXt-devel xorg-util-macros
+
+%description
+X.org TrapProto protocol headers.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%autoreconf
+%configure \
+	--host= \
+	--build=
+
+%install
+%make DESTDIR=%buildroot install
+
+%files
+%_includedir/X11
+%_datadir/pkgconfig/*.pc
+
+%changelog
+* Fri Apr 22 2011 Valery Inozemtsev <shrek@altlinux.ru> 3.4.3-alt2
+- updated build dependencies
+
+* Sat May 31 2008 Valery Inozemtsev <shrek@altlinux.ru> 3.4.3-alt1
+- separate xorg-x11-proto-devel
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin