Summary: Command-line search for Revelation Password Manager files Name: relevation Version: 1.1 Release: 1%{?dist} License: BSD Group: Applications/Text URL: http://p.outlyer.net/relevation/ Source: http://p.outlyer.net/relevation/files/relevation-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch Requires: libxml2-python Requires: python-crypto %description Relevation is a tool to retrieve passwords stored in a password file in the format used by Revelation, from the command-line instead of through a GUI. %prep %setup -q %build %install rm -rf %{buildroot} make install prefix=%{_prefix} DESTDIR=%{buildroot} # We include the extra tools as %%doc, remove from here rm -rf %{buildroot}%{_prefix}/share/doc/relevation/extra/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGELOG FIXMES LICENSE %doc gui.py devtools/*.py %{_bindir}/relevation %{_mandir}/man1/relevation.1* %changelog * Mon Jul 18 2011 Matthias Saou 1.1-1 - Update to 1.1. - New extra tools, remove the "make install"ed ones, include them as %%doc. * Mon Jul 4 2011 Matthias Saou 1.0-1 - Initial RPM release.