mirror of
https://abf.rosa.ru/djam/cryptkeeper.git
synced 2025-02-23 09:22:54 +00:00
Automatic import for version 0.9.5
This commit is contained in:
commit
02deb0119e
2 changed files with 51 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
"cryptkeeper-0.9.5.tar.gz": 4d6615040d7a6b84e62cdf10874fcf16d0003fad
|
49
cryptkeeper.spec
Normal file
49
cryptkeeper.spec
Normal file
|
@ -0,0 +1,49 @@
|
|||
%define name cryptkeeper
|
||||
%define version 0.9.5
|
||||
%define release %mkrel 1
|
||||
|
||||
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
|
||||
BuildRequires: libGConf2-devel
|
||||
Requires: encfs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||
|
||||
%description
|
||||
Cryptkeeper is a Linux system tray applet that manages EncFS encrypted folders.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%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
|
||||
* Mon May 02 2011 Guillaume Rousse <guillomovitch@mandriva.org> 0.9.5-1mdv2011.0
|
||||
+ Revision: 662465
|
||||
- import cryptkeeper
|
||||
|
Loading…
Add table
Reference in a new issue