automatic version update by autodist [release 1.4.0-1mamba;Thu Jul 25 2024]
This commit is contained in:
parent
1a1f6915e5
commit
81c2b1b20b
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kirigami-addons
|
Name: kirigami-addons
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Set of widgets i.e visual end user components along with a code to support them
|
Summary: Set of widgets i.e visual end user components along with a code to support them
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -16,6 +16,9 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkf6-kconfig-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
|
BuildRequires: libkf6-kglobalaccel-devel
|
||||||
|
BuildRequires: libkf6-kguiaddons-devel
|
||||||
BuildRequires: libkf6-ki18n-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
@ -28,6 +31,24 @@ BuildRequires: extra-cmake-modules
|
|||||||
%description
|
%description
|
||||||
Set of widgets i.e visual end user components along with a code to support them.
|
Set of widgets i.e visual end user components along with a code to support them.
|
||||||
|
|
||||||
|
%package -n lib%{name}
|
||||||
|
Summary: Set of widgets i.e visual end user components along with a code to support them
|
||||||
|
Group: System/Libraries
|
||||||
|
Provides: kirigami-addons
|
||||||
|
Obsoletes: kirigami-addons < 1.4.0
|
||||||
|
|
||||||
|
%description -n lib%{name}
|
||||||
|
Set of widgets i.e visual end user components along with a code to support them.
|
||||||
|
This package provides the shared libraries.
|
||||||
|
|
||||||
|
%package -n lib%{name}-devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n lib%{name}-devel
|
||||||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -47,14 +68,25 @@ Set of widgets i.e visual end user components along with a code to support them.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libKirigamiAddonsStatefulApp.so.*
|
||||||
%dir %{_libdir}/qt6/qml/org/kde/kirigamiaddons
|
%dir %{_libdir}/qt6/qml/org/kde/kirigamiaddons
|
||||||
%{_libdir}/qt6/qml/org/kde/kirigamiaddons/*
|
%{_libdir}/qt6/qml/org/kde/kirigamiaddons/*
|
||||||
|
|
||||||
|
%files -n lib%{name}-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/KirigamiAddonsStatefulApp
|
||||||
|
%{_includedir}/KirigamiAddonsStatefulApp/*
|
||||||
|
%{_libdir}/libKirigamiAddonsStatefulApp.so
|
||||||
|
%{_datadir}/kdevappwizard/templates/kirigamiaddons6.tar.bz2
|
||||||
%dir %{_libdir}/cmake/KF6KirigamiAddons
|
%dir %{_libdir}/cmake/KF6KirigamiAddons
|
||||||
%{_libdir}/cmake/KF6KirigamiAddons/KF6KirigamiAddons*.cmake
|
%{_libdir}/cmake/KF6KirigamiAddons/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 25 2024 Automatic Build System <autodist@openmamba.org> 1.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
|
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user