automatic version update by autodist [release 5.74.0-1mamba;Tue Sep 15 2020]
This commit is contained in:
parent
698e1375fb
commit
d7bb8ee472
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kpackage
|
||||
Version: 5.73.0
|
||||
Version: 5.74.0
|
||||
Release: 1mamba
|
||||
Summary: Package framework lets the user to install and load packages of non binary content
|
||||
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}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
@ -66,14 +67,16 @@ This package contains libraries and header files for developing applications tha
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/kpackagetool5
|
||||
%{_datadir}/qlogging-categories5/kpackage.*categories
|
||||
%{_datadir}/kservicetypes5/kpackage-*.desktop
|
||||
%ifnarch x86_64
|
||||
%{_mandir}/man1/kpackagetool5.1*
|
||||
%endif
|
||||
|
||||
%files -n lib%{name} -f kpackage5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/qlogging-categories5/kpackage.*categories
|
||||
%{_datadir}/kservicetypes5/kpackage-*.desktop
|
||||
%{_libdir}/libKF5Package.so.*
|
||||
%doc COPYING COPYING.LIB
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -90,6 +93,9 @@ This package contains libraries and header files for developing applications tha
|
||||
#%doc README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user