2012-02-01 21:09:53 +04:00
|
|
|
%define name cryptkeeper
|
|
|
|
%define version 0.9.5
|
|
|
|
%define release %mkrel 1
|
|
|
|
|
2013-06-27 12:08:24 +04:00
|
|
|
Name: %{name}
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}
|
|
|
|
Summary: System tray applet that manages EncFS encrypted folders
|
|
|
|
License: GPLv3
|
|
|
|
Group: System/Kernel and hardware
|
|
|
|
URL: http://tom.noflag.org.uk/cryptkeeper.html
|
|
|
|
Source0: http://tom.noflag.org.uk/cryptkeeper/%name-%version.tar.gz
|
|
|
|
BuildRequires: gtk+2-devel >= 2.8
|
|
|
|
BuildRequires: libGConf2-devel >= 2.0
|
2012-10-31 14:09:36 +00:00
|
|
|
BuildRequires: lsof
|
2013-06-27 12:08:24 +04:00
|
|
|
#BuildRequires: encfs
|
2013-06-27 11:33:12 +04:00
|
|
|
Requires: encfs
|
2013-06-27 12:08:24 +04:00
|
|
|
Patch0: cryptkeeper-0.9.5-add-unistd-header.patch
|
|
|
|
Patch1: cryptkeeper-0.9.5-fix-linking.patch
|
2012-02-01 21:09:53 +04:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Cryptkeeper is a Linux system tray applet that manages EncFS encrypted folders.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2013-06-27 12:08:24 +04:00
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
2012-02-01 21:09:53 +04:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure2_5x
|
|
|
|
%__make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
%makeinstall_std
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/cryptkeeper
|
|
|
|
%{_datadir}/applications/cryptkeeper.desktop
|
|
|
|
%{_datadir}/pixmaps/cryptkeeper.png
|
|
|
|
|
|
|
|
%changelog
|
2012-10-31 07:56:21 +00:00
|
|
|
|
2012-02-01 21:09:53 +04:00
|
|
|
|