]> git.pld-linux.org Git - packages/ka5-kalarm.git/commitdiff
- updated to 22.04.0
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 22 Apr 2022 15:44:48 +0000 (17:44 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 22 Apr 2022 15:44:48 +0000 (17:44 +0200)
ka5-kalarm.spec

index 2176270169b858c100fb0432e4e9e23d34e1b4b6..4bad2eb0badece80fdf81de3580a6161207ecd4a 100644 (file)
@@ -1,23 +1,22 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      21.12.3
+%define                kdeappsver      22.04.0
 %define                kframever       5.56.0
 %define                qtver           5.9.0
 %define                kaname          kalarm
 Summary:       kalarm
 Name:          ka5-%{kaname}
-Version:       21.12.3
+Version:       22.04.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Applications
 Source0:       http://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 95085825d08d76e2bf8cfbd15bfa6c83
+# Source0-md5: d352525016bb3b7bef3b7f567a5f4ef0
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
 BuildRequires: ka5-akonadi-devel >= 18.04.0
-BuildRequires: ka5-kalarmcal-devel >= %{kdeappsver}
 BuildRequires: ka5-kimap-devel >= %{kdeappsver}
 BuildRequires: ka5-mailcommon-devel >= %{kdeappsver}
 BuildRequires: kf5-extra-cmake-modules >= %{kframever}
@@ -44,27 +43,27 @@ KAlarm is a personal alarm message, command and email scheduler.
 
 Features
 
-• Display alarms using your own text message, the text generated by a
-command, or a text or image file. • Audible alarm using a sound file •
-Recurring alarm on an hours/minutes, daily, weekly, monthly or annual
-basis, or set it to trigger every time you log in. • Display alarms
-color and font customization • Support for multiple alarm calendars,
-which for example enables you to share alarms between a laptop and
-desktop computer.
+• Display alarms using your own text message, the text generated by
+a command, or a text or image file. • Audible alarm using a sound
+file • Recurring alarm on an hours/minutes, daily, weekly, monthly
+or annual basis, or set it to trigger every time you log in. •
+Display alarms color and font customization • Support for multiple
+alarm calendars, which for example enables you to share alarms between
+a laptop and desktop computer.
 
 %description -l pl.UTF-8
 KAlarm jest osobistym budzikiem i harmonogramem.
 
 Własciwości
 
-• Wyświetla własne wiadomości tekstowe, lub tekst wygenerowany przez program,
-  lub wyświetla plik tekstowy bądź obrazek
-• Dźwiękowe powiadomomienia
-• Powtarzalne alarmy, o określonej godzinie/minucie, dzienne, tygodniowe,
-  miesięczne lub roczne a także wyzwalane wtedy gdy się zalogujesz
-• Możliwość konfiguracji koloru i rodzaju czcionki
-• Wsparcie dla wielu kalendarzy powiadomień, co pozwala na przykład
-  współdzielić alarmy między laptopem a komputerem stacjonarnym
+• Wyświetla własne wiadomości tekstowe, lub tekst wygenerowany
+przez program, lub wyświetla plik tekstowy bądź obrazek •
+Dźwiękowe powiadomomienia • Powtarzalne alarmy, o określonej
+godzinie/minucie, dzienne, tygodniowe, miesięczne lub roczne a także
+wyzwalane wtedy gdy się zalogujesz • Możliwość konfiguracji
+koloru i rodzaju czcionki • Wsparcie dla wielu kalendarzy
+powiadomień, co pozwala na przykład współdzielić alarmy między
+laptopem a komputerem stacjonarnym
 
 %prep
 %setup -q -n %{kaname}-%{version}
@@ -94,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files -f %{kaname}.lang
 %defattr(644,root,root,755)
 /etc/xdg/autostart/kalarm.autostart.desktop
@@ -119,3 +121,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/qlogging-categories5/kalarm.categories
 %{_datadir}/qlogging-categories5/kalarm.renamecategories
 %{_datadir}/knotifications5/kalarm.notifyrc
+%ghost %{_libdir}/libkalarmprivate.so.5
+%attr(755,root,root) %{_libdir}/libkalarmprivate.so.*.*.*
This page took 0.794002 seconds and 4 git commands to generate.