From 70dbe5941d303c42a51442c31b4b26fe1b35b898 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:27:44 +0100 Subject: [PATCH] update to 2.3.1 disabled akonadi upgrade via kmail-migratorrc and kres-migratorrc because it can't work as root [release 2.3.1-1mamba;Sun Jun 06 2010] --- README.md | 2 ++ rootfiles.spec | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 rootfiles.spec diff --git a/README.md b/README.md index 0622d63..a718f78 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # rootfiles +This package contains the configuration files for the home dir of root user. + diff --git a/rootfiles.spec b/rootfiles.spec new file mode 100644 index 0000000..1132564 --- /dev/null +++ b/rootfiles.spec @@ -0,0 +1,73 @@ +Name: rootfiles +Version: 2.3.1 +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 +License: GPL +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This package contains the configuration files for the home dir of root user. + +%prep +%setup -q + +%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 + +%files +%defattr(-,root,root) +/root/.bash* +/root/.qt/* +/root/.kde4/* + +%changelog +* 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 + +* Sat Feb 13 2010 Silvan Calarco 2.3-1mamba +- update to 2.3 +- set PATH for /sbin,/usr/sbin/ and /usr/local/sbin in .bashrc + +* Fri Feb 05 2010 Silvan Calarco 2.2-1mamba +- update to 2.2 + +* Tue Mar 31 2009 Silvan Calarco 2.1-2mamba +- remove DCOP residual file from livecd installation, if present + +* Tue Sep 25 2007 Silvan Calarco 2.1-1mamba +- update to 2.1 (/root/.qt/qtrc) changed to current theme + +* Tue Feb 07 2006 Silvan Calarco 2.0-1qilnx +- update to version 2.0 by autospec +- disable arts sound +- disable knemo + +* Thu Sep 29 2005 Stefano Cotta Ramusino 1.2.0-2qilnx +- architecture changed to noarch + +* Thu Apr 28 2005 Silvan Calarco 1.2.0-1qilnx +- added default plastik themes and other changes to qtrc file for QiLinux 1.2 + +* Wed Jun 18 2003 Silvan Calarco 1.0.0-2qilnx +- added qt default configuration + +* Tue May 06 2003 Silvan Calarco 1.0.0-1qilnx +- first build