update to 2023.9 [release 2023.9-1mamba;Fri Sep 22 2023]
This commit is contained in:
parent
70dbe5941d
commit
4e0af580b3
@ -1,16 +1,17 @@
|
||||
Name: rootfiles
|
||||
Version: 2.3.1
|
||||
Version: 2023.9
|
||||
Release: 1mamba
|
||||
Summary: Root home dir configuration files
|
||||
Group: System/Configuration
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openmamba.org
|
||||
Source: rootfiles-%{version}.tar.bz2
|
||||
URL: https://gitlab.mambasoft.it/openmamba/rootfiles
|
||||
Source: https://gitlab.mambasoft.it/openmamba/rootfiles.git/v%{version}/rootfiles-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
This package contains the configuration files for the home dir of root user.
|
||||
@ -20,24 +21,16 @@ This package contains the configuration files for the home dir of root user.
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
mkdir -p %{buildroot}/root
|
||||
cp -a .bash* %{buildroot}/root
|
||||
cp -a .qt %{buildroot}/root
|
||||
cp -a .kde4 %{buildroot}/root
|
||||
#cp -a .kde %{buildroot}/root -R
|
||||
|
||||
%post
|
||||
# remove DCOP file from livecd installation if still present
|
||||
rm -f /root/.DCOPserver_openmamba-livecd*
|
||||
exit 0
|
||||
%makeinstall
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/root/.bash*
|
||||
/root/.qt/*
|
||||
/root/.kde4/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 22 2023 Automatic Build System <autodist@mambasoft.it> 2023.9-1mamba
|
||||
- update to 2023.9
|
||||
|
||||
* Sun Jun 06 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||
- update to 2.3.1
|
||||
- disabled akonadi upgrade via kmail-migratorrc and kres-migratorrc because it can't work as root
|
||||
|
Loading…
Reference in New Issue
Block a user