automatic version update by autodist [release 24.02.1-1mamba;Mon Mar 25 2024]
This commit is contained in:
parent
0aa627fe46
commit
d60d564b12
@ -1,4 +1,4 @@
|
||||
# grantlee-editor
|
||||
|
||||
KDE Frameworks 5 Contact Print Theme Editor.
|
||||
KDE Contact Print Theme Editor.
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: grantlee-editor
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 Contact Print Theme Editor
|
||||
Summary: KDE Contact Print Theme Editor
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/grantlee-editor-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/grantlee-editor-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -56,13 +56,13 @@ BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: libgpgme-devel >= 1.18.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 Contact Print Theme Editor.
|
||||
KDE Contact Print Theme Editor.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
@ -85,14 +85,14 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -105,7 +105,7 @@ exit 0
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/contactprintthemeeditor
|
||||
%{_bindir}/contactthemeeditor
|
||||
@ -114,8 +114,8 @@ exit 0
|
||||
%{_datadir}/applications/org.kde.contactthemeeditor.desktop
|
||||
%{_datadir}/applications/org.kde.headerthemeeditor.desktop
|
||||
%{_datadir}/config.kcfg/grantleethemeeditor.kcfg
|
||||
%{_datadir}/qlogging-categories5/grantleeditor.categories
|
||||
%{_datadir}/qlogging-categories5/grantleeditor.renamecategories
|
||||
%{_datadir}/qlogging-categories6/grantleeditor.categories
|
||||
%{_datadir}/qlogging-categories6/grantleeditor.renamecategories
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -123,6 +123,12 @@ exit 0
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Mon Mar 25 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user