]> git.pld-linux.org Git - packages/bareftp.git/blob - bareftp.spec
- desc and summary
[packages/bareftp.git] / bareftp.spec
1 #
2 # Conditional build
3 %bcond_without  gnome_keyring   # without gnome-keyring
4 #
5 Summary:        File transfer client supporting the FTP, FTP (FTPS) and SSH (SFTP)
6 Summary(pl.UTF-8):      Program do transferu plkików po FTP, FTP (FTPS) oraz SSH (SFTP)
7 Name:           bareftp
8 Version:        0.3.4
9 Release:        0.1
10 License:        GPL v2+
11 Group:          Applications/Networking
12 Source0:        http://www.bareftp.org/release/%{name}-%{version}.tar.gz
13 # Source0-md5:  2dd18be2eacd37e6ca7dd12b07ff086d
14 URL:            http://www.bareftp.org/
15 %{?with_gnome_keyring:BuildRequires:    dotnet-gnome-keyring-sharp-devel}
16 BuildRequires:  dotnet-gnome-sharp-devel
17 BuildRequires:  dotnet-gtk-sharp2-devel
18 BuildRequires:  gettext-devel
19 BuildRequires:  intltool >= 0.35
20 BuildRequires:  pkgconfig
21 BuildRequires:  rpmbuild(macros) >= 1.32
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 bareFTP is a file transfer client writen in C# supporting the FTP, FTP
26 over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP).
27
28 %description -l pl.UTF-8
29 bareFTP jest programem do transferu plików napisanym w C# wspierającym
30 protokoły FTP, FTP z obsługą SSL/TLS (FTPS) oraz SSH (SFTP).
31
32 %prep
33 %setup -q
34
35 %build
36 %configure \
37         %{!?with_gnome_keyring:--without-gnomekeyring}
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name} --all-name
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS CREDITS ChangeLog README
54 %attr(755,root,root) %{_bindir}/bareftp
55 %dir %{_libdir}/bareftp
56 %{_libdir}/bareftp/bareFTP*.dll
57 %{_libdir}/bareftp/bareftp.exe
58 %{_mandir}/man1/bareftp.1*
59 %{_iconsdir}/hicolor/*/apps/*
60 %{_desktopdir}/bareftp.desktop
This page took 0.135346 seconds and 3 git commands to generate.