rpms/iiimf-le-simplehangul/devel iiimf-le-simplehangul.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Fri Mar 18 07:53:51 UTC 2005


Author: wtogami

Update of /cvs/extras/rpms/iiimf-le-simplehangul/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17744/devel

Modified Files:
	.cvsignore sources 
Added Files:
	iiimf-le-simplehangul.spec 
Log Message:
auto-import iiimf-le-simplehangul-0.1.1-2 on branch devel from iiimf-le-simplehangul-0.1.1-2.src.rpm


--- NEW FILE iiimf-le-simplehangul.spec ---
%define im_dir %{_libdir}/im

Summary: Romanized Korean Hangul language engine for IIIMF
Name: iiimf-le-simplehangul
Version: 0.1.1
Release: 2
License: GPL
Source: %{name}-%{version}.tar.bz2
URL: http://www3.sympatico.ca/d.moser/hangul.html
Group: User Interface/X
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: iiimf-libs-devel

%description
Romanised Korean Hangul language engine for IIIMF
Simple Hangul input with any Western keyboard

%define sendhup %{_bindir}/killall -HUP htt_server >& /dev/null || :
%define instle %{_bindir}/iiimf-le-tools --install %{im_dir}/leif/
%define uninstle %{_bindir}/iiimf-le-tools --remove %{im_dir}/leif/

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q -n %{name}-%{version}

%build
./configure --prefix=%{im_dir}
make  

%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT%{im_dir}
# FIXME: make install should honor $DESTDIR
# so we don't need to install it manually
mkdir -p $RPM_BUILD_ROOT%{im_dir}/leif
install -m 755 src/.libs/simplehangul.so $RPM_BUILD_ROOT%{im_dir}/leif

%clean
rm -rf $RPM_BUILD_ROOT

%preun
if [ "$1" = 0 ]; then
  %{uninstle}chinput.so >& /dev/null || :
fi

%postun
if [ "$1" = 0 ]; then
  %{sendhup}
fi

%files
%defattr(-,root,root)
%{im_dir}/*

%changelog
* Thu Mar 17 2005 Warren Togami <wtogami at redhat.com> 0.1.1-2
- minor spec changes
- copy preun and postun scripts from iiimf-le-chinput

* Mon Jan 10 2005 Derrick Moser <derrick_moser at yahoo.com> 0.1.1-1
- clean-ups

* Wed Sep 08 2004 Warren Togami <wtogami at redhat.com> 0.0-1
- ugly hacked up package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/iiimf-le-simplehangul/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Mar 2005 07:53:10 -0000	1.1
+++ .cvsignore	18 Mar 2005 07:53:49 -0000	1.2
@@ -0,0 +1 @@
+iiimf-le-simplehangul-0.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/iiimf-le-simplehangul/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Mar 2005 07:53:10 -0000	1.1
+++ sources	18 Mar 2005 07:53:49 -0000	1.2
@@ -0,0 +1 @@
+7410d1f14e19f58493a51bdb648996b8  iiimf-le-simplehangul-0.1.1.tar.bz2




More information about the fedora-extras-commits mailing list