update to 5.249.0 [release 5.249.0-1mamba;Mon Feb 05 2024]
This commit is contained in:
parent
1884224b78
commit
d2d781305d
@ -1,8 +1,8 @@
|
|||||||
%define framework %(echo ${name/kf6-})
|
%define framework %(echo %name | sed "s|^kf6-||")
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kf6-ksvg
|
Name: kf6-ksvg
|
||||||
Version: 5.248.0
|
Version: 5.249.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks Components for handling SVGs
|
Summary: KDE Frameworks Components for handling SVGs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,7 +10,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://invent.kde.org/frameworks/ksvg
|
URL: https://invent.kde.org/frameworks/ksvg
|
||||||
Source: https://download.kde.org/unstable/frameworks/%{version}/ksvg-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kf6}/frameworks/%{version}/ksvg-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -36,8 +36,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
KDE Frameworks Components for handling SVGs.
|
KDE Frameworks Components for handling SVGs.
|
||||||
|
|
||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: KDE Frameworks Components for handling SVGs
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: KDE Frameworks Components for handling SVGs
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
KDE Frameworks Components for handling SVGs.
|
KDE Frameworks Components for handling SVGs.
|
||||||
@ -53,7 +53,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ksvg-%{version}
|
%setup -q -n %{framework}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
@ -96,5 +96,8 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.249.0-1mamba
|
||||||
|
- update to 5.249.0
|
||||||
|
|
||||||
* Tue Jan 30 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.248.0-1mamba
|
* Tue Jan 30 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.248.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user