From: Wonsik Jung Date: Thu, 26 Apr 2012 06:29:25 +0000 (+0900) Subject: modify architecture for only ARM X-Git-Tag: submit/devel/coregl/20151204.063909^2~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d269d1175984e21590f0425418c0f27f6a8482d0;p=platform%2Fcore%2Fuifw%2Fcoregl.git modify architecture for only ARM --- diff --git a/debian/control b/debian/control index 8706a3a..8a2e38a 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/packaging/coregl.spec b/packaging/coregl.spec index 35d15df..d1d9e68 100755 --- a/packaging/coregl.spec +++ b/packaging/coregl.spec @@ -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 0.0.1-10 -- Resolves #438610 \ No newline at end of file +- Resolves #438610