From 1ec6ed265ccde5dc300d17948de6d70704055a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 12:05:13 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gspell#0db1392dd8fc0ffb74c5305302377ebf3bdba652 --- .gitignore | 29 ++++++++ gspell.spec | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 237 insertions(+) create mode 100644 gspell.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..5a6b72a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,29 @@ +/gspell-0.1.2.tar.xz +/gspell-0.2.1.tar.xz +/gspell-0.2.2.tar.xz +/gspell-0.2.3.tar.xz +/gspell-0.2.4.tar.xz +/gspell-0.2.6.tar.xz +/gspell-1.0.0.tar.xz +/gspell-1.0.1.tar.xz +/gspell-1.0.2.tar.xz +/gspell-1.0.3.tar.xz +/gspell-1.1.2.tar.xz +/gspell-1.1.3.tar.xz +/gspell-1.2.0.tar.xz +/gspell-1.2.1.tar.xz +/gspell-1.2.2.tar.xz +/gspell-1.3.2.tar.xz +/gspell-1.3.3.tar.xz +/gspell-1.4.0.tar.xz +/gspell-1.4.1.tar.xz +/gspell-1.5.2.tar.xz +/gspell-1.5.3.tar.xz +/gspell-1.5.4.tar.xz +/gspell-1.6.0.tar.xz +/gspell-1.6.1.tar.xz +/gspell-1.8.0.tar.xz +/gspell-1.8.1.tar.xz +/gspell-1.8.2.tar.xz +/gspell-1.8.3.tar.xz +/gspell-1.8.4.tar.xz diff --git a/gspell.spec b/gspell.spec new file mode 100644 index 0000000..961d959 --- /dev/null +++ b/gspell.spec @@ -0,0 +1,207 @@ +%global glib2_version 2.44 +%global gtk3_version 3.20 + +Name: gspell +Version: 1.8.4 +Release: 1%{?dist} +Summary: Spell-checking library for GTK+ + +License: LGPLv2+ +URL: https://wiki.gnome.org/Projects/gspell +Source0: https://download.gnome.org/sources/%{name}/1.8/%{name}-%{version}.tar.xz + +BuildRequires: gettext +BuildRequires: gobject-introspection-devel +BuildRequires: pkgconfig(enchant-2) +BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} +BuildRequires: pkgconfig(iso-codes) +BuildRequires: vala + +Requires: glib2%{?_isa} >= %{glib2_version} +Requires: gtk3%{?_isa} >= %{gtk3_version} +Requires: iso-codes + +%description +gspell provides a flexible API to implement the spell checking +in a GTK+ application. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%package doc +Summary: API documentation for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +This package contains the full API documentation for %{name}. + + +%prep +%setup -q + + +%build +%configure --disable-static +make %{?_smp_mflags} + + +%install +%make_install +find $RPM_BUILD_ROOT -name '*.la' -delete + +%find_lang gspell-1 + + +%ldconfig_scriptlets + + +%files -f gspell-1.lang +%license COPYING +%{_libdir}/girepository-1.0/ +%{_libdir}/libgspell-1.so.2* + +%files devel +%{_bindir}/gspell-app1 +%{_includedir}/gspell-1/ +%{_libdir}/libgspell-1.so +%{_libdir}/pkgconfig/gspell-1.pc +%{_datadir}/gir-1.0/ +%{_datadir}/vala/ + +%files doc +%{_datadir}/gtk-doc/ + + +%changelog +* Fri Sep 04 2020 Kalev Lember - 1.8.4-1 +- Update to 1.8.4 + +* Tue Jul 28 2020 Fedora Release Engineering - 1.8.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 1.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jan 25 2020 Kalev Lember - 1.8.3-1 +- Update to 1.8.3 + +* Fri Sep 06 2019 Kalev Lember - 1.8.2-1 +- Update to 1.8.2 + +* Thu Jul 25 2019 Fedora Release Engineering - 1.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 26 2018 Kalev Lember - 1.8.1-1 +- Update to 1.8.1 + +* Sun Mar 11 2018 Kalev Lember - 1.8.0-1 +- Update to 1.8.0 + +* Wed Feb 07 2018 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Nov 01 2017 Kalev Lember - 1.6.1-1 +- Update to 1.6.1 + +* Sun Sep 10 2017 Kalev Lember - 1.6.0-1 +- Update to 1.6.0 + +* Mon Aug 28 2017 Kalev Lember - 1.5.4-1 +- Update to 1.5.4 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.5.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jul 18 2017 Kalev Lember - 1.5.3-1 +- Update to 1.5.3 + +* Mon Jun 12 2017 Kalev Lember - 1.5.2-1 +- Update to 1.5.2 + +* Tue Apr 11 2017 Kalev Lember - 1.4.1-1 +- Update to 1.4.1 + +* Tue Mar 21 2017 Kalev Lember - 1.4.0-1 +- Update to 1.4.0 + +* Mon Feb 27 2017 Richard Hughes - 1.3.3-1 +- Update to 1.3.3 + +* Mon Feb 13 2017 Richard Hughes - 1.3.2-1 +- Update to 1.3.2 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Dec 16 2016 Kalev Lember - 1.2.2-1 +- Update to 1.2.2 + +* Wed Nov 23 2016 Kalev Lember - 1.2.1-1 +- Update to 1.2.1 + +* Thu Sep 22 2016 Kalev Lember - 1.2.0-2 +- BR vala instead of obsolete vala-tools subpackage + +* Mon Sep 19 2016 Kalev Lember - 1.2.0-1 +- Update to 1.2.0 + +* Sun Aug 14 2016 Kalev Lember - 1.1.3-1 +- Update to 1.1.3 + +* Sun Jul 17 2016 Kalev Lember - 1.1.2-1 +- Update to 1.1.2 + +* Sun Jul 10 2016 Kalev Lember - 1.0.3-1 +- Update to 1.0.3 + +* Fri Jun 10 2016 Kalev Lember - 1.0.2-1 +- Update to 1.0.2 + +* Wed Apr 13 2016 Kalev Lember - 1.0.1-1 +- Update to 1.0.1 + +* Sun Mar 20 2016 Kalev Lember - 1.0.0-1 +- Update to 1.0.0 + +* Mon Mar 14 2016 Kalev Lember - 0.2.6-1 +- Update to 0.2.6 + +* Tue Feb 16 2016 David King - 0.2.4-1 +- Update to 0.2.4 + +* Wed Feb 03 2016 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 20 2016 Kalev Lember - 0.2.3-1 +- Update to 0.2.3 + +* Mon Dec 14 2015 Kalev Lember - 0.2.2-1 +- Update to 0.2.2 +- This update relicensed gspell from GPLv2+ to LGPLv2+ + +* Mon Dec 07 2015 Kalev Lember - 0.2.1-1 +- Update to 0.2.1 + +* Sun Dec 06 2015 Kalev Lember - 0.1.2-1 +- Update to 0.1.2 + +* Thu Oct 15 2015 Kalev Lember - 0.1.0-1 +- Initial Fedora packaging (#1271944) diff --git a/sources b/sources new file mode 100644 index 0000000..48a3cde --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gspell-1.8.4.tar.xz) = adb481590442d81040151746c7747791d76248b1b35af1702dc5389efbd2e0c6bdda070b8e84384d22f4922b5a382ac2c6519e425f417ec85c8efbe22dc38c82