summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING22
-rwxr-xr-xgestureconst.h30
-rwxr-xr-xgestureproto.h30
-rw-r--r--packaging/x11proto-gesture.spec46
-rw-r--r--packaging/xorg-x11-proto-gesture.spec54
5 files changed, 54 insertions, 128 deletions
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 08ea0f2..0000000
--- a/COPYING
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
-
-Permission to use, copy, modify, distribute, and sell this software
-and its documentation for any purpose is hereby granted without
-fee, provided that the above copyright notice appear in all copies
-and that both that copyright notice and this permission notice
-appear in supporting documentation, and that the name of Red Hat
-not be used in advertising or publicity pertaining to distribution
-of the software without specific, written prior permission. Red
-Hat makes no representations about the suitability of this software
-for any purpose. It is provided "as is" without express or implied
-warranty.
-
-THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
-NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
-OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
-NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-
diff --git a/gestureconst.h b/gestureconst.h
index fb689bd..a4116dd 100755
--- a/gestureconst.h
+++ b/gestureconst.h
@@ -1,33 +1,3 @@
-/**************************************************************************
-
-x11proto-gesture
-
-Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
-
-Contact: Sung-Jin Park <sj76.park@samsung.com>
- Sangjin LEE <lsj119@samsung.com>
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sub license, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice (including the
-next paragraph) shall be included in all copies or substantial portions
-of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
-IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
-ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-**************************************************************************/
#ifndef _GESTUREPROTO_CONST_H_
#define _GESTUREPROTO_CONST_H_
diff --git a/gestureproto.h b/gestureproto.h
index 61265df..ac2bfa3 100755
--- a/gestureproto.h
+++ b/gestureproto.h
@@ -1,33 +1,3 @@
-/**************************************************************************
-
-x11proto-gesture
-
-Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
-
-Contact: Sung-Jin Park <sj76.park@samsung.com>
- Sangjin LEE <lsj119@samsung.com>
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sub license, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice (including the
-next paragraph) shall be included in all copies or substantial portions
-of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
-IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
-ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-**************************************************************************/
#ifndef _GESTUREPROTO_H_
#define _GESTUREPROTO_H_
diff --git a/packaging/x11proto-gesture.spec b/packaging/x11proto-gesture.spec
deleted file mode 100644
index 2163f0b..0000000
--- a/packaging/x11proto-gesture.spec
+++ /dev/null
@@ -1,46 +0,0 @@
-#sbs-git:slp/pkgs/xorg/proto/x11proto-gesture x11proto-gesture 0.1.0 db31c7fee9bc0d164b695505aa48a9c649c1593c
-Name: x11proto-gesture
-Summary: X.Org X11 Protocol gestureproto
-Version: 0.1.0
-Release: 1
-Group: Development/System
-License: MIT
-URL: http://www.x.org
-Source0: %{name}-%{version}.tar.gz
-Provides: gestureproto
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: pkgconfig(xorg-macros)
-
-%description
-This package provides development headers describing the wire protocol
-for the Gesture extension, used to control all manner of options related
-to gesture event handling.
-
-More information about X.Org can be found at:
-<URL:http://www.X.org>
-<URL:http://xorg.freedesktop.org>
-<URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
-
-This package is built from the X.org gestureproto proto module.
-
-%prep
-%setup -q
-
-%build
-
-%reconfigure --disable-shared
-
-# Call make instruction with smp support
-make %{?jobs:-j%jobs}
-
-%install
-rm -rf %{buildroot}
-%make_install
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%{_libdir}/pkgconfig/gestureproto.pc
-%{_includedir}/X11/extensions/*.h
diff --git a/packaging/xorg-x11-proto-gesture.spec b/packaging/xorg-x11-proto-gesture.spec
new file mode 100644
index 0000000..fbd1828
--- /dev/null
+++ b/packaging/xorg-x11-proto-gesture.spec
@@ -0,0 +1,54 @@
+Name: xorg-x11-proto-gesture
+Summary: X.Org X11 Protocol gestureproto
+Version: 0.1.0
+Release: 1
+Group: Development/System
+License: MIT
+URL: http://www.x.org
+Source0: %{name}-%{version}.tar.gz
+Provides: gestureproto
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+
+BuildRequires: pkgconfig
+BuildRequires: pkgconfig(xorg-macros)
+
+%description
+Description: %{summary}
+This package provides development headers describing the wire protocol
+for the Gesture extension, used to control all manner of options related
+to gesture event handling.
+
+More information about X.Org can be found at:
+<URL:http://www.X.org>
+<URL:http://xorg.freedesktop.org>
+<URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
+
+This package is built from the X.org gestureproto proto module.
+
+%prep
+%setup -q
+
+%build
+
+./autogen.sh
+%reconfigure --disable-static \
+ --libdir=%{_datadir} \
+ --without-xmlto
+
+# Call make instruction with smp support
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+%remove_docs
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{_includedir}/X11/extensions/*.h
+%{_datadir}/pkgconfig/*.pc \ No newline at end of file