%global stpath %{_datadir}/script-tools Summary: A script framework based on bash. Name: script-tools Version: 0.6.3 Release: 2%{?dist} Group: System Enviroment/Base/Terminal License: GPLv3 URL: http://sea.hostingsociety.com Source0: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: bash Conflicts: %{name} >= %{version}-%{release} %description The Script Tools, aim to help build your GUI upon a minimal install. It guides you through X11 base system, lets you choose your DE and independandly a Loginmanager, installs basic packages that aim for less packages, but full workflow. A developer section is in work, to start with it will support rpm building, therfor also changelog and spec file, as well as sourceforge project access using git, svn will follow, but much!, later. SSH and file upload (rpms, tar.gz) for sourceforge will follow after GIT branching and sourceforge code download work as intended. Along this, it lets you easy change the plymouth (boot animation), modify your GRUB2 splash screen, easy connect to your home NAS, and more to come while time passes... %prep %setup -q -c %{name}-%{version} %build # nothing to do %install tar -axf %{sources} rm -rf %{buildroot} mkdir -p %{buildroot}%{stpath} mv * %{buildroot}%{stpath}/ sudo mkdir -p %{buildroot}%{_sysconfdir}/profile.d cat > ${buildroot}/etc/profile.d/%{name}.sh << EOF stDir=%{stpath} SEA_LIB_DIR=\$HOME/bin/\$USER-libs SEA_SCRIPT_DIR=\$HOME/bin/\$USER-scripts PATH=\$PATH:\$stDir:\$stDir/scripts EOF %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc %{stpath}/doc %{stpath}/st %{stpath}/st.cfg %{stpath}/cfg %{stpath}/it %{stpath}/libs %{stpath}/lists %{stpath}/man %{stpath}/scripts %changelog * Mon Jun 25 2012 - < erat DOT simon AT gmail DOT com > - st dev prj LABEL n, st dev rpm LABEL b, - - Creating a project and subtypes, - removing and edit projects, works as expected - - Upload local source code to a SourceForge GIT repositry, - is currently the only version control supportet. - - Create a RPM package works well with for my scripts. - But i need feedback for enhancements or rewrites. - * Thu Jun 21 2012 - < erat DOT simon AT gmail DOT com > - The developer's & devices section (st dev) is currently ALPHA. - The according libs are roughly re-worked, but its still lots to do. * Thu Jun 12 2012 - < erat DOT simon AT gmail DOT com > - Added: CheckFunctions container file, introducing: - CheckIP, CheckPath, CheckDownload|DownloadFile - Changed: samba, dev.selfdist, sf, grub2, services * Mon Jun 04 2012 - < erat DOT simon AT gmail DOT com > - fixed: sT now uses white font for better readability - fixed error: st set lm deskfile - fixed typos in st set lm slim * - fixed: added gnash-plugin to lists - changed: st tweak services, uses now: unmask XY - changed: severall other files * Sat Jun 02 2012 - < erat DOT simon AT gmail DOT com > - lxdm & lxde installation works, as this rpm was created - on a system just installed and tweaked with the scripts. * Mon May 21 2012 - < erat DOT simon AT gmail DOT com > - branched from netbook * Tue May 08 2012 - < erat.simon AT gmail.com > - Initial release of the 3rd rework/generation