[relevation] Initial import

Matthias Saou thias at fedoraproject.org
Mon Mar 26 12:33:29 UTC 2012


commit 5e230e01a87e26435874b32027317144f8140472
Author: Matthias Saou <matthias at saou.eu>
Date:   Mon Mar 26 14:33:16 2012 +0200

    Initial import

 .gitignore      |    1 +
 relevation.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3d550f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/relevation-1.1.tar.gz
diff --git a/relevation.spec b/relevation.spec
new file mode 100644
index 0000000..d0b9e67
--- /dev/null
+++ b/relevation.spec
@@ -0,0 +1,52 @@
+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 <http://freshrpms.net/> 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 <http://freshrpms.net/> 1.0-1
+- Initial RPM release.
+
diff --git a/sources b/sources
index e69de29..152cacf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c38d6eb28130bac341ff1547f3f4f477  relevation-1.1.tar.gz


More information about the scm-commits mailing list