upload tizen1.0 source
authorKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:05:06 +0000 (17:05 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:05:06 +0000 (17:05 +0900)
packaging/x11proto-gesture.spec [new file with mode: 0644]
packaging/xorg-gestureproto.spec [deleted file]

diff --git a/packaging/x11proto-gesture.spec b/packaging/x11proto-gesture.spec
new file mode 100644 (file)
index 0000000..2163f0b
--- /dev/null
@@ -0,0 +1,46 @@
+#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-gestureproto.spec b/packaging/xorg-gestureproto.spec
deleted file mode 100644 (file)
index d5660fd..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-Name:       xorg-gestureproto
-Summary:    X11 Gesture extension wire protocol
-Version:    0.1.0
-Release:    1
-Group:      x11
-License:    TO_FILL
-Source0:    x11proto-gesture-%{version}.tar.gz
-BuildRequires:  pkgconfig(xorg-macros)
-
-
-%description
-X11 Gesture extension wire protocol
- 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..
-
-
-
-%package devel
-Summary:    X11 Gesture extension wire protocol
-Group:      x11
-Requires:   %{name} = %{version}-%{release}
-
-%description devel
-X11 Gesture extension wire protocol
- 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 -n x11proto-gesture-%{version}
-
-
-%build
-%autogen.sh --disable-static
-
-%configure --disable-static
-make %{?jobs:-j%jobs}
-
-%install
-rm -rf %{buildroot}
-%make_install
-
-
-
-
-
-
-
-
-
-
-%files
-%defattr(-,root,root,-)
-
-
-%files devel
-%defattr(-,root,root,-)
-%{_includedir}/X11/extensions/*
-%{_libdir}/pkgconfig/gestureproto.pc
-