Compare commits
40 Commits
5.75.0-2ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
368e951074 | |||
bb01105979 | |||
328d615481 | |||
01e35959c0 | |||
0f5c07ce1b | |||
3300dedfe9 | |||
24ced0eb1b | |||
51c1a5efda | |||
a8b1ee14b8 | |||
d1d703c504 | |||
1272c0d6dc | |||
c6ea1629cc | |||
dd767591b2 | |||
cc8315d0cd | |||
bae0e4274c | |||
58fedbcaed | |||
c3c9c6e793 | |||
dceb38b333 | |||
de2e6f4857 | |||
e9366f3bfc | |||
ca5ef00c02 | |||
e31a7e372f | |||
4be444e77c | |||
16b50fd3d8 | |||
ffc7b5cc97 | |||
7424e764a4 | |||
576ff23709 | |||
feef476d64 | |||
322821a362 | |||
fc7a5e0e60 | |||
6a149c1f0b | |||
ce3c7259b6 | |||
20973f8b6e | |||
81321d9d47 | |||
1e13497957 | |||
51d991b699 | |||
4950f8b44f | |||
0fb92b3687 | |||
76cde6da41 | |||
e552ae8a53 |
140
kactivities.spec
140
kactivities.spec
@@ -1,13 +1,13 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kactivities
|
||||
Version: 5.75.0
|
||||
Release: 2mamba
|
||||
Version: 5.115.0
|
||||
Release: 1mamba
|
||||
Summary: User activities manager
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/frameworks/%{majver}/kactivities-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@@ -15,15 +15,13 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Provides: kactivities5
|
||||
Obsoletes: kactivities5
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: kactivities5 < 5.85.0
|
||||
|
||||
%description
|
||||
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
||||
@@ -34,7 +32,7 @@ Group: System/Libraries
|
||||
Summary: User activities manager library
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libkactivities5
|
||||
Obsoletes: libkactivities5
|
||||
Obsoletes: libkactivities5 < 5.85.0
|
||||
|
||||
%description -n lib%{name}
|
||||
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
||||
@@ -46,7 +44,7 @@ Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
Provides: libkactivities5-devel
|
||||
Obsoletes: libkactivities5-devel
|
||||
Obsoletes: libkactivities5-devel < 5.85.0
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@@ -91,7 +89,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_kde5_includedir}/KActivities/KActivities/*
|
||||
%dir %{_kde5_includedir}/KActivities/kactivities
|
||||
%{_kde5_includedir}/KActivities/kactivities/*
|
||||
%{_kde5_includedir}/kactivities_version.h
|
||||
%{_kde5_includedir}/KActivities/kactivities_version.h
|
||||
%dir %{_libdir}/cmake/KF5Activities
|
||||
%{_libdir}/cmake/KF5Activities/KF5Activities*.cmake
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_KActivities.pri
|
||||
@@ -100,6 +98,126 @@ This package contains libraries and header files for developing applications tha
|
||||
#%doc README README.developers README.md README.packagers TODO
|
||||
|
||||
%changelog
|
||||
* Mon Feb 12 2024 Automatic Build System <autodist@openmamba.org> 5.115.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 5.114.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 18 2023 Automatic Build System <autodist@mambasoft.it> 5.113.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 16 2023 Automatic Build System <autodist@mambasoft.it> 5.112.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 19 2023 Automatic Build System <autodist@mambasoft.it> 5.111.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 11 2023 Automatic Build System <autodist@mambasoft.it> 5.110.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 18 2023 Automatic Build System <autodist@mambasoft.it> 5.109.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 5.108.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 12 2023 Automatic Build System <autodist@mambasoft.it> 5.107.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 5.106.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 10 2023 Automatic Build System <autodist@mambasoft.it> 5.105.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 5.104.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 13 2023 Automatic Build System <autodist@mambasoft.it> 5.103.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 16 2023 Automatic Build System <autodist@mambasoft.it> 5.102.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 11 2022 Automatic Build System <autodist@mambasoft.it> 5.101.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 15 2022 Automatic Build System <autodist@mambasoft.it> 5.100.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 5.99.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 5.98.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 17 2022 Automatic Build System <autodist@mambasoft.it> 5.97.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 11 2022 Automatic Build System <autodist@mambasoft.it> 5.96.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 14 2022 Automatic Build System <autodist@mambasoft.it> 5.95.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 5.94.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 10 2022 Automatic Build System <autodist@mambasoft.it> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 14 2022 Automatic Build System <autodist@mambasoft.it> 5.92.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.91.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 09 2022 Automatic Build System <autodist@mambasoft.it> 5.90.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 19 2021 Automatic Build System <autodist@mambasoft.it> 5.89.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 13 2021 Automatic Build System <autodist@mambasoft.it> 5.88.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 12 2021 Automatic Build System <autodist@mambasoft.it> 5.87.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 5.86.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 5.85.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 11 2021 Automatic Build System <autodist@mambasoft.it> 5.84.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 13 2021 Automatic Build System <autodist@mambasoft.it> 5.83.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 09 2021 Automatic Build System <autodist@mambasoft.it> 5.82.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 5.81.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 14 2021 Automatic Build System <autodist@mambasoft.it> 5.80.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 5.79.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 5.78.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 24 2020 Automatic Build System <autodist@mambasoft.it> 5.77.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 16 2020 Automatic Build System <autodist@mambasoft.it> 5.76.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.75.0-2mamba
|
||||
- rename from kactivities5 to kactivities
|
||||
|
||||
|
Reference in New Issue
Block a user