]> git.pld-linux.org Git - packages/anthy.git/commitdiff
- new (partially based on spec from package, mostly rewritten)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Mar 2004 23:46:44 +0000 (23:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anthy.spec -> 1.1

anthy.spec [new file with mode: 0644]

diff --git a/anthy.spec b/anthy.spec
new file mode 100644 (file)
index 0000000..0cde330
--- /dev/null
@@ -0,0 +1,87 @@
+Summary:       A Japanese character input system library (with dictionary)
+Summary(pl):   System wprowadzania znaków japoñskich (ze s³ownikiem)
+Name:          anthy
+Version:       5122
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://dl.sourceforge.jp/anthy/8819/%{name}-%{version}.tar.gz
+# Source0-md5: f855b2e7a3de33c819ee9eefa652b231
+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).
+
+%package devel
+Summary:       Header files for anthy libraries
+Summary(pl):   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.
+
+%package static
+Summary:       Static anthy libraries
+Summary(pl):   Statyczne biblioteki anthy
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static anthy libraries.
+
+%description static -l pl
+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}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog DIARY NEWS README doc/[!M]* doc/MISC
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/anthy-conf
+%{_datadir}/anthy
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/anthy
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+#%{_datadir}/emacs/site-lisp/*
This page took 0.106066 seconds and 4 git commands to generate.