Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d6ce8c123 | ||
|
|
1cd19ae8fe | ||
|
|
5bc0eee346 | ||
|
|
adb6f9c84a | ||
|
|
98a3cbb813 | ||
|
|
276c22a7e2 | ||
|
|
c103f576eb |
2 changed files with 32 additions and 15 deletions
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
0e51e88d097085e101bf722fc04808ed tomoe-0.6.0.tar.gz
|
||||
19ff31a125eb9fa1f7b76da30cc32810 tomoe-stripped-0.6.0.tar.gz
|
||||
SHA512 (tomoe-0.6.0.tar.gz) = eab618d7b28fc9613c175fab6f80fc7d6acc34af3a47f20c11b42a32acd87143ae10caca67fa1a5e2e75441d431799a5725a5d507604f8bd7447bbc1826f0bb8
|
||||
SHA512 (tomoe-stripped-0.6.0.tar.gz) = feb168805c804abe5c276e1f1668fb2580f67686d271d6ff8b70a1aa525bc11cc74b7baaeb88a7f38a4b09c10fad54cdf204af4b8fac3be90b1c52ecfad11ad0
|
||||
|
|
|
|||
43
tomoe.spec
43
tomoe.spec
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
Name: tomoe
|
||||
Version: 0.6.0
|
||||
Release: 51%{?dist}
|
||||
Release: 58%{?dist}
|
||||
Summary: Handwritten input system for Japanese and Chinese
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: http://tomoe.sourceforge.jp/
|
||||
## stripped tarball is generated as follows:
|
||||
# $ wget http://downloads.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz
|
||||
|
|
@ -17,9 +17,9 @@ Patch0: tomoe-0.6.0-multiarch-conflict.patch
|
|||
Patch1: tomoe-0.6.0-bz502662.patch
|
||||
Patch2: tomoe-0.6.0-fixes-glib-includes.patch
|
||||
Patch3: tomoe-0.6.0-fixes-set-parse-error.patch
|
||||
Patch4: tomoe-strerror.patch
|
||||
Patch4: tomoe-strerror.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: glib2-devel, gettext, gtk-doc, libtool, intltool
|
||||
BuildRequires: perl(XML::Parser), python3
|
||||
%if %{python_binding}
|
||||
|
|
@ -46,11 +46,11 @@ Install this package if you want to develop programs which use tomoe.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .multiarch-conflict
|
||||
%patch1 -p0 -b .bz502662
|
||||
%patch2 -p1 -b .glib
|
||||
%patch3 -p1 -b .compile
|
||||
%patch4 -p1 -b .strerror
|
||||
%patch -P0 -p0 -b .multiarch-conflict
|
||||
%patch -P1 -p0 -b .bz502662
|
||||
%patch -P2 -p1 -b .glib
|
||||
%patch -P3 -p1 -b .compile
|
||||
%patch -P4 -p1 -b .strerror
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
|
@ -72,10 +72,6 @@ find ${RPM_BUILD_ROOT}%{_libdir} -name '*.la' | xargs rm
|
|||
%find_lang %{name}
|
||||
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING NEWS README TODO data/kanjidic*.html
|
||||
%{_libdir}/libtomoe.so.*
|
||||
|
|
@ -102,6 +98,27 @@ find ${RPM_BUILD_ROOT}%{_libdir} -name '*.la' | xargs rm
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-58
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-57
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-56
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-55
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-54
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat May 6 2023 Peng Wu <pwu@redhat.com> - 0.6.0-53
|
||||
- Rebuild the package
|
||||
|
||||
* Sat May 6 2023 Peng Wu <pwu@redhat.com> - 0.6.0-52
|
||||
- Migrate to SPDX license
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-51
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue