]> git.pld-linux.org Git - SPECS.git/blob - prosilla.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / prosilla.spec
1
2 Summary:        ProSilla - a program which accelerates file transfers over SSH
3 Summary(pl.UTF-8):      ProSilla - program przyspieszający pobieranie dużych plików przez SSH
4 Name:           prosilla
5 Version:        1.2
6 Release:        2
7 Epoch:          1
8 License:        GPL
9 Group:          Applications/Networking
10 Source0:        http://www.v-lo.krakow.pl/~anszom/%{name}/%{name}-%{version}.tgz
11 # Source0-md5:  a22c90786122ea1ab6cfd3807001d23e
12 Patch0:         %{name}-no-gtk.patch
13 URL:            http://www.v-lo.krakow.pl/~anszom/prosilla/
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  ncurses-devel
16 Obsoletes:      prosilla-gtk
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 ProSilla is a program which accelerates file transfers over SSH by
21 opening multiple connections just like other download accelerators.
22 The only difference is that proSilla uses SSH instead of HTTP/FTP for
23 download. Of course you must have a shell account on the remote server
24 to use this program.
25
26 %description -l pl.UTF-8
27 ProSilla to program przyspieszający pobieranie dużych plików poprzez
28 otwieranie wielu połączeń na raz (tak jak inne "przyspieszacze").
29 Jedyną różnicą jest to, że proSilla używa SSH zamiast HTTP/FTP do
30 ściągania. Oczywiście w związku z tym trzeba mieć konto shellowe na
31 docelowym serwerze żeby skorzystać z tego programu.
32
33 %prep
34 %setup -q -n %{name}
35 %patch0 -p1
36
37 %build
38 %{__make} \
39         CFLAGS="%{rpmcflags} -Wall -DVERSION='\$(VERSION)' -I/usr/include/ncurses" \
40         LDFLAGS="%{rpmldflags} -lutil -lncurses"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45
46 %{__make} install \
47         DSTDIR=$RPM_BUILD_ROOT%{_bindir}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README
55 %attr(755,root,root) %{_bindir}/*
This page took 0.128669 seconds and 3 git commands to generate.