diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e98ab19efc559a467dd2fb8ea60f00131b527207 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Deprecated since Oct 2025 +- https://gitee.com/openeuler/release-management/pulls/2441 diff --git a/enchant-1.6.1.tar.gz b/enchant-1.6.1.tar.gz deleted file mode 100644 index 758506a1512c1b71a652e5c37405e7db6e78c900..0000000000000000000000000000000000000000 Binary files a/enchant-1.6.1.tar.gz and /dev/null differ diff --git a/enchant.spec b/enchant.spec deleted file mode 100644 index 48086bdb491e10efd4b08fd0c033225618c576ca..0000000000000000000000000000000000000000 --- a/enchant.spec +++ /dev/null @@ -1,117 +0,0 @@ -Name: enchant -Version: 1.6.1 -Release: 5 -Epoch: 1 -Summary: Generic spell checking library - -License: LGPLv2+ -URL: https://github.com/AbiWord/enchant -Source0: https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/%{name}-%{version}.tar.gz - -BuildRequires: aspell-devel automake gcc-c++ hunspell-devel libtool libvoikko-devel -BuildRequires: glib2-devel >= 2.6.0 - -%description -Enchant aims to provide a simple but comprehensive abstraction for dealing -with different spell checking libraries in a consistent way. A client, such -as a text editor or word processor, need not know anything about a specific -spell-checker, and since all back-ends are plugins, new spell-checkers can -be added without needing any change to the program using Enchant. - -%package devel -Summary: Development files for %{name} -Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: glib2-devel - -%description devel -The %{name}-devel package contains libraries, header files and support files -for developing applications that use libenchant. - -%package aspell -Summary: Aspell is integrated for libenchant -Requires: %{name} = %{epoch}:%{version}-%{release} - -%description aspell -Applications need libraries integrated by using libenchant with aspell. - -%package voikko -Summary: voikko is integrated for libenchant -Requires: %{name} = %{epoch}:%{version}-%{release} - -%description voikko -Applications need libraries integrated by using libenchant with voikko. - -%package_help - -%prep -%autosetup -n %{name}-%{version} -p1 - -%build -export OBJC=%{__cc} -CFLAGS="%{build_cflags} -Wno-error=incompatible-pointer-types" \ -%configure --disable-ispell --disable-hspell --disable-zemberek --enable-myspell \ - --with-myspell-dir=/usr/share/myspell -make %{?_smp_mflags} - -%install -make install DESTDIR=%{buildroot} -%delete_la -%ldconfig_scriptlets - -%files -%doc AUTHORS -%license COPYING.LIB -%{_bindir}/enchant -%{_bindir}/enchant-lsmod -%{_libdir}/libenchant.so.* -%{_libdir}/enchant/libenchant_myspell.so -%{_datadir}/enchant/enchant.ordering - -%files devel -%{_libdir}/libenchant.so -%{_libdir}/pkgconfig/enchant.pc -%{_includedir}/enchant/*.h -%{_libdir}/*.a -%{_libdir}/%{name}/*.a - -%files aspell -%{_libdir}/enchant/libenchant_aspell.so - -%files voikko -%{_libdir}/enchant/libenchant_voikko.so - -%files help -%doc README ChangeLog -%{_mandir}/man1/*.gz - -%changelog -* Mon Aug 04 2025 liuqingtao - 1:1.6.1-5 -- Add cflags to ignore compilation error of Wincompatible-pointer-types - -* Fri Mar 15 2024 wangqiang - 1:1.6.1-4 -- Fix CC compiler support - -* Tue Jul 20 2021 liuyumeng - 1:1.6.1-3 -- delete gdb in buildrequires - -* Sat Mar 21 2020 openEuler Buildteam - 1:1.6.1-2 -- Type:NA -- Id:NA -- SUG:NA -- DESC:add gdb build require - -* Tue Dec 31 2019 openEuler Buildteam - 1:1.6.1-1 -- Type:NA -- Id:NA -- SUG:NA -- DESC:update tarball - -* Sat Oct 19 2019 openEuler Buildteam - 1:1.6.0-23 -- Type:bugfix -- Id:NA -- SUG:NA -- DESC:change the directory of the license files - -* Thu Aug 22 2019 openEuler Buildteam - 1:1.6.0-22 -- Package Init - diff --git a/enchant.yaml b/enchant.yaml deleted file mode 100644 index cf3450aa6ff8345880f4b68065d0d71e241af6c6..0000000000000000000000000000000000000000 --- a/enchant.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: github -src_repo: AbiWord/enchant -tag_prefix: ^v -separator: .