Compare commits
No commits in common. "55c606dc286146d1feed79350260d227593f650e" and "197773c79cbb9d2f0443a2f1bb4b0225e788dc3b" have entirely different histories.
55c606dc28
...
197773c79c
BIN
libthai-0.1.28.tar.xz
Normal file
BIN
libthai-0.1.28.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
25
libthai-0.1.9-multilib.patch
Normal file
25
libthai-0.1.9-multilib.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Index: libthai-0.1.24/doc/Doxyfile.in
|
||||||
|
===================================================================
|
||||||
|
--- libthai-0.1.24.orig/doc/Doxyfile.in
|
||||||
|
+++ libthai-0.1.24/doc/Doxyfile.in
|
||||||
|
@@ -1124,7 +1124,7 @@ HTML_HEADER =
|
||||||
|
# that doxygen normally uses.
|
||||||
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
|
-HTML_FOOTER =
|
||||||
|
+HTML_FOOTER = no_date_footer.html
|
||||||
|
|
||||||
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
||||||
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
||||||
|
Index: libthai-0.1.24/doc/no_date_footer.html
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libthai-0.1.24/doc/no_date_footer.html
|
||||||
|
@@ -0,0 +1,7 @@
|
||||||
|
+<hr size="1"><address style="text-align: right;"><small>
|
||||||
|
+Generated for $projectname by <a href="http://www.doxygen.org/
|
||||||
|
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
|
||||||
|
+$doxygenversion</small></address>
|
||||||
|
+</body>
|
||||||
|
+</html>
|
||||||
|
+
|
||||||
22
libthai.spec
22
libthai.spec
@ -1,15 +1,16 @@
|
|||||||
Name: libthai
|
Name: libthai
|
||||||
Version: 0.1.29
|
Version: 0.1.28
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Libaray for Thai language
|
Summary: Libaray for Thai language
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://linux.thai.net
|
URL: http://linux.thai.net
|
||||||
Source: https://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
|
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(datrie-0.2)
|
BuildRequires: pkgconfig(datrie-0.2)
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
|
||||||
|
Patch0: libthai-0.1.9-multilib.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibThai is a C library for developers who need Thai language support in their
|
LibThai is a C library for developers who need Thai language support in their
|
||||||
@ -54,9 +55,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%check
|
|
||||||
make check
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README AUTHORS COPYING ChangeLog
|
%doc README AUTHORS COPYING ChangeLog
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
@ -73,18 +71,6 @@ make check
|
|||||||
%{_libdir}/libthai.a
|
%{_libdir}/libthai.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 5 2022 Qingqing Li <liqingqing3@huawei.com> -0.1.29-1
|
|
||||||
- upgrade to 0.1.29
|
|
||||||
|
|
||||||
* Wed Apr 27 2022 volcanodragon <linfeilong@huawei.com> -0.1.28-5
|
|
||||||
- enable check
|
|
||||||
|
|
||||||
* Thu Dec 17 2020 xinghe <xinghe1@huawei.com> -0.1.28-4
|
|
||||||
- correct source
|
|
||||||
|
|
||||||
* Fri Jan 10 2020 wuxu_wu <wuxu.wu@huawei.com> -0.1.28-3
|
|
||||||
- delte useless patch from package
|
|
||||||
|
|
||||||
* Mon Sep 10 2018 openEuler Buildteam <buildteam@openeuler.org> -0.1.28-2
|
* Mon Sep 10 2018 openEuler Buildteam <buildteam@openeuler.org> -0.1.28-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: tlwg/libthai
|
|
||||||
tag_prefix: "^v"
|
|
||||||
seperator: "."
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user