]> git.pld-linux.org Git - packages/ftpcopy.git/commitdiff
- raw by Jan Wideł
authorhavner <havner@pld-linux.org>
Sat, 7 Aug 2004 01:22:36 +0000 (01:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftpcopy.spec -> 1.1

ftpcopy.spec [new file with mode: 0644]

diff --git a/ftpcopy.spec b/ftpcopy.spec
new file mode 100644 (file)
index 0000000..43f1d36
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       ftpcopy is a tool for create and maintain a ftp mirror.
+Summary(pl):   ftpcopy jest narzêdziem do utwórzenia i uaktualniania mirrora ftp.
+Name:          ftpcopy
+Version:       0.6.4
+Release:       1
+License:       GPL v.2
+Group:         Applications/Networking
+Source0:       ftp://www.ohse.de/uwe/ftpcopy/%{name}-%{version}.tar.gz
+# Source0-md5: e6883a23ef664c059d9d0d34eb1501cd
+URL:           http://www.ohse.de/uwe/ftpcopy.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ftpcopy is a simple FTP client written to copy files or directories
+(recursively) from a FTP server. It was written to mirror FTP sites
+which support the EPLF directory l isting format, but it also supports
+the traditional listing format /bin/ls) And may also be used to simply
+copy files.
+
+%description -l pl
+ftpcopy jest prostym klijentem FTP kopjuj±cum pliki i katalogi
+(uaktualniaj±c) z servera FTP. Obs³uguje protoko³y IPv4 oraz IPv6.
+
+%define        _package        package/
+
+%prep
+%setup -q -n web/%{name}-%{version} -a0
+%{_package}compile
+%{_package}check
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install command/* $RPM_BUILD_ROOT%{_bindir}/
+install doc/*  $RPM_BUILD_ROOT%{_mandir}/man1/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.07808 seconds and 4 git commands to generate.