f9963ad
Name:		debmirror
428691b
Version:	2.5
428691b
Release:	1%{?dist}
f9963ad
Summary:	Debian partial mirror script, with ftp and package pool support
f9963ad
f9963ad
Group:		Applications/Internet
1c9f696
License:	GPLv2+
f9963ad
URL:		http://packages.qa.debian.org/d/%{name}.html
f9963ad
Source:		http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
f9963ad
BuildArch:	noarch
f9963ad
Requires:	patch, ed, gnupg, rsync, coreutils, findutils, gzip, bzip2
f9963ad
f9963ad
%description
f9963ad
This program downloads and maintains a partial local Debian mirror.
f9963ad
It can mirror any combination of architectures, distributions and
f9963ad
sections. Files are transferred by ftp, http, hftp or rsync, and package
f9963ad
pools are fully supported. It also does locking and updates trace files.
f9963ad
f9963ad
f9963ad
%prep
428691b
%setup -q -n %{name}
f9963ad
f9963ad
%build
f9963ad
cassmodiah fa30ecb
f9963ad
%install
f9963ad
rm -rf %{buildroot}
f9963ad
f9963ad
%{__install} -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
1c9f696
%{__install} -Dp -m 0644 examples/%{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
f9963ad
f9963ad
# generate a man page
f9963ad
%{__install} -d %{buildroot}%{_mandir}/man1
f9963ad
pod2man %{name} %{buildroot}%{_mandir}/man1/%{name}.1
f9963ad
f9963ad
%clean
f9963ad
rm -rf %{buildroot}
f9963ad
f9963ad
%files
f9963ad
%defattr(-,root,root,-)
428691b
%doc GPL debian/copyright debian/changelog debian/NEWS doc/design.txt
f9963ad
%{_mandir}/man1/%{name}.1.gz
f9963ad
%{_bindir}/%{name}
f9963ad
%config(noreplace) %{_sysconfdir}/%{name}.conf
f9963ad
f9963ad
f9963ad
%changelog
428691b
* Wed Feb 09 2011 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.5-1
428691b
- Upstream released new version:
428691b
  http://packages.debian.org/changelogs/pool/main/d/debmirror/current/changelog#versionversion1:2.5
428691b
cad28b4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-2
cad28b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cad28b4
484a536
* Tue Jun 22 2010 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.4.4-1
484a536
- Upstream released new version
484a536
  See http://packages.debian.org/changelogs/pool/main/d/debmirror/current/changelog
484a536
5c8937d
* Wed Mar 24 2010 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.4.3-1
5c8937d
- Upstream released new version
5c8937d
1c9f696
* Mon Dec 21 2009 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.4-1
1c9f696
- New upstream release
1c9f696
- Change license to GPLv2+ according to copyright file
1c9f696
cassmodiah fa30ecb
* Wed Sep 02 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 20090807-1
cassmodiah fa30ecb
- New upstream release
cassmodiah fa30ecb
b26941e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20070123-9
b26941e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b26941e
f9963ad
* Thu Apr 09 2009 Ruben Kerkhof <ruben@rubenkerkhof.com> - 20070123-8
f9963ad
- Use GPL+ as license
f9963ad
- Use main debian url for Source
f9963ad
f9963ad
* Wed Apr 08 2009 Ruben Kerkhof <ruben@rubenkerkhof.com> - 20070123-7
f9963ad
- Change url to a page with more content
f9963ad
- Use %%{name} macro
f9963ad
f9963ad
* Tue Apr 07 2009 Ruben Kerkhof <ruben@rubenkerkhof.com> - 20070123-6
f9963ad
- Generate a man page from the source
f9963ad
- Add explicit Requires on system commands used
f9963ad
f9963ad
* Tue Apr 07 2009 Ruben Kerkhof <ruben@rubenkerkhof.com> - 20070123-5
f9963ad
- Package cleanup for review
f9963ad
f9963ad
* Sat Nov  1 2008 Javier palacios <javiplx@gmail.com>
f9963ad
- 20070123-2
f9963ad
- Added suggestions from the review process
f9963ad
f9963ad
* Sat Oct 11 2008 Javier palacios <javiplx@gmail.com>
f9963ad
- 20070123-1
f9963ad
- First release
f9963ad