[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: New Package: kasumi
- From: Jens Petersen <petersen redhat com>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: New Package: kasumi
- Date: Thu, 30 Jun 2005 23:28:29 +0900
Ryo Dairiki wrote:
> Kasumi is a dictionary editor for Anthy.
> It is used by Japanese to edit user dictionary for Japanese input method.
> http://briefcase.yahoo.co.jp/bc/ryo_dairiki/lst?&.dir=/&.src=bc&.view=l
Thanks for this. I reviewed the package.
Basically look fine: I attach a patch with a few minor fixes.
Please import it into cvs.
Jens
diff -u kasumi.spec\~ kasumi.spec
--- kasumi.spec~ 2005-06-30 23:08:36.000000000 +0900
+++ kasumi.spec 2005-06-30 23:21:01.000000000 +0900
@@ -10,7 +10,7 @@
Source1: %{name}.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: desktop-file-utils, gtk2-devel, atk-devel
+BuildRequires: desktop-file-utils, gtk2-devel
%description
Kasumi is a dictionary management tool for Anthy.
@@ -29,8 +29,6 @@
rm -rf $RPM_BUILD_ROOT
%makeinstall
-find ${RPM_BUILD_ROOT} -name "*.a" -o -name "*.la" | xargs | rm -f
-
desktop-file-install \
--vendor fedora \
--dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \
@@ -55,12 +53,12 @@
%files -f %{name}.lang
%defattr(-,root,root, -)
-%{_bindir}/*
-%{_datadir}/kasumi/kasumi.png
+%{_bindir}/kasumi
+%{_datadir}/kasumi
%{_datadir}/applications/fedora-kasumi.desktop
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%changelog
-* Wed Jun 29 2005 Ryo Dairiki <ryo-dairiki users sourceforge net> -0.9-1
+* Wed Jun 29 2005 Ryo Dairiki <ryo-dairiki users sourceforge net> - 0.9-1
- Initial packaging for Fedora Extras
Diff finished. Thu Jun 30 23:21:22 2005
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]