modify architecture for only ARM
authorWonsik Jung <sidein@samsung.com>
Thu, 26 Apr 2012 06:29:25 +0000 (15:29 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 26 Apr 2012 06:29:25 +0000 (15:29 +0900)
debian/control
packaging/coregl.spec

index 8706a3a..8a2e38a 100644 (file)
@@ -8,19 +8,19 @@ Standards-Version: 3.8.1
 
 Package: libcoregl-dev
 Section: libs
-Architecture: any
+Architecture: armel
 Depends: libcoregl, opengl-es-drv
 Description: extra libgles, libegl library
 
 Package: libcoregl
 Section: libs
-Architecture: any
+Architecture: armel
 Depends: ${shlibs:Depends}, ${misc:Depends}, opengl-es-drv
 Description: extra libgles, libegl library
 
 Package: libcoregl-dbg
 Section: debug
-Architecture: any
+Architecture: armel
 Depends: ${misc:Depends}, libcoregl (= ${Source-Version})
 Description: extra libgles, libegl library.
 
index 35d15df..d1d9e68 100755 (executable)
@@ -1,6 +1,7 @@
 Name: coregl
 Version: 0.1.1
 Release: 1
+ExclusiveArch:  %arm
 Summary: coregl
 Group: TO_BE/FILLED_IN
 License: TO_BE/FILLED_IN
@@ -73,4 +74,4 @@ init_coregl
 %doc
 %changelog
 Wed Feb 01 2012 MB lee <mb1.lee@ppk.com> 0.0.1-10
-- Resolves #438610
\ No newline at end of file
+- Resolves #438610