Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
fpm2
> fpm2.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File fpm2.spec of Package fpm2
# vim: set sw=4 ts=4 et: # Copyright (c) 2008-2010 Toni "oc2pus" Graffy # Copyright (c) 2011 Detlef Reichelt <detlef@links2linux.org> # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.links2linux.org Summary: Password manager with GTK2 GUI Name: fpm2 Version: 0.79 Release: 5.10 License: GPL-2.0+ Group: Productivity/Security Source: http://als.regnet.cz/%{name}/download/%{name}-%{version}.tar.bz2 URL: http://als.regnet.cz/fpm2/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: intltool BuildRequires: gettext BuildRequires: gtk2-devel BuildRequires: libxml2-devel %if 0%{?suse_version} BuildRequires: update-desktop-files %endif %description Figaro's Password Manager 2 is a program that allows you to securely store the passwords using GTK2 interface. Features include: * Passwords are encrypted with the blowfish algorithm. * Copy passwords or usernames to the clipboard/primary selection. * If the password is for a web site, FPM2 can keep track of the URLs of your login screens and can automatically launch your browser. In this capacity, FPM2 acts as a kind of bookmark manager. * Combine all three features: you can configure FPM2 to bring you to a web login screen, copy your username to the clipboard and your password to the primary selection, all with a single button click. * FPM2 also has a password generator that can choose passwords for you.It allows you to determine how long the password should be, and what types of characters (lower case, upper case, numbers and symbols) should be used. You can even have it avoid ambiguous characters such as a capital O or the number zero. %lang_package %prep %setup -q %build export CPPFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure %__make %{?_smp_flags} %install %__make DESTDIR=%{buildroot} install # icon %__install -dm 755 %{buildroot}%{_datadir}/pixmaps %__install -m 644 data/pixmaps/logo.png \ %{buildroot}%{_datadir}/pixmaps/%{name}.png %if 0%{?suse_version} %suse_update_desktop_file -i %{name} Utility Security %endif %find_lang %{name} %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %doc %{_mandir}/man1/%{name}.1* %{_bindir}/%{name} %{_datadir}/pixmaps/*.png %dir %{_datadir}/pixmaps/%{name} %{_datadir}/pixmaps/%{name}/*.png %{_datadir}/applications/*.desktop %files lang -f %{name}.lang %changelog