import m17n-lib-1.8.4-7.el10

cs10 imports/cs10/m17n-lib-1.8.4-7.el10
MSVSphere Packaging Team 4 months ago
parent a90fa04a5d
commit 6b1ad046f0
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1,3 +1,13 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 7;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# note this duplicates native anthy IMEs # note this duplicates native anthy IMEs
%if 0%{?fedora} %if 0%{?fedora}
%bcond_without anthy %bcond_without anthy
@ -7,7 +17,7 @@
Name: m17n-lib Name: m17n-lib
Version: 1.8.4 Version: 1.8.4
Release: 4%{?dist} Release: %autorelease
Summary: Multilingual text library Summary: Multilingual text library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -125,6 +135,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_libdir}/libm17n-gui.so.* %{_libdir}/libm17n-gui.so.*
%changelog %changelog
## START: Generated by rpmautospec
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.8.4-7
- Bump release for October 2024 mass rebuild:
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.8.4-4 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.8.4-4
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild
@ -408,3 +422,5 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
* Sat Jan 15 2005 UTUMI Hirosi <utuhiro78@yahoo.co.jp> * Sat Jan 15 2005 UTUMI Hirosi <utuhiro78@yahoo.co.jp>
- modify spec for fedora - modify spec for fedora
## END: Generated by rpmautospec

Loading…
Cancel
Save