]> git.pld-linux.org Git - packages/ftpcopy.git/blob - ftpcopy.spec
- raw by Jan Wideł
[packages/ftpcopy.git] / ftpcopy.spec
1 Summary:        ftpcopy is a tool for create and maintain a ftp mirror.
2 Summary(pl):    ftpcopy jest narzêdziem do utwórzenia i uaktualniania mirrora ftp.
3 Name:           ftpcopy
4 Version:        0.6.4
5 Release:        1
6 License:        GPL v.2
7 Group:          Applications/Networking
8 Source0:        ftp://www.ohse.de/uwe/ftpcopy/%{name}-%{version}.tar.gz
9 # Source0-md5:  e6883a23ef664c059d9d0d34eb1501cd
10 URL:            http://www.ohse.de/uwe/ftpcopy.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 ftpcopy is a simple FTP client written to copy files or directories
15 (recursively) from a FTP server. It was written to mirror FTP sites
16 which support the EPLF directory l isting format, but it also supports
17 the traditional listing format /bin/ls) And may also be used to simply
18 copy files.
19
20 %description -l pl
21 ftpcopy jest prostym klijentem FTP kopjuj±cum pliki i katalogi
22 (uaktualniaj±c) z servera FTP. Obs³uguje protoko³y IPv4 oraz IPv6.
23
24 %define         _package        package/
25
26 %prep
27 %setup -q -n web/%{name}-%{version} -a0
28 %{_package}compile
29 %{_package}check
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 # create directories if necessary
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
35 install command/* $RPM_BUILD_ROOT%{_bindir}/
36 install doc/*   $RPM_BUILD_ROOT%{_mandir}/man1/
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man1/*
This page took 0.106687 seconds and 3 git commands to generate.