auto-import kasumi-0.9-1 on branch devel from kasumi-0.9-1.src.rpm
This commit is contained in:
parent
edc7342645
commit
229b783f46
@ -0,0 +1 @@
|
||||
kasumi-0.9.tar.gz
|
||||
64
kasumi.spec
Normal file
64
kasumi.spec
Normal file
@ -0,0 +1,64 @@
|
||||
Name: kasumi
|
||||
Version: 0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: An anthy dictionary management tool.
|
||||
|
||||
License: GPL
|
||||
Group: Applications/Text
|
||||
URL: http://kasumi.sourceforge.jp/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: %{name}.desktop
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: desktop-file-utils, gtk2-devel
|
||||
|
||||
%description
|
||||
Kasumi is a dictionary management tool for Anthy.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
desktop-file-install \
|
||||
--vendor fedora \
|
||||
--dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \
|
||||
--add-category X-Fedora \
|
||||
%{SOURCE1}
|
||||
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root, -)
|
||||
%{_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
|
||||
- Initial packaging for Fedora Extras
|
||||
Loading…
Reference in New Issue
Block a user