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
|
Name: rootfiles
|
||||||
Version: 2.3.1
|
Version: 2023.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Root home dir configuration files
|
Summary: Root home dir configuration files
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.openmamba.org
|
URL: https://gitlab.mambasoft.it/openmamba/rootfiles
|
||||||
Source: rootfiles-%{version}.tar.bz2
|
Source: https://gitlab.mambasoft.it/openmamba/rootfiles.git/v%{version}/rootfiles-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the configuration files for the home dir of root user.
|
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
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
mkdir -p %{buildroot}/root
|
%makeinstall
|
||||||
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
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/root/.bash*
|
/root/.bash*
|
||||||
/root/.qt/*
|
|
||||||
/root/.kde4/*
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jun 06 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||||
- update to 2.3.1
|
- update to 2.3.1
|
||||||
- disabled akonadi upgrade via kmail-migratorrc and kres-migratorrc because it can't work as root
|
- disabled akonadi upgrade via kmail-migratorrc and kres-migratorrc because it can't work as root
|
||||||
|
Loading…
Reference in New Issue
Block a user