Name: debmirror Version: 20070123 Release: 8%{?dist} Summary: Debian partial mirror script, with ftp and package pool support Group: Applications/Internet License: GPL+ URL: http://packages.qa.debian.org/d/%{name}.html Source: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: patch, ed, gnupg, rsync, coreutils, findutils, gzip, bzip2 %description This program downloads and maintains a partial local Debian mirror. It can mirror any combination of architectures, distributions and sections. Files are transferred by ftp, http, hftp or rsync, and package pools are fully supported. It also does locking and updates trace files. %prep %setup -q # filter file dependency on debmirror.conf cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/\/etc\/debmirror.conf/d' EOF %global __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req chmod +x %{__perl_requires} %build %install rm -rf %{buildroot} %{__install} -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name} %{__install} -Dp -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf # generate a man page %{__install} -d %{buildroot}%{_mandir}/man1 pod2man %{name} %{buildroot}%{_mandir}/man1/%{name}.1 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc debian/copyright debian/changelog debian/NEWS.Debian doc/design.txt %{_mandir}/man1/%{name}.1.gz %{_bindir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}.conf %changelog * Thu Apr 09 2009 Ruben Kerkhof - 20070123-8 - Use GPL+ as license - Use main debian url for Source * Wed Apr 08 2009 Ruben Kerkhof - 20070123-7 - Change url to a page with more content - Use %%{name} macro * Tue Apr 07 2009 Ruben Kerkhof - 20070123-6 - Generate a man page from the source - Add explicit Requires on system commands used * Tue Apr 07 2009 Ruben Kerkhof - 20070123-5 - Package cleanup for review * Sat Nov 1 2008 Javier palacios - 20070123-2 - Added suggestions from the review process * Sat Oct 11 2008 Javier palacios - 20070123-1 - First release