rpms/scim-anthy/devel scim-anthy.spec,1.2,1.3

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Tue Jun 28 23:44:14 UTC 2005


Author: petersen

Update of /cvs/extras/rpms/scim-anthy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20737

Modified Files:
	scim-anthy.spec 
Log Message:
use find_lang for translations (Ryo Dairiki)



Index: scim-anthy.spec
===================================================================
RCS file: /cvs/extras/rpms/scim-anthy/devel/scim-anthy.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scim-anthy.spec	28 Jun 2005 11:50:30 -0000	1.2
+++ scim-anthy.spec	28 Jun 2005 23:44:12 -0000	1.3
@@ -14,6 +14,7 @@
 %description
 Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.
 
+
 %prep
 %setup -q
 
@@ -29,20 +30,25 @@
 
 rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/{IMEngine,SetupUI}/*.la
 
+%find_lang %{name}
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README TODO
 %{_libdir}/scim-1.0
-%{_datadir}/locale/ja/LC_MESSAGES/*
 %{_datadir}/scim
 
 
 %changelog
-* Tue Jun 28 2005 Jens Petersen <petersen at redhat.com> - 0.4.3-1
+* Wed Jun 29 2005 Jens Petersen <petersen at redhat.com> - 0.4.3-1
+- use find_lang for translations (Ryo Dairiki)
+
+* Tue Jun 28 2005 Jens Petersen <petersen at redhat.com>
 - Initial packaging for Fedora Extras
 
 * Fri May 27 2005 Jens Petersen <petersen at redhat.com> - 0.4.2-1




More information about the fedora-extras-commits mailing list