]> git.pld-linux.org Git - packages/deadftp.git/blob - deadftp.spec
- adapterized.
[packages/deadftp.git] / deadftp.spec
1 Summary:        A Graphical FTP client
2 Summary(pl):    Graficzny klient FTP
3 Name:           deadftp
4 Version:        0.1.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        ftp://download.sourceforge.net/pub/sourceforge/deadftp/%{name}-%{version}.tar.bz2
9 URL:            http://deadftp.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gettext-devel
13 BuildRequires:  gnome-libs-devel >= 1.2.0
14 BuildRequires:  libglade-devel >= 0.11
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19
20 %description
21 DeadFTP is an FTP client for GNOME. DeadFTP provides all basic
22 functionality of an FTP client as well as a transfer queue and a
23 hostmanager.
24
25 %description -l pl
26 DeadFTP jest klientem FTP dla ¶rodowiska GNOME. DeadFTP zapewnia
27 podstawow± funkcjonalno¶c klienta FTP, jak równie¿ kolejkê transferów
28 i hostmanagera.
29
30 %prep
31 %setup -q
32
33 %build
34 libtoolize --copy --force
35 gettextize --copy --force
36 aclocal -I macros
37 autoconf
38 automake -a -c
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         Applicationsdir=%{_applnkdir}/Network/FTP
47
48 gzip -9nf AUTHORS ChangeLog NEWS README TODO
49
50 %find_lang %{name} --with-gnome
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc *.gz
58 %attr(755,root,root) %{_bindir}/*
59 %{_datadir}/deadftp
60 %{_pixmapsdir}/*
61 %{_applnkdir}/Network/FTP/*
This page took 0.055507 seconds and 4 git commands to generate.