automatic version update by autodist [release 21.08.0-1mamba;Mon Aug 16 2021]
This commit is contained in:
parent
087c2e7e9a
commit
68cf24fb8e
44
k3b.spec
44
k3b.spec
@ -1,7 +1,7 @@
|
||||
%define dirver %(echo %version | sed "s,alpha.*,,;s,rc.*,,")
|
||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||
Name: k3b
|
||||
Version: 21.04.3
|
||||
Version: 21.08.0
|
||||
Release: 1mamba
|
||||
Summary: The CD/DVD/Blu-Ray Creator for KDE
|
||||
License: GPL
|
||||
@ -60,7 +60,6 @@ BuildRequires: libsolid-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtag-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -88,16 +87,16 @@ Provides: k3b-i18n-pt
|
||||
Provides: k3b-i18n-pt_BR
|
||||
Provides: k3b-i18n-sv
|
||||
Provides: k3b-i18n-uk
|
||||
Obsoletes: k3b-i18n-ca
|
||||
Obsoletes: k3b-i18n-de
|
||||
Obsoletes: k3b-i18n-es
|
||||
Obsoletes: k3b-i18n-fr
|
||||
Obsoletes: k3b-i18n-it
|
||||
Obsoletes: k3b-i18n-nl
|
||||
Obsoletes: k3b-i18n-pt
|
||||
Obsoletes: k3b-i18n-pt_BR
|
||||
Obsoletes: k3b-i18n-sv
|
||||
Obsoletes: k3b-i18n-uk
|
||||
Obsoletes: k3b-i18n-ca < 21.08.0
|
||||
Obsoletes: k3b-i18n-de < 21.08.0
|
||||
Obsoletes: k3b-i18n-es < 21.08.0
|
||||
Obsoletes: k3b-i18n-fr < 21.08.0
|
||||
Obsoletes: k3b-i18n-it < 21.08.0
|
||||
Obsoletes: k3b-i18n-nl < 21.08.0
|
||||
Obsoletes: k3b-i18n-pt < 21.08.0
|
||||
Obsoletes: k3b-i18n-pt_BR < 21.08.0
|
||||
Obsoletes: k3b-i18n-sv < 21.08.0
|
||||
Obsoletes: k3b-i18n-uk < 21.08.0
|
||||
|
||||
%description
|
||||
K3b is a highly usable and very userfriendly cd writing program.
|
||||
@ -124,7 +123,7 @@ Summary: Development files for k3b
|
||||
Group: Development/Applications
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: k3b-devel
|
||||
Obsoletes: k3b-devel
|
||||
Obsoletes: k3b-devel < 21.08.0
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains static libraries and header files needed for development.
|
||||
@ -151,14 +150,6 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
#install -d %{buildroot}%{_datadir}/polkit-1/actions
|
||||
#mv %{buildroot}%{_kde4_sharedir}/polkit-1/actions/org.kde.kcontrol.k3bsetup.policy \
|
||||
# %{buildroot}%{_datadir}/polkit-1/actions/org.kde.kcontrol.k3bsetup.policy
|
||||
|
||||
#install -d %{buildroot}%{_datadir}/dbus-1/system-services
|
||||
#mv %{buildroot}%{_kde4_sharedir}/dbus-1/system-services/org.kde.kcontrol.k3bsetup.service \
|
||||
# %{buildroot}%{_datadir}/dbus-1/system-services/org.kde.kcontrol.k3bsetup.service
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -198,8 +189,8 @@ exit 0
|
||||
%{_datadir}/knsrcfiles/k3btheme.knsrc
|
||||
%{_kde5_datadir}/solid/actions/k3b*.desktop
|
||||
%{_kde5_servicesdir}/ServiceMenus/k3b*.desktop
|
||||
%{_kde5_servicesdir}/k3b*.desktop
|
||||
%{_kde5_servicesdir}/videodvd.protocol
|
||||
#%{_kde5_servicesdir}/k3b*.desktop
|
||||
#%{_kde5_servicesdir}/videodvd.protocol
|
||||
%{_kde5_servicesdir}/kcm_k3b*.desktop
|
||||
%{_kde5_servicetypesdir}/k3bplugin.desktop
|
||||
%{_kde5_icondir}/hicolor/*/apps/k3b.png
|
||||
@ -211,8 +202,10 @@ exit 0
|
||||
%{_kde5_libdir}/libk3blib.so.*
|
||||
%{_libdir}/qt5/plugins/*.so
|
||||
%{_libdir}/qt5/plugins/kf5/kio/videodvd.so
|
||||
%dir %{_libdir}/qt5/plugins/k3b
|
||||
%{_libdir}/qt5/plugins/k3b/k3b*.so
|
||||
%{_libexecdir}/kf5/kauth/k3bhelper
|
||||
%doc COPYING COPYING.DOC
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -222,6 +215,9 @@ exit 0
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user