commit 33f6e50a1ca0e3086c69723daa2fc002db92ca68 Author: CentOS Sources Date: Tue May 17 05:17:44 2022 -0400 import gnome-calculator-40.1-2.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c83250e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-calculator-40.1.tar.xz diff --git a/.gnome-calculator.metadata b/.gnome-calculator.metadata new file mode 100644 index 0000000..172521a --- /dev/null +++ b/.gnome-calculator.metadata @@ -0,0 +1 @@ +7aa21b50658e05357b302efb8a2281d6c5850190 SOURCES/gnome-calculator-40.1.tar.xz diff --git a/SPECS/gnome-calculator.spec b/SPECS/gnome-calculator.spec new file mode 100644 index 0000000..1981b9c --- /dev/null +++ b/SPECS/gnome-calculator.spec @@ -0,0 +1,482 @@ +%global tarball_version %%(echo %{version} | tr '~' '.') + +Name: gnome-calculator +Version: 40.1 +Release: 2%{?dist} +Summary: A desktop calculator + +License: GPLv3+ +URL: https://wiki.gnome.org/Apps/Calculator +Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: itstool +BuildRequires: libmpc-devel +BuildRequires: libsoup-devel +BuildRequires: libvala-devel +BuildRequires: meson +BuildRequires: mpfr-devel +BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtksourceview-4) +BuildRequires: pkgconfig(libhandy-1) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: vala +BuildRequires: /usr/bin/appstream-util + +%description +gnome-calculator is a powerful graphical calculator with financial, +logical and scientific modes. It uses a multiple precision package +to do its arithmetic to give a high degree of accuracy. + + +%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}. + + +%prep +%autosetup -p1 -n %{name}-%{tarball_version} + + +%build +%meson +%meson_build + + +%install +%meson_install +%find_lang %{name} --with-gnome --all-name + + +%check +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.gnome.Calculator.appdata.xml +desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Calculator.desktop + + +%files -f %{name}.lang +%doc NEWS +%license COPYING +%{_bindir}/gcalccmd +%{_bindir}/gnome-calculator +%dir %{_libdir}/girepository-1.0 +%{_libdir}/girepository-1.0/GCalc-2.typelib +%{_libdir}/girepository-1.0/GCi-1.typelib +%{_libdir}/libgcalc-2.so.1* +%{_libdir}/libgci-1.so.0* +%{_libexecdir}/gnome-calculator-search-provider +%{_datadir}/applications/org.gnome.Calculator.desktop +%{_datadir}/dbus-1/services/org.gnome.Calculator.SearchProvider.service +%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml +%{_datadir}/gnome-shell/ +%{_datadir}/icons/hicolor/*/apps/org.gnome.Calculator.* +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Calculator-symbolic.svg +%{_datadir}/metainfo/org.gnome.Calculator.appdata.xml +%{_mandir}/man1/gnome-calculator.1* +%{_mandir}/man1/gcalccmd.1* + +%files devel +%{_includedir}/gci-2/ +%{_includedir}/gcalc-2/ +%{_libdir}/libgcalc-2.so +%{_libdir}/libgci-1.so +%{_libdir}/pkgconfig/gcalc-2.pc +%{_libdir}/pkgconfig/gci-1.pc +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/GCalc-2.gir +%{_datadir}/gir-1.0/GCi-1.gir +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/gcalc-2.deps +%{_datadir}/vala/vapi/gcalc-2.vapi +%{_datadir}/vala/vapi/gci-1.deps +%{_datadir}/vala/vapi/gci-1.vapi + + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 40.1-2 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Wed May 05 2021 Kalev Lember - 40.1-1 +- Update to 40.1 + +* Thu Apr 15 2021 Mohan Boddu - 40.0-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Mon Mar 22 2021 Kalev Lember - 40.0-1 +- Update to 40.0 + +* Mon Mar 15 2021 Kalev Lember - 40~rc-1 +- Update to 40.rc + +* Thu Feb 18 2021 Kalev Lember - 40~beta-1 +- Update to 40.beta +- Drop old gcalctool obsoletes + +* Tue Jan 26 2021 Fedora Release Engineering - 3.38.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Kalev Lember - 3.38.2-1 +- Update to 3.38.2 + +* Mon Oct 5 2020 Kalev Lember - 3.38.1-1 +- Update to 3.38.1 + +* Fri Sep 11 2020 Kalev Lember - 3.38.0-1 +- Update to 3.38.0 + +* Sun Sep 06 2020 Kalev Lember - 3.37.92-1 +- Update to 3.37.92 + +* Mon Aug 17 2020 Kalev Lember - 3.37.90-1 +- Update to 3.37.90 + +* Sat Aug 01 2020 Fedora Release Engineering - 3.36.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 3.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Mar 08 2020 Kalev Lember - 3.36.0-1 +- Update to 3.36.0 + +* Mon Mar 02 2020 Kalev Lember - 3.35.92-1 +- Update to 3.35.92 + +* Sun Feb 02 2020 Kalev Lember - 3.35.90-1 +- Update to 3.35.90 + +* Tue Jan 28 2020 Fedora Release Engineering - 3.35.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 16 2020 Kalev Lember - 3.35.3-1 +- Update to 3.35.3 + +* Wed Oct 9 2019 Jerry James - 3.34.1-2 +- Rebuild for mpfr 4 + +* Mon Oct 07 2019 Kalev Lember - 3.34.1-1 +- Update to 3.34.1 + +* Mon Sep 09 2019 Kalev Lember - 3.34.0-1 +- Update to 3.34.0 + +* Tue Sep 03 2019 Kalev Lember - 3.33.92-1 +- Update to 3.33.92 + +* Mon Aug 12 2019 Kalev Lember - 3.33.90-1 +- Update to 3.33.90 + +* Thu Jul 25 2019 Fedora Release Engineering - 3.33.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jul 19 2019 Kalev Lember - 3.33.3-2 +- Rebuilt for vala 0.46 + +* Tue Jun 18 2019 Kalev Lember - 3.33.3-1 +- Update to 3.33.3 + +* Tue May 21 2019 Kalev Lember - 3.33.2-1 +- Update to 3.33.2 +- Add new -devel subpackage + +* Tue Apr 16 2019 Adam Williamson - 3.32.1-2 +- Rebuild with Meson fix for #1699099 + +* Tue Apr 09 2019 Kalev Lember - 3.32.1-1 +- Update to 3.32.1 + +* Mon Mar 11 2019 Kalev Lember - 3.32.0-1 +- Update to 3.32.0 + +* Tue Mar 05 2019 Kalev Lember - 3.31.92-1 +- Update to 3.31.92 + +* Mon Feb 18 2019 Kalev Lember - 3.31.91-1 +- Update to 3.31.91 + +* Mon Feb 04 2019 Phil Wyett - 3.31.90-1 +- Update to 3.31.90 + +* Mon Feb 04 2019 Kalev Lember - 3.31.3-1 +- Update to 3.31.3 + +* Thu Jan 31 2019 Fedora Release Engineering - 3.30.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Sep 26 2018 Kalev Lember - 3.30.1-1 +- Update to 3.30.1 + +* Thu Sep 06 2018 Kalev Lember - 3.30.0-1 +- Update to 3.30.0 + +* Mon Aug 13 2018 Kalev Lember - 3.29.90-1 +- Update to 3.29.90 + +* Fri Jul 13 2018 Fedora Release Engineering - 3.28.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 26 2018 Kalev Lember - 3.28.2-1 +- Update to 3.28.2 + +* Mon Apr 09 2018 Kalev Lember - 3.28.1-1 +- Update to 3.28.1 +- Switch to the meson build system + +* Mon Mar 12 2018 Kalev Lember - 3.28.0-1 +- Update to 3.28.0 + +* Mon Mar 05 2018 Kalev Lember - 3.27.92-1 +- Update to 3.27.92 + +* Wed Feb 07 2018 Fedora Release Engineering - 3.26.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 22 2018 Bastien Nocera - 3.26.0-3 ++ gnome-calculator-3.26.0-3 +- Fix reusing result in fr locales (#1536368) + +* Sat Jan 06 2018 Igor Gnatenko - 3.26.0-2 +- Remove obsolete scriptlets + +* Thu Nov 02 2017 Kalev Lember - 3.26.0-1 +- Update to 3.26.0 + +* Thu Sep 07 2017 Kalev Lember - 3.25.92-1 +- Update to 3.25.92 + +* Fri Aug 25 2017 Kalev Lember - 3.25.91-1 +- Update to 3.25.91 + +* Tue Aug 15 2017 Kalev Lember - 3.25.90-1 +- Update to 3.25.90 + +* Wed Aug 02 2017 Fedora Release Engineering - 3.25.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 3.25.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jun 12 2017 Kalev Lember - 3.25.2-1 +- Update to 3.25.2 + +* Tue Mar 21 2017 Kalev Lember - 3.24.0-1 +- Update to 3.24.0 + +* Thu Mar 16 2017 Kalev Lember - 3.23.92-1 +- Update to 3.23.92 + +* Tue Feb 28 2017 Richard Hughes - 3.23.91-1 +- Update to 3.23.91 + +* Tue Feb 14 2017 Richard Hughes - 3.23.90-1 +- Update to 3.23.90 + +* Mon Feb 13 2017 Richard Hughes - 3.23.4-1 +- Update to 3.23.4 + +* Fri Feb 10 2017 Fedora Release Engineering - 3.23.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Dec 01 2016 Kalev Lember - 3.23.2-1 +- Update to 3.23.2 + +* Sun Oct 30 2016 Kalev Lember - 3.23.1-1 +- Update to 3.23.1 + +* Wed Oct 12 2016 Kalev Lember - 3.22.1-1 +- Update to 3.22.1 +- Don't set group tags + +* Tue Sep 20 2016 Kalev Lember - 3.22.0-1 +- Update to 3.22.0 + +* Tue Sep 13 2016 Kalev Lember - 3.21.92-1 +- Update to 3.21.92 + +* Thu Aug 18 2016 Kalev Lember - 3.21.90-1 +- Update to 3.21.90 + +* Wed Jun 22 2016 Richard Hughes - 3.21.2-1 +- Update to 3.21.2 + +* Sun May 08 2016 Kalev Lember - 3.20.1-1 +- Update to 3.20.1 + +* Tue Mar 22 2016 Kalev Lember - 3.20.0-1 +- Update to 3.20.0 + +* Tue Mar 01 2016 Richard Hughes - 3.19.91-1 +- Update to 3.19.91 + +* Tue Feb 16 2016 Richard Hughes - 3.19.90-1 +- Update to 3.19.90 + +* Wed Feb 03 2016 Fedora Release Engineering - 3.19.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 20 2016 Kalev Lember - 3.19.4-1 +- Update to 3.19.4 + +* Wed Nov 25 2015 Kalev Lember - 3.19.2-1 +- Update to 3.19.2 + +* Wed Oct 28 2015 Kalev Lember - 3.19.1-1 +- Update to 3.19.1 + +* Mon Oct 12 2015 Kalev Lember - 3.18.1-1 +- Update to 3.18.1 + +* Sun Sep 20 2015 Kalev Lember - 3.18.0-1 +- Update to 3.18.0 +- Use make_install macro + +* Mon Sep 14 2015 Kalev Lember - 3.17.92-1 +- Update to 3.17.92 + +* Sun Jun 21 2015 David King - 3.17.3-1 +- Update to 3.17.3 +- Use license macro for COPYING + +* Wed Jun 17 2015 Fedora Release Engineering - 3.17.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun May 31 2015 Kalev Lember - 3.17.2-1 +- Update to 3.17.2 + +* Mon Mar 23 2015 Kalev Lember - 3.16.0-1 +- Update to 3.16.0 + +* Tue Mar 03 2015 Kalev Lember - 3.15.91-1 +- Update to 3.15.91 + +* Mon Feb 16 2015 Michael Catanzaro - 3.15.4-1 +- Update license tag to GPLv3+ + +* Fri Jan 23 2015 David King - 3.15.4-1 +- Update to 3.15.4 +- Update URL +- Update man page globs in files section +- Use pkgconfig for BuildRequires +- Remove obsolete glib2 dependencies for GSettings schema +- Validate AppData in check +- Preserve timestamps during install + +* Fri Dec 19 2014 Richard Hughes - 3.15.1-1 +- Update to 3.15.1 + +* Sun Oct 26 2014 Kalev Lember - 3.14.1-1 +- Update to 3.14.1 + +* Mon Sep 22 2014 Kalev Lember - 3.14.0-1 +- Update to 3.14.0 + +* Tue Sep 16 2014 Kalev Lember - 3.13.92-1 +- Update to 3.13.92 + +* Tue Aug 19 2014 Kalev Lember - 3.13.90-1 +- Update to 3.13.90 + +* Sat Aug 16 2014 Fedora Release Engineering - 3.13.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Thu Jul 17 2014 Kalev Lember - 3.13.3-1 +- Update to 3.13.3 +- Drop an upstreamed patch +- Include new gnome-shell search provider + +* Sat Jun 07 2014 Fedora Release Engineering - 3.13.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 3.13.2-1 +- Update to 3.13.2 + +* Thu Apr 10 2014 Kalev Lember - 3.12.1-1 +- Update to 3.12.1 + +* Mon Mar 24 2014 Richard Hughes - 3.12.0-1 +- Update to 3.12.0 + +* Tue Mar 18 2014 Richard Hughes - 3.11.92-1 +- Update to 3.11.92 + +* Sat Mar 08 2014 Richard Hughes - 3.11.91-1 +- Update to 3.11.91 + +* Tue Feb 18 2014 Richard Hughes - 3.11.90-1 +- Update to 3.11.90 + +* Tue Feb 04 2014 Richard Hughes - 3.11.5-1 +- Update to 3.11.5 + +* Wed Jan 15 2014 Richard Hughes - 3.11.4-1 +- Update to 3.11.4 + +* Tue Dec 17 2013 Richard Hughes - 3.11.3-1 +- Update to 3.11.3 + +* Thu Nov 14 2013 Richard Hughes - 3.10.2-1 +- Update to 3.10.2 + +* Mon Oct 28 2013 Richard Hughes - 3.10.1-1 +- Update to 3.10.1 + +* Wed Sep 25 2013 Kalev Lember - 3.10.0-1 +- Update to 3.10.0 + +* Wed Sep 18 2013 Kalev Lember - 3.9.92-1 +- Update to 3.9.92 +- Include the appdata file + +* Wed Aug 28 2013 Kalev Lember - 3.9.90-1 +- Update to 3.9.90 + +* Sat Aug 03 2013 Fedora Release Engineering - 3.9.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jul 16 2013 Richard Hughes - 3.9.4-1 +- Update to 3.9.4 + +* Fri Jun 21 2013 Kalev Lember - 3.9.3-1 +- Update to 3.9.3 + +* Sun Jun 02 2013 Kalev Lember - 3.9.2-1 +- Update to 3.9.2 + +* Tue May 14 2013 Richard Hughes - 3.8.2-1 +- Update to 3.8.2 + +* Mon Apr 15 2013 Richard Hughes - 3.8.1-1 +- Update to 3.8.1 + +* Tue Mar 26 2013 Kalev Lember - 3.8.0-1 +- Update to 3.8.0 + +* Wed Mar 20 2013 Kalev Lember - 3.7.92-1 +- Update to 3.7.92 + +* Thu Mar 7 2013 Matthias Clasen - 3.7.91-1 +- Update to 3.7.91 + +* Fri Feb 22 2013 Adel Gadllah - 3.7.90-2 +- Bump obsolete (mass rebuild bumped the gcalcool nevr) + +* Thu Feb 21 2013 Kalev Lember - 3.7.90-1 +- Update to 3.7.90 + +* Wed Feb 06 2013 Kalev Lember - 3.7.5-1 +- Update to 3.7.5 + +* Wed Jan 16 2013 Matthias Clasen - 3.7.4-2 +- Fix keyword translations in desktop file + +* Wed Jan 16 2013 Matthias Clasen - 3.7.4-1 +- Renamed package from gcalctool to gnome-calculator