.cvsignore | 10 ---------- .gear/rules | 2 ++ .gear/tags/list | 1 + .gitignore | 11 +++++++++++ ChangeLog | 4 ---- Makefile.am | 12 ++++++++++- xorg-xf86rushproto-devel.spec | 46 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 71 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 - - * 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..47aecba --- /dev/null +++ b/xorg-xf86rushproto-devel.spec @@ -0,0 +1,46 @@ +Name: xorg-xf86rushproto-devel +Version: 1.1.2 +Release: alt3 +Summary: X.org XF86RushProto protocol headers +License: MIT/X11 +Group: Development/C +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Provides: xf86rushproto = %version-%release + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch +BuildRequires: xorg-util-macros + +%description +X.org XF86RushProto 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 Jun 01 2018 Valery Inozemtsev 1.1.2-alt3 +- rebuild + +* Fri Apr 22 2011 Valery Inozemtsev 1.1.2-alt2 +- updated build dependencies + +* Sat May 31 2008 Valery Inozemtsev 1.1.2-alt1 +- separate xorg-x11-proto-devel