[packages/xorg-proto-gestureproto] - new (tizen extension)

qboosh qboosh at pld-linux.org
Sun Mar 16 13:27:58 CET 2014


commit 47690163badc2c3770988c2892ac074014bb3c13
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 16 13:30:58 2014 +0100

    - new (tizen extension)

 xorg-proto-gestureproto-c-p.patch | 12 ++++++++
 xorg-proto-gestureproto.spec      | 63 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)
---
diff --git a/xorg-proto-gestureproto.spec b/xorg-proto-gestureproto.spec
new file mode 100644
index 0000000..3596ff6
--- /dev/null
+++ b/xorg-proto-gestureproto.spec
@@ -0,0 +1,63 @@
+Summary:	Gesture extension headers
+Summary(pl.UTF-8):	Pliki nagłówkowe rozszerzenia Gesture
+Name:		xorg-proto-gestureproto
+Version:	0.1.0
+Release:	1
+License:	MIT
+Group:		X11/Development/Libraries
+Source0:	http://download.tizen.org/releases/2.2.1/latest/repos/tizen-main/source/xorg-x11-proto-gesture-%{version}-3.8.src.rpm
+# Source0-md5:	a80457413ff30e7892045ef89ea1be4d
+Patch0:		%{name}-c-p.patch
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.60
+BuildRequires:	automake
+BuildRequires:	rpm-utils
+BuildRequires:	xorg-util-util-macros >= 1.3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gesture extension headers.
+
+%description -l pl.UTF-8
+Pliki nagłówkowe rozszerzenia Gesture.
+
+%package devel
+Summary:	Gesture extension headers
+Summary(pl.UTF-8):	Pliki nagłówkowe rozszerzenia Gesture
+Group:		X11/Development/Libraries
+Requires:	xorg-proto-xproto-devel
+
+%description devel
+Gesture extension headers.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe rozszerzenia Gesture.
+
+%prep
+%setup -q -c -T -n xorg-x11-proto-gesture-%{version}
+rpm2cpio %{SOURCE0} | cpio -i xorg-x11-proto-gesture-%{version}.tar.gz
+tar xf xorg-x11-proto-gesture-%{version}.tar.gz -C ..
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files devel
+%defattr(644,root,root,755)
+%doc LICENSE.MIT NOTICE
+%{_includedir}/X11/extensions/gesture*.h
+%{_pkgconfigdir}/gestureproto.pc
diff --git a/xorg-proto-gestureproto-c-p.patch b/xorg-proto-gestureproto-c-p.patch
new file mode 100644
index 0000000..faf69fc
--- /dev/null
+++ b/xorg-proto-gestureproto-c-p.patch
@@ -0,0 +1,12 @@
+--- xorg-x11-proto-gesture-0.1.0/gestureproto.pc.in.orig	2013-03-12 17:54:42.000000000 +0100
++++ xorg-x11-proto-gesture-0.1.0/gestureproto.pc.in	2014-03-16 13:24:57.983455925 +0100
+@@ -3,7 +3,7 @@
+ libdir=@libdir@
+ includedir=@includedir@
+  
+-Name: AppleWMProto
+-Description: AppleWM extension headers
++Name: GestureProto
++Description: Gesture extension headers
+ Version: @PACKAGE_VERSION@
+ Cflags: -I${includedir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-proto-gestureproto.git/commitdiff/47690163badc2c3770988c2892ac074014bb3c13



More information about the pld-cvs-commit mailing list