update to 4.0.3 [release 4.0.3-1mamba;Sun Dec 17 2017]
This commit is contained in:
parent
40fad591ee
commit
dba06987f2
@ -13,15 +13,15 @@
|
|||||||
%define distroicon openmamba
|
%define distroicon openmamba
|
||||||
|
|
||||||
Name: desktop-base-kde
|
Name: desktop-base-kde
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Release: 8mamba
|
Release: 1mamba
|
||||||
Summary: KDE default desktop theme and menu entries for openmamba
|
Summary: KDE default desktop theme and menu entries for openmamba
|
||||||
Group: System/Tools
|
Group: Graphical Desktop/Applications/Environment
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gitlab.mambasoft.it/openmamba/desktop-base-kde4
|
URL: http://gitlab.mambasoft.it/openmamba/desktop-base-kde4
|
||||||
Source: http://gitlab.mambasoft.it/openmamba/desktop-base-kde4.git/%{version}/desktop-base-kde4-%{version}.tar.bz2
|
Source: http://gitlab.mambasoft.it/openmamba/desktop-base-kde4.git/%{version}/desktop-base-kde-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -96,8 +96,30 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
KDE default desktop theme and menu entries providing with various desktop related scripts and configuration files.
|
KDE default desktop theme and menu entries providing with various desktop related scripts and configuration files.
|
||||||
|
|
||||||
|
%package 4
|
||||||
|
Summary: Obsolete openmamba customizations for KDE4
|
||||||
|
Group: Graphical Desktop/Applications/Environment
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description 4
|
||||||
|
Obsolete openmamba customizations for KDE4.
|
||||||
|
|
||||||
|
%package -n openmamba-wallpaper-bamboo
|
||||||
|
Summary: openmamba milestone2 default wallpaper
|
||||||
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
|
|
||||||
|
%description -n openmamba-wallpaper-bamboo
|
||||||
|
openmamba milestone2 default wallpaper.
|
||||||
|
|
||||||
|
%package -n openmamba-wallpaper-circles
|
||||||
|
Summary: openmamba milestone3 default wallpaper
|
||||||
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
|
|
||||||
|
%description -n openmamba-wallpaper-circles
|
||||||
|
openmamba milestone3 default wallpaper.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n desktop-base-kde4-%{version}
|
%setup -q -n desktop-base-kde-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make \
|
%make \
|
||||||
@ -179,11 +201,13 @@ exit 0
|
|||||||
%{_kde4_autostartdir}/mambatray.desktop
|
%{_kde4_autostartdir}/mambatray.desktop
|
||||||
%{_kde4_autostartdir}/kde5-migrate-user-conf.desktop
|
%{_kde4_autostartdir}/kde5-migrate-user-conf.desktop
|
||||||
%{_kde4_autostartdir}/kickoff-autoupdate.desktop
|
%{_kde4_autostartdir}/kickoff-autoupdate.desktop
|
||||||
%{_kde4_configdir}/*
|
|
||||||
%{_kde4_sharedir}/wallpapers/*
|
|
||||||
%{_kde5_datadir}/konqueror/profiles/resourcesbrowsing
|
%{_kde5_datadir}/konqueror/profiles/resourcesbrowsing
|
||||||
%{_kde5_datadir}/color-schemes/OpenmambaGreen.colors
|
%{_kde5_datadir}/color-schemes/OpenmambaGreen.colors
|
||||||
%{_kde5_datadir}/konsole/openmamba.profile
|
%{_kde5_datadir}/konsole/openmamba.profile
|
||||||
|
|
||||||
|
%files 4
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_kde4_configdir}/*
|
||||||
#%dir %{_kde4_datadir}/plasma-desktop/init
|
#%dir %{_kde4_datadir}/plasma-desktop/init
|
||||||
#%{_kde4_datadir}/plasma-desktop/init/*
|
#%{_kde4_datadir}/plasma-desktop/init/*
|
||||||
%dir %{_kde4_datadir}/plasma-desktop/updates
|
%dir %{_kde4_datadir}/plasma-desktop/updates
|
||||||
@ -195,7 +219,18 @@ exit 0
|
|||||||
%dir %{_kde4_datadir}/desktoptheme/openmamba
|
%dir %{_kde4_datadir}/desktoptheme/openmamba
|
||||||
%{_kde4_datadir}/desktoptheme/openmamba/*
|
%{_kde4_datadir}/desktoptheme/openmamba/*
|
||||||
|
|
||||||
|
%files -n openmamba-wallpaper-bamboo
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/wallpapers/openmamba_Bamboo
|
||||||
|
|
||||||
|
%files -n openmamba-wallpaper-circles
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/wallpapers/openmamba_Circles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.3-1mamba
|
||||||
|
- update to 4.0.3
|
||||||
|
|
||||||
* Sat Dec 02 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-8mamba
|
* Sat Dec 02 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-8mamba
|
||||||
- fixed typo in requirement
|
- fixed typo in requirement
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user