]> git.pld-linux.org Git - packages/ftpcopy.git/commitdiff
- typos, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Aug 2004 10:52:23 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't use deeper subdirs in setup - it would leave junk after build

Changed files:
    ftpcopy.spec -> 1.5

ftpcopy.spec

index 52ffa0f28d18b52472d6abd9b86a38e1c8a772d3..8b65c97ad32263a8230e62cd7991edaeb81b3a33 100644 (file)
@@ -1,5 +1,5 @@
-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
+Summary:       ftpcopy - a tool for create and maintain a ftp mirror
+Summary(pl):   ftpcopy - narzêdzie do tworzenia i uaktualniania mirrora ftp
 Name:          ftpcopy
 Version:       0.6.4
 Release:       1
@@ -18,21 +18,25 @@ the traditional listing format /bin/ls and may also be used to simply
 copy files. I supports IPv4 and IPv6.
 
 %description -l pl
-ftpcopy jest prostym klientem FTP kopiuj±cum pliki i katalogi
-(uaktualniaj±c) z servera FTP. Zosta³ napisany z my¶l± o mirrorowaniu
+ftpcopy jest prostym klientem FTP kopiuj±cym pliki i katalogi
+(uaktualniaj±c) z serwera FTP. Zosta³ napisany z my¶l± o mirrorowaniu
 serwerów FTP, które wspieraj± format listowania katalogów EPLF, lecz
 wspiera te¿ tradycyjny format, /bin/ls . Mo¿na go równie¿ u¿ywaæ do
 zwyk³ego kopiowania plików. Obs³uguje protoko³y IPv4 oraz IPv6.
 
 %prep
-%setup -q -n web/%{name}-%{version}
+%setup -q -n web
+
+%build
+cd %{name}-%{version}
 package/compile
 package/check
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+cd %{name}-%{version}
 install command/* $RPM_BUILD_ROOT%{_bindir}
 install doc/* $RPM_BUILD_ROOT%{_mandir}/man1
 
This page took 0.086049 seconds and 4 git commands to generate.