|
|
|
|
@ -1,85 +1,108 @@
|
|
|
|
|
%global use_utf8_dict 1
|
|
|
|
|
%global pkg anthy
|
|
|
|
|
%define use_utf8_dict 1
|
|
|
|
|
%define pkg anthy
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 0 && 0%{?fedora} < 36
|
|
|
|
|
%bcond_without xemacs
|
|
|
|
|
%else
|
|
|
|
|
# xemacs disabled on RHEL and Fedora 36+
|
|
|
|
|
%bcond_with xemacs
|
|
|
|
|
Name: anthy
|
|
|
|
|
Version: 9100h
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
# The entire source code is LGPLv2+ and dictionaries is GPLv2.
|
|
|
|
|
License: LGPLv2+ and GPLv2
|
|
|
|
|
URL: http://sourceforge.jp/projects/anthy/
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildRequires: emacs
|
|
|
|
|
%if 0%{?rhel} == 0
|
|
|
|
|
BuildRequires: xemacs
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: anthy
|
|
|
|
|
Version: 9100h
|
|
|
|
|
Release: 59%{?dist}
|
|
|
|
|
# The entire source code is LGPLv2+ and dictionaries is GPLv2. the corpus data is under Public Domain.
|
|
|
|
|
License: LGPL-2.1-or-later AND GPL-2.0-only AND LicenseRef-Fedora-Public-Domain
|
|
|
|
|
URL: http://sourceforge.jp/projects/anthy/
|
|
|
|
|
BuildRequires: emacs
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
%if %{with xemacs}
|
|
|
|
|
BuildRequires: xemacs
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Source0: http://osdn.dl.sourceforge.jp/anthy/37536/anthy-%{version}.tar.gz
|
|
|
|
|
Source1: %{name}-init.el
|
|
|
|
|
Patch0: %{name}-fix-typo-in-dict.patch
|
|
|
|
|
Patch1: %{name}-fix-typo-in-dict-name.patch
|
|
|
|
|
Patch10: %{name}-corpus.patch
|
|
|
|
|
Patch11: %{name}-fix-elisp.patch
|
|
|
|
|
Patch12: %{name}-aarch64.patch
|
|
|
|
|
Patch13: %{name}-fix-segfault.patch
|
|
|
|
|
Patch14: %{name}-fix-emacs29.patch
|
|
|
|
|
Patch15: %{name}-fix-eol.patch
|
|
|
|
|
|
|
|
|
|
Summary: Japanese character set input library
|
|
|
|
|
Requires: emacs-filesystem >= %{_emacs_version}
|
|
|
|
|
Provides: emacs-%{pkg}-el <= 9100h-27, emacs-%{pkg} <= 9100h-27
|
|
|
|
|
Obsoletes: emacs-%{pkg}-el <= 9100h-27, emacs-%{pkg} <= 9100h-27
|
|
|
|
|
%if %{with xemacs}
|
|
|
|
|
Requires: xemacs-filesystem >= %{_xemacs_version}
|
|
|
|
|
Provides: xemacs-%{pkg}-el <= 9100h-27, xemacs-%{pkg} <= 9100h-27
|
|
|
|
|
Obsoletes: xemacs-%{pkg}-el <= 9100h-27, xemacs-%{pkg} <= 9100h-27
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://osdn.dl.sourceforge.jp/anthy/37536/anthy-%{version}.tar.gz
|
|
|
|
|
Source1: anthy-init.el
|
|
|
|
|
Patch0: anthy-fix-typo-in-dict.patch
|
|
|
|
|
Patch1: anthy-fix-typo-in-dict-name.patch
|
|
|
|
|
Patch10: anthy-corpus.patch
|
|
|
|
|
|
|
|
|
|
Summary: Japanese character set input library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Obsoletes: anthy-libs
|
|
|
|
|
Provides: anthy-libs = %{version}
|
|
|
|
|
%description
|
|
|
|
|
Anthy provides the library to input Japanese on the applications, such as
|
|
|
|
|
X applications and emacs. and the user dictionaries and the users information
|
|
|
|
|
which is used for the conversion, is stored into their own home directory.
|
|
|
|
|
So Anthy is secure than other conversion server.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Header files and library for developing programs which uses Anthy
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Header files and library for developing programs which uses Anthy
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: anthy = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
%description devel
|
|
|
|
|
The anthy-devel package contains the development files which is needed to build
|
|
|
|
|
the programs which uses Anthy.
|
|
|
|
|
|
|
|
|
|
%package -n emacs-%{pkg}
|
|
|
|
|
Summary: Compiled elisp files to run Anthy under GNU Emacs
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: emacs(bin) >= %{_emacs_version}
|
|
|
|
|
Requires: anthy = %{version}-%{release}
|
|
|
|
|
Obsoletes: anthy-el < 9100g-1
|
|
|
|
|
Provides: anthy-el = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n emacs-%{pkg}
|
|
|
|
|
This package contains the byte compiled elisp packages to run Anthy with GNU
|
|
|
|
|
Emacs.
|
|
|
|
|
|
|
|
|
|
%package -n emacs-%{pkg}-el
|
|
|
|
|
Summary: Elisp source files for Anthy under GNU Emacs
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: emacs-%{pkg} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n emacs-%{pkg}-el
|
|
|
|
|
This package contains the elisp source files for Anthy under GNU Emacs. You
|
|
|
|
|
do not need to install this package to run Anthy. Install the emacs-%{pkg}
|
|
|
|
|
package to use Anthy with GNU Emacs.
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 0
|
|
|
|
|
%package -n xemacs-%{pkg}
|
|
|
|
|
Summary: Compiled elisp files to run Anthy under XEmacs
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: xemacs(bin) >= %{_xemacs_version}
|
|
|
|
|
Requires: anthy = %{version}-%{release}
|
|
|
|
|
Obsoletes: anthy-el-xemacs < 9100g-1
|
|
|
|
|
Provides: anthy-el-xemacs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n xemacs-%{pkg}
|
|
|
|
|
This package contains the byte compiled elisp packages to use Anthy with
|
|
|
|
|
XEmacs.
|
|
|
|
|
|
|
|
|
|
%package -n xemacs-%{pkg}-el
|
|
|
|
|
Summary: Elisp source files for Anthy under XEmacs
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: xemacs-%{pkg} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n xemacs-%{pkg}-el
|
|
|
|
|
This package contains the elisp source files for Anthy under XEmacs. You do
|
|
|
|
|
not need to install this package to run Anthy. Install the xemacs-%{pkg}
|
|
|
|
|
package to use Anthy with XEmacs.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%setup -q #-a 2
|
|
|
|
|
%patch0 -p1 -b .0-typo
|
|
|
|
|
%patch1 -p1 -b .1-typo-name
|
|
|
|
|
%patch10 -p1 -b .10-corpus
|
|
|
|
|
|
|
|
|
|
# Convert to utf-8
|
|
|
|
|
for file in ChangeLog doc/protocol.txt; do
|
|
|
|
|
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
|
|
|
|
|
touch -r $file $file.new && \
|
|
|
|
|
mv $file.new $file
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%if %{use_utf8_dict}
|
|
|
|
|
%if %{use_utf8_dict}
|
|
|
|
|
function normalize_extra_dict() {
|
|
|
|
|
sed -e 's/^\([^ ]*\)t[ ]*\(#[A-Z0-9\*]*\)[ ]*\([^ ]*\)$/\1 \2 \3/g' $1 > $1.norm
|
|
|
|
|
sed -e 's/^\([^ ]*\)t[ ]*\(#[A-Z0-9\*]*\)[ ]*\([^ ]*\)$/\1 \2 \3/g' $1 > $1.norm
|
|
|
|
|
}
|
|
|
|
|
function dict_conv() {
|
|
|
|
|
iconv -f euc-jp -t utf-8 $1 > $1.utf8
|
|
|
|
|
iconv -f euc-jp -t utf-8 $1 > $1.utf8
|
|
|
|
|
}
|
|
|
|
|
function gen_dict_args() {
|
|
|
|
|
if ! test -f $RPM_BUILD_DIR/%{name}-%{version}/mkworddic/dict.args.in-orig; then
|
|
|
|
|
cp -a $RPM_BUILD_DIR/%{name}-%{version}/mkworddic/dict.args.in{,-orig}
|
|
|
|
|
fi
|
|
|
|
|
cat <<_EOF_ > $RPM_BUILD_DIR/%{name}-%{version}/mkworddic/dict.args.in
|
|
|
|
|
if ! test -f $RPM_BUILD_DIR/%{name}-%{version}/mkworddic/dict.args.in-orig; then
|
|
|
|
|
cp -a $RPM_BUILD_DIR/%{name}-%{version}/mkworddic/dict.args.in{,-orig}
|
|
|
|
|
fi
|
|
|
|
|
cat <<_EOF_ > $RPM_BUILD_DIR/%{name}-%{version}/mkworddic/dict.args.in
|
|
|
|
|
# Generated by rpm script
|
|
|
|
|
set_input_encoding utf8
|
|
|
|
|
read @top_srcdir@/alt-cannadic/gcanna.ctd.utf8
|
|
|
|
|
@ -105,19 +128,19 @@ touch -r $RPM_BUILD_DIR/%{name}-%{version}/mkworddic/dict.args.in{-orig,}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
(
|
|
|
|
|
cd alt-cannadic
|
|
|
|
|
for i in gcanna.ctd gcannaf.ctd gtankan.ctd; do
|
|
|
|
|
dict_conv $i
|
|
|
|
|
done
|
|
|
|
|
cd extra
|
|
|
|
|
for i in g-jiritu-34.t gc-fullname-34.t gf-fuzoku-34.t gt-tankanji_hikanji-34.t gt-tankanji_kanji-34.t; do
|
|
|
|
|
normalize_extra_dict $i
|
|
|
|
|
done
|
|
|
|
|
cd alt-cannadic
|
|
|
|
|
for i in gcanna.ctd gcannaf.ctd gtankan.ctd; do
|
|
|
|
|
dict_conv $i
|
|
|
|
|
done
|
|
|
|
|
cd extra
|
|
|
|
|
for i in g-jiritu-34.t gc-fullname-34.t gf-fuzoku-34.t gt-tankanji_hikanji-34.t gt-tankanji_kanji-34.t; do
|
|
|
|
|
normalize_extra_dict $i
|
|
|
|
|
done
|
|
|
|
|
);(
|
|
|
|
|
cd mkworddic
|
|
|
|
|
for i in adjust.t compound.t extra.t udict zipcode.t; do
|
|
|
|
|
dict_conv $i
|
|
|
|
|
done
|
|
|
|
|
cd mkworddic
|
|
|
|
|
for i in adjust.t compound.t extra.t udict zipcode.t; do
|
|
|
|
|
dict_conv $i
|
|
|
|
|
done
|
|
|
|
|
)
|
|
|
|
|
gen_dict_args
|
|
|
|
|
%endif
|
|
|
|
|
@ -128,201 +151,82 @@ gen_dict_args
|
|
|
|
|
# fix rpath issue
|
|
|
|
|
sed -ie 's/^hardcode_libdir_flag_spec.*$'/'hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' libtool
|
|
|
|
|
LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/src-main/.libs:$RPM_BUILD_DIR/%{name}-%{version}/src-worddic/.libs make %{?_smp_mflags}
|
|
|
|
|
#LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/src-main/.libs:$RPM_BUILD_DIR/%{name}-%{version}/src-worddic/.libs make %{?_smp_mflags} update_params0
|
|
|
|
|
#LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/src-main/.libs:$RPM_BUILD_DIR/%{name}-%{version}/src-worddic/.libs make %{?_smp_mflags} update_params
|
|
|
|
|
#LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/src-main/.libs:$RPM_BUILD_DIR/%{name}-%{version}/src-worddic/.libs make %{?_smp_mflags} update_params2
|
|
|
|
|
#LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/src-main/.libs:$RPM_BUILD_DIR/%{name}-%{version}/src-worddic/.libs make %{?_smp_mflags} update_params2
|
|
|
|
|
#LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/src-main/.libs:$RPM_BUILD_DIR/%{name}-%{version}/src-worddic/.libs make %{?_smp_mflags} update_params2
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
# remove unnecessary files
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.{la,a}
|
|
|
|
|
|
|
|
|
|
## for emacs-anthy
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
|
|
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
|
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
|
|
|
|
|
|
|
|
|
%if %{with xemacs}
|
|
|
|
|
%if 0%{?rhel} == 0
|
|
|
|
|
## for xemacs-anthy
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
|
|
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
|
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
|
|
|
|
pushd $RPM_BUILD_DIR/%{name}-%{version}/src-util
|
|
|
|
|
make clean
|
|
|
|
|
make EMACS=xemacs lispdir="%{_xemacs_sitelispdir}/%{pkg}"
|
|
|
|
|
make install-lispLISP DESTDIR=$RPM_BUILD_ROOT EMACS=xemacs lispdir="%{_xemacs_sitelispdir}/%{pkg}" INSTALL="install -p"
|
|
|
|
|
make install-lispLISP DESTDIR=$RPM_BUILD_ROOT EMACS=xemacs lispdir="%{_xemacs_sitelispdir}/%{pkg}"
|
|
|
|
|
popd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS ChangeLog DIARY NEWS README
|
|
|
|
|
%license COPYING
|
|
|
|
|
%defattr (-, root, root, -)
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog DIARY NEWS README
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_sysconfdir}/*
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
%{_datadir}/anthy/
|
|
|
|
|
%doc doc/ELISP
|
|
|
|
|
%{_emacs_sitelispdir}/%{pkg}/*.el
|
|
|
|
|
%{_emacs_sitelispdir}/%{pkg}/*.elc
|
|
|
|
|
%{_emacs_sitestartdir}/*.el
|
|
|
|
|
%dir %{_emacs_sitelispdir}/%{pkg}
|
|
|
|
|
%if %{with xemacs}
|
|
|
|
|
%{_xemacs_sitelispdir}/%{pkg}/*.el
|
|
|
|
|
%{_xemacs_sitelispdir}/%{pkg}/*.elc
|
|
|
|
|
%{_xemacs_sitestartdir}/*.el
|
|
|
|
|
%dir %{_xemacs_sitelispdir}/%{pkg}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr (-, root, root, -)
|
|
|
|
|
%doc doc/DICLIB doc/DICUTIL doc/GLOSSARY doc/GRAMMAR doc/GUIDE.english doc/ILIB doc/LEARNING doc/LIB doc/MISC doc/POS doc/SPLITTER doc/TESTING doc/protocol.txt
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
%files -n emacs-%{pkg}
|
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
|
%doc doc/ELISP
|
|
|
|
|
%{_emacs_sitelispdir}/%{pkg}/*.elc
|
|
|
|
|
%{_emacs_sitestartdir}/*.el
|
|
|
|
|
%dir %{_emacs_sitelispdir}/%{pkg}
|
|
|
|
|
|
|
|
|
|
%files -n emacs-%{pkg}-el
|
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
|
%{_emacs_sitelispdir}/%{pkg}/*.el
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 0
|
|
|
|
|
%files -n xemacs-%{pkg}
|
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
|
%doc doc/ELISP
|
|
|
|
|
%{_xemacs_sitelispdir}/%{pkg}/*.elc
|
|
|
|
|
%{_xemacs_sitestartdir}/*.el
|
|
|
|
|
%dir %{_xemacs_sitelispdir}/%{pkg}
|
|
|
|
|
|
|
|
|
|
%files -n xemacs-%{pkg}-el
|
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
|
%{_xemacs_sitelispdir}/%{pkg}/*.el
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-59
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-58
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-57
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 19 2024 Akira TAGOH <tagoh@redhat.com> - 9100h-56
|
|
|
|
|
- Fix an infinite loop when missing EOL in record file.
|
|
|
|
|
Resolves: rhbz#1944546
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-55
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-54
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-53
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 28 2023 Akira TAGOH <tagoh@redhat.com> - 9100h-52
|
|
|
|
|
- Fix symbol error on Emacs 29.
|
|
|
|
|
Resolves: rhbz#2251128
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-51
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-50
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 30 2022 Akira TAGOH <tagoh@redhat.com> - 9100h-49
|
|
|
|
|
- Convert License tag to SPDX.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Stewart Smith <trawets@amazon.com> - 9100h-46
|
|
|
|
|
- Switch xemacs build condition to bcond
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-45
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 9 2021 Jerry James <loganjerry@gmail.com> - 9100h-44
|
|
|
|
|
- Drop XEmacs support in F36 and later
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-43
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-42
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-41
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-40
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-39
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-38
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-37
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-36
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 29 2018 Akira TAGOH <tagoh@redhat.com> - 9100h-35
|
|
|
|
|
- Use ldconfig rpm macro.
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2018 Akira TAGOH <tagoh@redhat.com> - 9100h-34
|
|
|
|
|
- Add BR: gcc.
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-33
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-32
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-31
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-30
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9100h-29
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 4 2016 Akira TAGOH <tagoh@redhat.com>
|
|
|
|
|
- Use %%global instead of %%define.
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2015 Akira TAGOH <tagoh@redhat.com> - 9100h-28
|
|
|
|
|
- Merge emacs sub-packages into main (#1234577)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-27
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-26
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2013 Akira TAGOH <tagoh@redhat.com> - 9100h-23
|
|
|
|
|
- Fix a segfault issue. (#973127)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 27 2013 Akira TAGOH <tagoh@redhat.com> - 9100h-22
|
|
|
|
|
- Rebuilt for aarch64 support (#925002)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 8 2013 Akira TAGOH <tagoh@redhat.com> - 9100h-21
|
|
|
|
|
- Apply a patch from Mike FABIAN to get anthy.el working back on Emacs 24.3.1.
|
|
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-20
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 14 2012 Akira TAGOH <tagoh@redhat.com> - 9100h-19
|
|
|
|
|
- Update License tag.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9100h-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Oct 7 2010 Akira TAGOH <tagoh@redhat.com> - 9100h-15
|
|
|
|
|
- Fix a typo in the dictionary. (#629908)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 27 2010 Akira TAGOH <tagoh@redhat.com> - 9100h-14
|
|
|
|
|
- spec file clean up (Parag AN, #552855)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 24 2010 Akira TAGOH <tagoh@redhat.com> - 9100h-13
|
|
|
|
|
- build emacs-* packages as noarch.
|
|
|
|
|
|
|
|
|
|
* Mon May 10 2010 Akira TAGOH <tagoh@redhat.com> - 9100h-12
|
|
|
|
|
- Fix a typo in g_fname.t. (#584614)
|
|
|
|
|
|
|
|
|
|
@ -579,3 +483,4 @@ popd
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2004 Akira TAGOH <tagoh@redhat.com> 5330-1
|
|
|
|
|
- Initial package.
|
|
|
|
|
|
|
|
|
|
|