From a1c254d78ec1cf44ad592b23b8b05b29c3792532 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 15 Mar 2023 20:45:01 +0100 Subject: [PATCH] Import elementary-calendar-6.1.1-1.el9 --- .elementary-calendar.metadata | 1 + .gitignore | 1 + SPECS/elementary-calendar.spec | 217 +++++++++++++++++++++++++++++++++ 3 files changed, 219 insertions(+) create mode 100644 .elementary-calendar.metadata create mode 100644 .gitignore create mode 100644 SPECS/elementary-calendar.spec diff --git a/.elementary-calendar.metadata b/.elementary-calendar.metadata new file mode 100644 index 0000000..e39bf24 --- /dev/null +++ b/.elementary-calendar.metadata @@ -0,0 +1 @@ +754cd3526d150e33f721eadfcfd672429d0cefe9 SOURCES/calendar-6.1.1.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28c2197 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/calendar-6.1.1.tar.gz diff --git a/SPECS/elementary-calendar.spec b/SPECS/elementary-calendar.spec new file mode 100644 index 0000000..3cff269 --- /dev/null +++ b/SPECS/elementary-calendar.spec @@ -0,0 +1,217 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.2.6) +%define autorelease(e:s:pb:) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} +## END: Set by rpmautospec + +%global srcname calendar +%global appname io.elementary.calendar + +%global __provides_exclude_from ^%{_libdir}/%{appname}/.*\\.so$ + +Name: elementary-calendar +Summary: Desktop calendar app designed for elementary +Version: 6.1.1 +Release: %autorelease +License: GPLv3+ + +URL: https://github.com/elementary/calendar +Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz + +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: libappstream-glib +BuildRequires: meson +BuildRequires: vala + +BuildRequires: pkgconfig(champlain-0.12) +BuildRequires: pkgconfig(champlain-gtk-0.12) +BuildRequires: pkgconfig(clutter-1.0) +BuildRequires: pkgconfig(clutter-gtk-1.0) +BuildRequires: pkgconfig(folks) +BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(geocode-glib-1.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gmodule-2.0) +BuildRequires: pkgconfig(granite) >= 6.2.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(libecal-2.0) +BuildRequires: pkgconfig(libgeoclue-2.0) +BuildRequires: pkgconfig(libhandy-1) >= 0.90.0 +BuildRequires: pkgconfig(libical-glib) +BuildRequires: pkgconfig(libsoup-2.4) + +Requires: hicolor-icon-theme + +%description +A slim, lightweight calendar app that syncs and manages multiple +calendars in one place, like Google Calendar, Outlook and CalDAV. + + +%package devel +Summary: The official elementary calendar (devel files) +Requires: %{name}%{?_isa} = %{version}-%{release} +%description devel +A slim, lightweight calendar app that syncs and manages multiple +calendars in one place, like Google Calendar, Outlook and CalDAV. + +This package contains the development files. + + +%prep +%autosetup -n %{srcname}-%{version} -p1 + + +%build +%meson +%meson_build + + +%install +%meson_install + +%find_lang %{appname} + + +%check +desktop-file-validate \ + %{buildroot}/%{_sysconfdir}/xdg/autostart/%{appname}-daemon.desktop +desktop-file-validate \ + %{buildroot}/%{_datadir}/applications/%{appname}.desktop + +appstream-util validate-relax --nonet \ + %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml + + +%files -f %{appname}.lang +%doc README.md +%license COPYING + +%config(noreplace) %{_sysconfdir}/xdg/autostart/%{appname}-daemon.desktop + +%{_bindir}/%{appname} + +%{_libdir}/lib%{name}.so.0* +%{_libdir}/%{appname}/ + +%{_datadir}/applications/%{appname}.desktop +%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml +%{_datadir}/icons/hicolor/*/apps/%{appname}.svg +%{_datadir}/metainfo/%{appname}.appdata.xml + +%files devel +%{_includedir}/%{name}/ + +%{_libdir}/lib%{name}.so +%{_libdir}/pkgconfig/%{name}.pc + +%{_datadir}/vala/vapi/%{name}.deps +%{_datadir}/vala/vapi/%{name}.vapi + + +%changelog +* Tue Jun 07 2022 Fabio Valentini 6.1.1-1 +- Update to version 6.1.1; Fixes RHBZ#2087712 + +* Wed Jan 26 2022 Fabio Valentini 6.1.0-1 +- Update to version 6.1.0; Fixes RHBZ#2043949 + +* Thu Jan 20 2022 Fedora Release Engineering 6.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sat Oct 30 2021 Fabio Valentini 6.0.3-1 +- Update to version 6.0.3; Fixes RHBZ#2017552 + +* Tue Sep 28 2021 Fabio Valentini 6.0.2-1 +- Update to version 6.0.2; Fixes RHBZ#2007223 + +* Fri Aug 27 2021 Fabio Valentini 6.0.1-1 +- Update to version 6.0.1; Fixes RHBZ#1998365 + +* Wed Jul 21 2021 Fedora Release Engineering 6.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jul 21 2021 Fabio Valentini 6.0.0-1 +- Update to version 6.0.0 + +* Thu Feb 18 2021 Fabio Valentini - 5.1.1-5.20210216gitda1ac55 +- Bump to commit da1ac55. Rebuilt for granite 6 soname bump. + +* Tue Feb 16 2021 Kalev Lember - 5.1.1-4 +- Rebuilt for folks soname bump + +* Fri Feb 12 2021 Fabio Valentini - 5.1.1-3 +- Rebuilt for evolution-data-server soname bump + +* Tue Jan 26 2021 Fedora Release Engineering - 5.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Oct 09 2020 Fabio Valentini - 5.1.1-1 +- Update to version 5.1.1. + +* Fri Sep 04 2020 Fabio Valentini - 5.1.0-1 +- Update to version 5.1.0. + +* Mon Jul 27 2020 Fedora Release Engineering - 5.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jul 04 2020 Fabio Valentini - 5.0.6-2 +- Rebuild for libedataserver 3.37.3. + +* Thu Jul 02 2020 Fabio Valentini - 5.0.6-1 +- Update to version 5.0.6. + +* Tue Jun 02 2020 Fabio Valentini - 5.0.5-1 +- Update to version 5.0.5. + +* Fri Apr 03 2020 Fabio Valentini - 5.0.4-1 +- Update to version 5.0.4. + +* Tue Jan 28 2020 Fedora Release Engineering - 5.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Nov 27 2019 Fabio Valentini - 5.0.3-1 +- Update to version 5.0.3. + +* Wed Nov 27 2019 Fabio Valentini - 5.0.2-1 +- Update to version 5.0.2. + +* Tue Nov 26 2019 Fabio Valentini - 5.0.1-1 +- Update to version 5.0.1. + +* Fri Sep 13 2019 Fabio Valentini - 5.0-3.20190913.git26275ba +- Add proposed changes for compatibility with libecal-2.0. + +* Wed Jul 24 2019 Fedora Release Engineering - 5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Mar 01 2019 Fabio Valentini - 5.0-1 +- Update to version 5.0. + +* Thu Jan 31 2019 Fedora Release Engineering - 4.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Nov 14 2018 Fabio Valentini - 4.2.3-2 +- Rebuild for libedataserver soname bump. + +* Tue Oct 16 2018 Fabio Valentini - 4.2.3-1 +- Update to version 4.2.3. + +* Wed Oct 03 2018 Fabio Valentini - 4.2.2-1 +- Update to version 4.2.2. + +* Thu Jul 12 2018 Fedora Release Engineering - 0.4.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jul 06 2018 Fabio Valentini - 0.4.2.1-1 +- Update to version 0.4.2.1. + +* Wed Jun 13 2018 Fabio Valentini - 0.4.2-2 +- Rebuild for granite5 soname bump. + +* Wed Jun 06 2018 Fabio Valentini - 0.4.2-1 +- Initial package renamed from maya-calendar. +