diff --git a/.cvsignore b/.cvsignore index e69de29..69b0b6c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libhangul-0.0.4.tar.gz diff --git a/libhangul.spec b/libhangul.spec new file mode 100644 index 0000000..e1c7547 --- /dev/null +++ b/libhangul.spec @@ -0,0 +1,80 @@ +Name: libhangul +Version: 0.0.4 +Release: 2%{?dist} + +License: LGPL +URL: http://kldp.net/projects/hangul/ +Source0: http://kldp.net/frs/download.php/3641/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + + +Summary: Hangul input library +Group: System Environment/Libraries +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +%description +libhangul provides common features for Hangul input method programs. + + +%package devel +Summary: Development files for libhangul +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig +%description devel +This package contains development files necessary to develop programs +providing Hangul input. + + +%prep +%setup -q + + +%build +%configure --disable-static + +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT + +make install DESTDIR=$RPM_BUILD_ROOT + +rm $RPM_BUILD_ROOT%{_libdir}/libhangul.la + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + +%files +%defattr(-, root, root) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_libdir}/lib*.so.* +%{_datadir}/libhangul + +%files devel +%defattr(-, root, root) +%{_includedir}/hangul-* +%{_libdir}/pkgconfig/*.pc +%{_libdir}/*.so + + +%changelog +* Mon Feb 19 2007 Akira TAGOH - 0.0.4-2 +- Better descriptions. + +* Fri Feb 16 2007 Akira TAGOH - 0.0.4-1 +- New upstream release. +- cleanup spec. + +* Wed Nov 29 2006 Akira TAGOH - 0.0.3-1 +- Initial package. + diff --git a/sources b/sources index e69de29..23492af 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a32301e03a381917cb2ec836a43a9664 libhangul-0.0.4.tar.gz