Summary: RPM Auto-Installer or FTP Mirrorer Summary(pl): RPM auto instalator i ftp moirror Name: autorpm Version: 1.6.1 Release: 2 Copyright: GPL Group: Utilities/System Source: ftp://ftp.kaybee.org/pub/linux/%{name}-%{version}.tar.gz URL: http://www.kaybee.org/~kirk/html/linux.html Requires: rpm, dialog, libnet, mailx BuildRoot: /tmp/%{name}-%{version}-root %description AutoRPM is a program that can do any combination of the following: mirror RPMs from an FTP site, keep installed RPMs consistent with an FTP site or local directory, and keep installed RPMs in a cluster or network of systems consistent. It is highly flexible and even contains a very nice, menu-driven Interactive-Install mode. %description -l pl AutoRPM jest programem, który może wykonywać dowolną kombinację następujących czynności: mirrorowanie pakietów rpm z podanego adresu serwea ftp, aktualizowanie bazy zainstalowanych pakietów względem zawartości serwera ftp lub katalogu lokalnego. Autorpm jest dość łątwo konfigurowalny i posiada dość duże możliwości. Można go używać w trybie wsadowym i interakcyjnym gdzie posiada dość przyjemny interfejs. %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/{etc/cron.daily,usr/{man/man{5,8},sbin},var/spool/autorpm} install autorpm.pl $RPM_BUILD_ROOT/usr/sbin/autorpm install autorpm.conf $RPM_BUILD_ROOT/etc/autorpm.conf.sample install autorpm.conf.5 $RPM_BUILD_ROOT/usr/man/man5 install autorpm.8 $RPM_BUILD_ROOT/usr/man/man8 ln -sf ../../usr/sbin/autorpm $RPM_BUILD_ROOT/etc/cron.daily/autorpm %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644, root, root, 755) %doc README CHANGES CREDITS TODO %dir /var/spool/autorpm %attr(600, root, root) %config(missingok) /etc/autorpm.conf.sample %attr(750, root, root) /usr/sbin/autorpm %attr(644, root, man) /usr/man/man[58]/* %attr(750, root, root) /etc/cron.daily/autorpm %changelog * Wed Nov 13 1998 Tomasz Kłoczko [1.6.1-2] - added -q %setup parameter, - changed Buildroot to /tmp/%%{name}-%%{version}-root, - added using %%{name} and %%{version} in Source, - removed %postun, - added pl translation, - simplification in %install and %files, - added %attr and %defattr macros in %files (allows build package from non-root account). * Sun Mar 08 1998 Kirk Bauer - initial release