remove aarch64 for neon check
[platform/upstream/libpng.git] / packaging / libpng.spec
index dbeb04c..438294a 100644 (file)
@@ -1,6 +1,6 @@
 Name:           libpng
-Version:        1.6.36
-Release:        1
+Version:        1.6.37
+Release:        2
 License:        Libpng
 Summary:        A library of functions for manipulating PNG image format files
 Url:            http://www.libpng.org/pub/png/libpng.html
@@ -38,13 +38,9 @@ cp %{SOURCE1001} .
 CFLAGS+=" -D_ARCH_ARM_ -mfpu=neon"
 %endif
 
-%if "%{tizen_profile_name}" == "tv"
-CFLAGS+=" -D_PNG_COLOR_PICK_ENABLED_ -D_PNG_SEQUENTIAL_READ_SUPPORTED_"
-%endif
-
 %configure \
     --disable-static \
-%ifarch %arm armv7l armv7el aarch64
+%ifarch %{arm}
     --enable-arm-neon=check \
     %{?ubsan: --enable-arm-neon=no}
 %endif