Import elementary-calendar-6.1.1-1.el9
This commit is contained in:
commit
a1c254d78e
1
.elementary-calendar.metadata
Normal file
1
.elementary-calendar.metadata
Normal file
@ -0,0 +1 @@
|
||||
754cd3526d150e33f721eadfcfd672429d0cefe9 SOURCES/calendar-6.1.1.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/calendar-6.1.1.tar.gz
|
217
SPECS/elementary-calendar.spec
Normal file
217
SPECS/elementary-calendar.spec
Normal file
@ -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 <decathorpe@gmail.com> 6.1.1-1
|
||||
- Update to version 6.1.1; Fixes RHBZ#2087712
|
||||
|
||||
* Wed Jan 26 2022 Fabio Valentini <decathorpe@gmail.com> 6.1.0-1
|
||||
- Update to version 6.1.0; Fixes RHBZ#2043949
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 6.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sat Oct 30 2021 Fabio Valentini <decathorpe@gmail.com> 6.0.3-1
|
||||
- Update to version 6.0.3; Fixes RHBZ#2017552
|
||||
|
||||
* Tue Sep 28 2021 Fabio Valentini <decathorpe@gmail.com> 6.0.2-1
|
||||
- Update to version 6.0.2; Fixes RHBZ#2007223
|
||||
|
||||
* Fri Aug 27 2021 Fabio Valentini <decathorpe@gmail.com> 6.0.1-1
|
||||
- Update to version 6.0.1; Fixes RHBZ#1998365
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> 6.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fabio Valentini <decathorpe@gmail.com> 6.0.0-1
|
||||
- Update to version 6.0.0
|
||||
|
||||
* Thu Feb 18 2021 Fabio Valentini <decathorpe@gmail.com> - 5.1.1-5.20210216gitda1ac55
|
||||
- Bump to commit da1ac55. Rebuilt for granite 6 soname bump.
|
||||
|
||||
* Tue Feb 16 2021 Kalev Lember <klember@redhat.com> - 5.1.1-4
|
||||
- Rebuilt for folks soname bump
|
||||
|
||||
* Fri Feb 12 2021 Fabio Valentini <decathorpe@gmail.com> - 5.1.1-3
|
||||
- Rebuilt for evolution-data-server soname bump
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Oct 09 2020 Fabio Valentini <decathorpe@gmail.com> - 5.1.1-1
|
||||
- Update to version 5.1.1.
|
||||
|
||||
* Fri Sep 04 2020 Fabio Valentini <decathorpe@gmail.com> - 5.1.0-1
|
||||
- Update to version 5.1.0.
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat Jul 04 2020 Fabio Valentini <decathorpe@gmail.com> - 5.0.6-2
|
||||
- Rebuild for libedataserver 3.37.3.
|
||||
|
||||
* Thu Jul 02 2020 Fabio Valentini <decathorpe@gmail.com> - 5.0.6-1
|
||||
- Update to version 5.0.6.
|
||||
|
||||
* Tue Jun 02 2020 Fabio Valentini <decathorpe@gmail.com> - 5.0.5-1
|
||||
- Update to version 5.0.5.
|
||||
|
||||
* Fri Apr 03 2020 Fabio Valentini <decathorpe@gmail.com> - 5.0.4-1
|
||||
- Update to version 5.0.4.
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Nov 27 2019 Fabio Valentini <decathorpe@gmail.com> - 5.0.3-1
|
||||
- Update to version 5.0.3.
|
||||
|
||||
* Wed Nov 27 2019 Fabio Valentini <decathorpe@gmail.com> - 5.0.2-1
|
||||
- Update to version 5.0.2.
|
||||
|
||||
* Tue Nov 26 2019 Fabio Valentini <decathorpe@gmail.com> - 5.0.1-1
|
||||
- Update to version 5.0.1.
|
||||
|
||||
* Fri Sep 13 2019 Fabio Valentini <decathorpe@gmail.com> - 5.0-3.20190913.git26275ba
|
||||
- Add proposed changes for compatibility with libecal-2.0.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Mar 01 2019 Fabio Valentini <decathorpe@gmail.com> - 5.0-1
|
||||
- Update to version 5.0.
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Nov 14 2018 Fabio Valentini <decathorpe@gmail.com> - 4.2.3-2
|
||||
- Rebuild for libedataserver soname bump.
|
||||
|
||||
* Tue Oct 16 2018 Fabio Valentini <decathorpe@gmail.com> - 4.2.3-1
|
||||
- Update to version 4.2.3.
|
||||
|
||||
* Wed Oct 03 2018 Fabio Valentini <decathorpe@gmail.com> - 4.2.2-1
|
||||
- Update to version 4.2.2.
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Jul 06 2018 Fabio Valentini <decathorpe@gmail.com> - 0.4.2.1-1
|
||||
- Update to version 0.4.2.1.
|
||||
|
||||
* Wed Jun 13 2018 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-2
|
||||
- Rebuild for granite5 soname bump.
|
||||
|
||||
* Wed Jun 06 2018 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
|
||||
- Initial package renamed from maya-calendar.
|
||||
|
Loading…
Reference in New Issue
Block a user