# $Id$ # Authority: dag # Upstream: Hubert Feyrer Summary: Harddisk image cloning tool Name: g4u Version: 2.1 Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.feyrer.de/g4u/ Source: http://www.feyrer.de/g4u/%{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root #BuildRequires: %description g4u ("ghost for unix") is a NetBSD-based bootfloppy/CD-ROM that allows easy cloning of PC harddisks to deploy a common setup on a number of PCs using FTP. The floppy/CD offers two functions. First is to upload the compressed image of a local harddisk to a FTP server. Other is to restore that image via FTP, uncompress it and write it back to disk; network configuration is fetched via DHCP. As the harddisk is processed as a image, any filesystem and operating system can be deployed using g4u. Easy cloning of local disks as well as partitions is also supported. %prep %setup -c %build %{__make} %{?_smp_mflags} all %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING NEWS README TODO %doc %{_mandir}/man?/* %{_bindir}/* %{_libdir}/* %{_datadir}/pixmaps/* %{_datadir}/applications/*.desktop %changelog * Sun Apr 23 2006 Dries Verachtert - 2.1-1 - Updated to release 2.1. * Sat Apr 08 2006 Dries Verachtert - 1.12-0.2 - Rebuild for Fedora Core 5. * Thu Oct 02 2003 Dag Wieers - 1.12-0 - Initial package. (using DAR)