auto-import libhangul-0.0.4-2 on branch devel from
libhangul-0.0.4-2.src.rpm
This commit is contained in:
parent
fa39a91f43
commit
fd3f3bf1c5
@ -0,0 +1 @@
|
||||
libhangul-0.0.4.tar.gz
|
80
libhangul.spec
Normal file
80
libhangul.spec
Normal file
@ -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 <tagoh@redhat.com> - 0.0.4-2
|
||||
- Better descriptions.
|
||||
|
||||
* Fri Feb 16 2007 Akira TAGOH <tagoh@redhat.com> - 0.0.4-1
|
||||
- New upstream release.
|
||||
- cleanup spec.
|
||||
|
||||
* Wed Nov 29 2006 Akira TAGOH <tagoh@redhat.com> - 0.0.3-1
|
||||
- Initial package.
|
||||
|
Loading…
Reference in New Issue
Block a user