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

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

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

Патч: xorg-xf86rushproto-devel-1.1.2-alt0.M41.1.patch
Скачать


 .cvsignore                    |   10 ----------
 .gear/rules                   |    2 ++
 .gear/tags/list               |    1 +
 .gitignore                    |   11 +++++++++++
 ChangeLog                     |    4 ----
 Makefile.am                   |   12 +++++++++++-
 xorg-xf86rushproto-devel.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 65 insertions(+), 15 deletions(-)
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index aa34570..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,10 +0,0 @@
-Makefile
-Makefile.in
-aclocal.m4
-autom4te.cache
-config.log
-config.status
-configure
-install-sh
-missing
-xf86rushproto.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..8da046f
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+12b724340aaf3b5e5e0ff50f9cebc18ad6d452c0 XORG-7_1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..adb3d65
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.log
+config.status
+configure
+install-sh
+missing
+xf86rushproto.pc
+*~
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index c722b51..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update package version number for final X11R7 release candidate.
diff --git a/Makefile.am b/Makefile.am
index e42c832..5d8b86e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,17 @@ xf86rush_HEADERS = \
 	xf86rush.h \
 	xf86rushstr.h
 
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = xf86rushproto.pc
 
 EXTRA_DIST = autogen.sh xf86rushproto.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-xf86rushproto-devel.spec b/xorg-xf86rushproto-devel.spec
new file mode 100644
index 0000000..5c8c9e6
--- /dev/null
+++ b/xorg-xf86rushproto-devel.spec
@@ -0,0 +1,40 @@
+Name: xorg-xf86rushproto-devel
+Version: 1.1.2
+Release: alt1
+
+Summary: X.org XF86RushProto protocol headers
+License: MIT/X11
+Group: Development/C
+Url: http://xorg.freedesktop.org
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+
+Provides: xf86rushproto = %version-%release
+Conflicts: xorg-x11-proto-devel <= 7.4.0-alt1
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+BuildRequires: xorg-x11-util-macros
+
+%description
+X.org XF86RushProto protocol headers.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%autoreconf
+%configure
+
+%install
+%make DESTDIR=%buildroot install
+
+%files
+%_includedir/X11
+%_datadir/pkgconfig/*.pc
+
+%changelog
+* Sat May 31 2008 Valery Inozemtsev <shrek@altlinux.ru> 1.1.2-alt1
+- separate xorg-x11-proto-devel
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin