]> git.pld-linux.org Git - packages/deadftp.git/blob - deadftp.spec
- updated gettext BR
[packages/deadftp.git] / deadftp.spec
1 Summary:        A Graphical FTP client
2 Summary(pl.UTF-8):      Graficzny klient FTP
3 Name:           deadftp
4 Version:        0.1.3
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/deadftp/%{name}-%{version}.tar.bz2
9 # Source0-md5:  b5bd88ef57c7d7a653621ef1c835f790
10 Patch0:         %{name}-desktop.patch
11 URL:            http://deadftp.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  gnome-libs-devel >= 1.2.0
16 BuildRequires:  libglade-gnome-devel >= 0.11
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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.UTF-8
26 DeadFTP jest klientem FTP dla środowiska GNOME. DeadFTP zapewnia
27 podstawową funkcjonalność klienta FTP, jak również kolejkę transferów
28 i hostmanagera.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
36 mv -f configure.in.tmp configure.in
37 rm -f missing
38 %{__libtoolize}
39 %{__gettextize}
40 %{__aclocal} -I %{_aclocaldir}/gnome
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT \
50         Applicationsdir=%{_desktopdir}
51
52 %find_lang %{name} --with-gnome
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README TODO
60 %attr(755,root,root) %{_bindir}/*
61 %{_datadir}/deadftp
62 %{_pixmapsdir}/*
63 %{_desktopdir}/*.desktop
This page took 0.062464 seconds and 3 git commands to generate.