]> git.pld-linux.org Git - packages/ftpcopy.git/blame - ftpcopy.spec
- tabs in preamble
[packages/ftpcopy.git] / ftpcopy.spec
CommitLineData
c265ec46 1Summary: ftpcopy - a tool for create and maintain a FTP mirror
455bb15d 2Summary(pl.UTF-8): ftpcopy - narzędzie do tworzenia i uaktualniania mirrora FTP
6f32e633 3Name: ftpcopy
b535424e 4Version: 0.6.7
6f32e633 5Release: 1
cf04541b 6License: GPL v2
6f32e633 7Group: Applications/Networking
8Source0: ftp://www.ohse.de/uwe/ftpcopy/%{name}-%{version}.tar.gz
b535424e 9# Source0-md5: 78d5245970803230f0f22f0f040a58ef
6f32e633 10URL: http://www.ohse.de/uwe/ftpcopy.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14ftpcopy is a simple FTP client written to copy files or directories
15(recursively) from a FTP server. It was written to mirror FTP sites
cf04541b 16which support the EPLF directory listing format, but it also supports
17the traditional listing format /bin/ls and may also be used to simply
18copy files. I supports IPv4 and IPv6.
6f32e633 19
902a675f
JR
20%description -l pl.UTF-8
21ftpcopy jest prostym klientem FTP kopiującym pliki i katalogi
22(uaktualniając) z serwera FTP. Został napisany z myślą o mirrorowaniu
23serwerów FTP, które wspierają format listowania katalogów EPLF, lecz
24wspiera też tradycyjny format, /bin/ls . Można go również używać do
25zwykłego kopiowania plików. Obsługuje protokoły IPv4 oraz IPv6.
6f32e633 26
6f32e633 27%prep
5a7e2739
JB
28%setup -q -n web
29
30%build
31cd %{name}-%{version}
5ca8a45a
TP
32package/compile
33package/check
6f32e633 34
35%install
36rm -rf $RPM_BUILD_ROOT
6f32e633 37install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
5a7e2739
JB
38
39cd %{name}-%{version}
5ca8a45a
TP
40install command/* $RPM_BUILD_ROOT%{_bindir}
41install doc/* $RPM_BUILD_ROOT%{_mandir}/man1
6f32e633 42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%attr(755,root,root) %{_bindir}/*
49%{_mandir}/man1/*
This page took 0.083646 seconds and 4 git commands to generate.