rpms/fpm2/devel fpm2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aleš Koval (als) fedora-extras-commits at redhat.com
Fri May 9 06:32:00 UTC 2008


Author: als

Update of /cvs/pkgs/rpms/fpm2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9588/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fpm2.spec 
Log Message:
Initial import.



--- NEW FILE fpm2.spec ---
Summary: Password manager with GTK2 GUI
Name: fpm2
Version: 0.71
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Productivity
Source: http://als.regnet.cz/%{name}/download/%{name}-%{version}.tar.bz2
URL: http://als.regnet.cz/fpm2/
BuildRequires: gtk2-devel, libxml2-devel, desktop-file-utils, gettext
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%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.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%find_lang %{name}

desktop-file-install \
  --vendor fedora \
  --delete-original \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/fpm2
%{_datadir}/fpm2
%{_mandir}/man1/fpm2.1.gz
%{_datadir}/applications/*.desktop

%changelog
* Thu May  8 2008 Aleš Koval <als at regnet.cz> - 0.71-2
- Fix %%files section (#444830)
- desktop-file-install now delete original .desktop file

* Wed Apr 30 2008 Aleš Koval <als at regnet.cz> - 0.71-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fpm2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 May 2008 19:45:37 -0000	1.1
+++ .cvsignore	9 May 2008 06:31:19 -0000	1.2
@@ -0,0 +1 @@
+fpm2-0.71.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fpm2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 May 2008 19:45:37 -0000	1.1
+++ sources	9 May 2008 06:31:19 -0000	1.2
@@ -0,0 +1 @@
+d12bda1f4f3b3f7bb4105471ed25cb9b  fpm2-0.71.tar.bz2




More information about the fedora-extras-commits mailing list