diff --git a/rootfiles.spec b/rootfiles.spec index 1132564..47c7e59 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -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 -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 2023.9-1mamba +- update to 2023.9 + * Sun Jun 06 2010 Silvan Calarco 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