automatic version update by autodist [release 5.74.0-1mamba;Tue Sep 15 2020]

This commit is contained in:
Automatic Build System 2024-01-06 02:34:47 +01:00
parent 698e1375fb
commit d7bb8ee472

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: kpackage Name: kpackage
Version: 5.73.0 Version: 5.74.0
Release: 1mamba Release: 1mamba
Summary: Package framework lets the user to install and load packages of non binary content Summary: Package framework lets the user to install and load packages of non binary content
Group: System/Libraries Group: System/Libraries
@ -30,6 +30,7 @@ The Package framework lets the user to install and load packages of non binary c
%package -n lib%{name} %package -n lib%{name}
Group: System/Libraries Group: System/Libraries
Summary: Shared libraries for %{name} Summary: Shared libraries for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name} %description -n lib%{name}
This package contains shared libraries for %{name}. This package contains shared libraries for %{name}.
@ -66,14 +67,16 @@ This package contains libraries and header files for developing applications tha
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/kpackagetool5 %{_bindir}/kpackagetool5
%{_datadir}/qlogging-categories5/kpackage.*categories
%{_datadir}/kservicetypes5/kpackage-*.desktop
%ifnarch x86_64
%{_mandir}/man1/kpackagetool5.1* %{_mandir}/man1/kpackagetool5.1*
%endif
%files -n lib%{name} -f kpackage5_qt.lang %files -n lib%{name} -f kpackage5_qt.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/qlogging-categories5/kpackage.*categories
%{_datadir}/kservicetypes5/kpackage-*.desktop
%{_libdir}/libKF5Package.so.* %{_libdir}/libKF5Package.so.*
%doc COPYING COPYING.LIB %doc LICENSES
%files -n lib%{name}-devel %files -n lib%{name}-devel
%defattr(-,root,root) %defattr(-,root,root)
@ -90,6 +93,9 @@ This package contains libraries and header files for developing applications tha
#%doc README.md #%doc README.md
%changelog %changelog
* Tue Sep 15 2020 Automatic Build System <autodist@mambasoft.it> 5.74.0-1mamba
- automatic version update by autodist
* Wed Aug 12 2020 Automatic Build System <autodist@mambasoft.it> 5.73.0-1mamba * Wed Aug 12 2020 Automatic Build System <autodist@mambasoft.it> 5.73.0-1mamba
- automatic version update by autodist - automatic version update by autodist