]> git.pld-linux.org Git - packages/bareftp.git/blame - bareftp.spec
- updated to 0.3.4 (fixed problems with gnome-keyring)
[packages/bareftp.git] / bareftp.spec
CommitLineData
36cd194c 1#
36cd194c 2# Conditional build
3%bcond_without gnome_keyring # without gnome-keyring
4#
5Summary: -
6Summary(pl.UTF-8): -
7Name: bareftp
c0fc517c 8Version: 0.3.4
36cd194c 9Release: 0.1
10License: GPL v2+
11Group: Applications/Networking
12Source0: http://www.bareftp.org/release/%{name}-%{version}.tar.gz
c0fc517c 13# Source0-md5: 2dd18be2eacd37e6ca7dd12b07ff086d
36cd194c 14URL: http://www.bareftp.org/
15%{?with_gnome_keyring:BuildRequires: dotnet-gnome-keyring-sharp-devel}
16BuildRequires: dotnet-gnome-sharp-devel
17BuildRequires: dotnet-gtk-sharp2-devel
c0fc517c 18BuildRequires: gettext-devel
19BuildRequires: intltool >= 0.35
20BuildRequires: pkgconfig
9c24026c 21BuildRequires: rpmbuild(macros) >= 1.32
36cd194c 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25
26%description -l pl.UTF-8
27
28%prep
29%setup -q
30
31%build
32%configure \
33 %{!?with_gnome_keyring:--without-gnomekeyring}
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%find_lang %{name} --all-name
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files -f %{name}.lang
48%defattr(644,root,root,755)
49%doc AUTHORS CREDITS ChangeLog README
50%attr(755,root,root) %{_bindir}/bareftp
51%dir %{_libdir}/bareftp
52%{_libdir}/bareftp/bareFTP*.dll
53%{_libdir}/bareftp/bareftp.exe
54%{_mandir}/man1/bareftp.1*
55%{_iconsdir}/hicolor/*/apps/*
56%{_desktopdir}/bareftp.desktop
This page took 0.05583 seconds and 4 git commands to generate.