]> git.pld-linux.org Git - SPECS.git/blob - guiftp.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / guiftp.spec
1 Summary:        guiftp - a simple FTP client using the GTK+ toolkit
2 Summary(pl.UTF-8):      guiftp - prosty klient FTP używający narzędzi GTK+
3 Name:           guiftp
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://ordiluc.net/guiftp/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2587b3c216b4d0b24280b73230f4b7f8
10 URL:            http://ordiluc.net/guiftp
11 BuildRequires:  gtk+-devel >= 1.2.10
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 guiftp is a simple FTP client using the GTK+ toolkit.
16
17 %description -l pl.UTF-8
18 guiftp jest prostym klientem FTP używającym narzędzi GTK+.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT 
32
33 %find_lang %{name}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files -f %{name}.lang
39 %defattr(644,root,root,755)
40 %doc AUTHORS ChangeLog README
41 %attr(755,root,root) %{_bindir}/*
42 %{_mandir}/man1/*
This page took 0.43709 seconds and 3 git commands to generate.