|
|
a10f7a |
Name: libhangul
|
|
|
a10f7a |
Version: 0.1.0
|
|
|
a10f7a |
Release: 25%{?dist}
|
|
|
a10f7a |
|
|
|
a10f7a |
License: LGPLv2+
|
|
|
a10f7a |
URL: https://github.com/libhangul/libhangul
|
|
|
a10f7a |
# Change Source URL when upstream released tar ball
|
|
|
a10f7a |
# Source0: https://github.com/libhangul/libhangul/archive/libhangul-%{version}.tar.gz
|
|
|
a10f7a |
Source0: https://libhangul.googlecode.com/files/libhangul-%{version}.tar.gz
|
|
|
a10f7a |
|
|
|
a10f7a |
Summary: Hangul input library
|
|
|
a10f7a |
BuildRequires: gettext-devel, automake, libtool
|
|
|
a10f7a |
BuildRequires: make
|
|
|
a10f7a |
|
|
|
a10f7a |
|
|
|
a10f7a |
%description
|
|
|
a10f7a |
libhangul provides common features for Hangul input method programs.
|
|
|
a10f7a |
|
|
|
a10f7a |
|
|
|
a10f7a |
%package devel
|
|
|
a10f7a |
Summary: Development files for libhangul
|
|
|
a10f7a |
Requires: %{name} = %{version}-%{release}
|
|
|
a10f7a |
Requires: pkgconfig
|
|
|
a10f7a |
%description devel
|
|
|
a10f7a |
This package contains development files necessary to develop programs
|
|
|
a10f7a |
providing Hangul input.
|
|
|
a10f7a |
|
|
|
a10f7a |
|
|
|
a10f7a |
%prep
|
|
|
a10f7a |
%setup -q
|
|
|
a10f7a |
|
|
|
a10f7a |
%build
|
|
|
a10f7a |
autoreconf -fi
|
|
|
a10f7a |
%configure --disable-static
|
|
|
a10f7a |
|
|
|
a10f7a |
make %{?_smp_mflags}
|
|
|
a10f7a |
|
|
|
a10f7a |
|
|
|
a10f7a |
%install
|
|
|
a10f7a |
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
a10f7a |
|
|
|
a10f7a |
rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
|
|
a10f7a |
%find_lang %{name}
|
|
|
a10f7a |
|
|
|
a10f7a |
|
|
|
a10f7a |
%ldconfig_scriptlets
|
|
|
a10f7a |
|
|
|
a10f7a |
|
|
|
a10f7a |
%files -f %{name}.lang
|
|
|
a10f7a |
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
a10f7a |
%{_libdir}/lib*.so.*
|
|
|
a10f7a |
%{_datadir}/%{name}
|
|
|
a10f7a |
%{_bindir}/hangul
|
|
|
a10f7a |
|
|
|
a10f7a |
%files devel
|
|
|
a10f7a |
%{_includedir}/hangul-*
|
|
|
a10f7a |
%{_libdir}/pkgconfig/*.pc
|
|
|
a10f7a |
%{_libdir}/*.so
|
|
|
a10f7a |
|
|
|
a10f7a |
|
|
|
a10f7a |
%changelog
|
|
|
a10f7a |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.0-25
|
|
|
a10f7a |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
a10f7a |
Related: rhbz#1991688
|
|
|
a10f7a |
|
|
|
a10f7a |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.0-24
|
|
|
a10f7a |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
a10f7a |
|
|
|
a10f7a |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-23
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-22
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-21
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-20
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-19
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-18
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Thu Jul 12 2018 Peng Wu <pwu@redhat.com> - 0.1.0-17
|
|
|
a10f7a |
- Fixes URL
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-16
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-15
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-14
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-13
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-12
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-11
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.1.0-10
|
|
|
a10f7a |
- Rebuilt for Fedora 23 Change
|
|
|
a10f7a |
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
a10f7a |
|
|
|
a10f7a |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-9
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-8
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-7
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Mar 27 2013 Daiki Ueno <dueno@redhat.com> - 0.1.0-6
|
|
|
a10f7a |
- pull the latest config.guess and config.sub for ARM64 port
|
|
|
a10f7a |
|
|
|
a10f7a |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Aug 29 2012 Daiki Ueno <dueno@redhat.com> - 0.1.0-4
|
|
|
a10f7a |
- follow the URL change of upstream
|
|
|
a10f7a |
|
|
|
a10f7a |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-3
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Tue Oct 18 2011 Daiki Ueno <dueno@redhat.com> - 0.1.0-1
|
|
|
a10f7a |
- update to 0.1.0
|
|
|
a10f7a |
- drop buildroot cleanup
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.12-2
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Tue Jan 4 2011 Daiki Ueno <dueno@redhat.com> - 0.0.12-1
|
|
|
a10f7a |
- update to 0.0.12
|
|
|
a10f7a |
- install %%{_bindir}/hangul and locale files.
|
|
|
a10f7a |
|
|
|
a10f7a |
* Mon Oct 4 2010 Daiki Ueno <dueno@redhat.com> - 0.0.11-1
|
|
|
a10f7a |
- update to 0.0.11
|
|
|
a10f7a |
|
|
|
a10f7a |
* Thu Dec 10 2009 Jens Petersen <petersen@redhat.com> - 0.0.10-1
|
|
|
a10f7a |
- update to 0.0.10
|
|
|
a10f7a |
- drop buildroot field and removal
|
|
|
a10f7a |
|
|
|
a10f7a |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-2
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Jun 10 2009 Jens Petersen <petersen@redhat.com> - 0.0.9-1
|
|
|
a10f7a |
- update to 0.0.9 (fixes #501212)
|
|
|
a10f7a |
- hanjac and hanja.txt are gone
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
|
|
|
a10f7a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
a10f7a |
|
|
|
a10f7a |
* Tue Oct 28 2008 Jens Petersen <petersen@redhat.com> - 0.0.8-2
|
|
|
a10f7a |
- add hanjac and hanja.bin to filelists
|
|
|
a10f7a |
|
|
|
a10f7a |
* Tue Oct 28 2008 Jens Petersen <petersen@redhat.com> - 0.0.8-1
|
|
|
a10f7a |
- update to 0.0.8 (#468817)
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Aug 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.0.6-5
|
|
|
a10f7a |
- fix license tag
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.6-4
|
|
|
a10f7a |
- Autorebuild for GCC 4.3
|
|
|
a10f7a |
|
|
|
a10f7a |
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.0.6-3
|
|
|
a10f7a |
- Rebuild for selinux ppc32 issue.
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 0.0.6-2
|
|
|
a10f7a |
- Rebuild for RH #249435
|
|
|
a10f7a |
|
|
|
a10f7a |
*Tue Jul 24 2007 Hu Zheng <zhu@redhat.com> - 0.0.6-1
|
|
|
a10f7a |
- New upstream release.
|
|
|
a10f7a |
|
|
|
a10f7a |
* Mon Feb 19 2007 Akira TAGOH <tagoh@redhat.com> - 0.0.4-2
|
|
|
a10f7a |
- Better descriptions.
|
|
|
a10f7a |
|
|
|
a10f7a |
* Fri Feb 16 2007 Akira TAGOH <tagoh@redhat.com> - 0.0.4-1
|
|
|
a10f7a |
- New upstream release.
|
|
|
a10f7a |
- cleanup spec.
|
|
|
a10f7a |
|
|
|
a10f7a |
* Wed Nov 29 2006 Akira TAGOH <tagoh@redhat.com> - 0.0.3-1
|
|
|
a10f7a |
- Initial package.
|
|
|
a10f7a |
|