Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 134d222dceccd3ab5ce11eec34f56ded > files > 1

debmirror-20060907-5mdv2009.0.src.rpm

%define name	debmirror
%define version 20060907
%define release %mkrel 5

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Debian partial mirror script, with ftp and package pool support
License:	GPL or Artistic
Group:		Development/Other
Source:		ftp.debian.org/debian/pool/main/d/debmirror/%{name}_%{version}.1.tar.bz2
Url:		http://packages.debian.org/unstable/net/debmirror
BuildRequires:  perl
Buildarch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%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 -n %{name}-20060908

%build
pod2man debmirror debmirror.1

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 debmirror %{buildroot}%{_bindir}
install -m 644 debmirror.conf %{buildroot}%{_sysconfdir}
install -m 644 debmirror.1 %{buildroot}%{_mandir}/man1

%clean 
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc doc/* Makefile.* NEWS.Debian
%{_bindir}/*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}.conf



%changelog
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 20060907-5mdv2009.0
+ Revision: 244022
- rebuild

* Tue Jul 22 2008 Thierry Vignaud <tvignaud@mandriva.com> 20060907-4mdv2009.0
+ Revision: 239582
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Tue Dec 18 2007 Guillaume Rousse <guillomovitch@mandriva.org> 20060907-2mdv2008.1
+ Revision: 132419
- rebuild

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request
    - import debmirror


* Mon Oct 09 2006 Guillaume Rousse <guillomovitch@mandriva.org> 20060907-1mdv2007.1
- first mdv release