]> git.pld-linux.org Git - packages/anthy.git/blobdiff - anthy.spec
- up to 9100h
[packages/anthy.git] / anthy.spec
index d0cbf20cf110ffaa765de327dbb7ff01cc9b66f9..3542cbe2ae63e4ed35d060ca7e874ecd70fbe5a9 100644 (file)
@@ -1,56 +1,50 @@
 Summary:       A Japanese character input system library (with dictionary)
-Summary(pl):   System wprowadzania znaków japoñskich (ze s³ownikiem)
+Summary(pl.UTF-8):     System wprowadzania znaków japońskich (ze słownikiem)
 Name:          anthy
-Version:       5122
+Version:       9100h
 Release:       1
 License:       GPL
 Group:         Libraries
-Source0:       http://dl.sourceforge.jp/anthy/8819/%{name}-%{version}.tar.gz
-# Source0-md5: f855b2e7a3de33c819ee9eefa652b231
+Source0:       http://dl.sourceforge.jp/anthy/37536/%{name}-%{version}.tar.gz
+# Source0-md5: 1f558ff7ed296787b55bb1c6cf131108
 URL:           http://anthy.sourceforge.jp/
-# URL: http://cannadic.oucrc.org
-# Source1: cannadic-0.93.tar.gz
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A Japanese character input system library (with dictionary).
 
-%description -l pl
-System wprowadzania znaków japoñskich (ze s³ownikiem).
+%description -l pl.UTF-8
+System wprowadzania znaków japońskich (ze słownikiem).
 
 %package devel
 Summary:       Header files for anthy libraries
-Summary(pl):   Pliki nag³ówkowe bibliotek anthy
+Summary(pl.UTF-8):     Pliki nagłówkowe bibliotek anthy
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Header files for anthy libraries.
 
-%description devel -l pl
-Pliki nag³ówkowe bibliotek anthy.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe bibliotek anthy.
 
 %package static
 Summary:       Static anthy libraries
-Summary(pl):   Statyczne biblioteki anthy
+Summary(pl.UTF-8):     Statyczne biblioteki anthy
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static anthy libraries.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczne biblioteki anthy.
 
 %prep
 %setup -q
-#tar zxf %{_sourcedir}/cannadic-0.93.tar.gz
-#ln -s ../cannadic-0.93/gcanna.t mkanthydic
-#ln -s ../cannadic-0.93/gcannaf.t mkanthydic
 
 %build
-cp -f /usr/share/automake/config.* .
 %configure
 %{__make}
 
@@ -71,17 +65,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog DIARY NEWS README doc/[!M]* doc/MISC
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib*.so.0
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/anthy-conf
 %{_datadir}/anthy
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
 %{_includedir}/anthy
+%{_pkgconfigdir}/anthy.pc
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
-
-#%{_datadir}/emacs/site-lisp/*
This page took 0.050354 seconds and 4 git commands to generate.