Fix build error due to gettext upgrade 91/287591/2
authorInHong Han <inhong1.han@samsung.com>
Wed, 1 Feb 2023 04:35:31 +0000 (13:35 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 1 Feb 2023 04:50:09 +0000 (13:50 +0900)
Change-Id: Ic6a2a909b051824b90b46fe31d808d0c7859e0d0

packaging/isf.spec
po/Makefile.in.in

index 64ea85b..be85238 100644 (file)
@@ -155,7 +155,6 @@ cat scim.lang > isf.lang
 %{_sysconfdir}/scim/global
 %{_sysconfdir}/scim/config
 %{_datadir}/scim/icons/*
-%{_datadir}/locale/*/LC_MESSAGES/*.mo
 %{_bindir}/isf-demo-efl
 %{_bindir}/isf-panel-efl
 %{_libdir}/ecore_imf/modules/*/*/*.so
index cc57094..857679a 100755 (executable)
@@ -66,8 +66,8 @@ $(POFILES) $(GMOFILES) $(SOURCES)
 POTFILES = \
 
 CATALOGS = @CATALOGS@
-CATOBJEXT = @CATOBJEXT@
-INSTOBJEXT = @INSTOBJEXT@
+CATOBJEXT = .gmo
+INSTOBJEXT = .mo
 
 .SUFFIXES:
 .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat