74 lines
2.2 KiB
RPMSpec
74 lines
2.2 KiB
RPMSpec
|
Name: rootfiles
|
||
|
Version: 2.3.1
|
||
|
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
|
||
|
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 <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
|
||
|
|
||
|
* Sat Feb 13 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <silvan.calarco@mambasoft.it> 2.2-1mamba
|
||
|
- update to 2.2
|
||
|
|
||
|
* Tue Mar 31 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-2mamba
|
||
|
- remove DCOP residual file from livecd installation, if present
|
||
|
|
||
|
* Tue Sep 25 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-1mamba
|
||
|
- update to 2.1 (/root/.qt/qtrc) changed to current theme
|
||
|
|
||
|
* Tue Feb 07 2006 Silvan Calarco <silvan.calarco@qilinux.it> 2.0-1qilnx
|
||
|
- update to version 2.0 by autospec
|
||
|
- disable arts sound
|
||
|
- disable knemo
|
||
|
|
||
|
* Thu Sep 29 2005 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.2.0-2qilnx
|
||
|
- architecture changed to noarch
|
||
|
|
||
|
* Thu Apr 28 2005 Silvan Calarco <silvan.calarco@qilinux.it> 1.2.0-1qilnx
|
||
|
- added default plastik themes and other changes to qtrc file for QiLinux 1.2
|
||
|
|
||
|
* Wed Jun 18 2003 Silvan Calarco <silvan.calarco@qilinux.it> 1.0.0-2qilnx
|
||
|
- added qt default configuration
|
||
|
|
||
|
* Tue May 06 2003 Silvan Calarco <silvan.calarco@qilinux.it> 1.0.0-1qilnx
|
||
|
- first build
|