[python-keyczar] Initial import (#885495)

Maxim Burgerhout wzzrd at fedoraproject.org
Wed Dec 26 10:01:23 UTC 2012


commit b47daec853f239e3fa35d96ef41936081d808757
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Wed Dec 26 10:59:42 2012 +0100

    Initial import (#885495)
    
    python-keyczar-0.71c

 .gitignore          |    1 +
 python-keyczar.spec |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a3aca29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-keyczar-0.71c.tar.gz
diff --git a/python-keyczar.spec b/python-keyczar.spec
new file mode 100644
index 0000000..d130642
--- /dev/null
+++ b/python-keyczar.spec
@@ -0,0 +1,56 @@
+Name:           python-keyczar
+Version:        0.71c
+Release:        1%{?dist}
+Summary:        Toolkit for safe and simple cryptography
+
+Group:          Development/Languages
+License:        ASL 2.0
+URL:            http://www.keyczar.org/
+Source0:        http://keyczar.googlecode.com/files/%{name}-%{version}.tar.gz
+
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python-crypto
+BuildRequires:  python-pyasn1
+
+Requires:       python-crypto
+Requires:       python-pyasn1
+
+%description
+Keyczar is an open source cryptographic toolkit designed to make it easier and
+safer for developers to use cryptography in their applications. Keyczar
+supports authentication and encryption with both symmetric and asymmetric keys.
+
+
+%prep
+%setup -q
+rm -rf python_keyczar.egg-info
+
+%build
+%{__python} setup.py build
+
+%check
+cd tests/keyczar_tests
+PYTHONPATH=$PYTHONPATH:../../src/ ./alltests.py
+
+%install
+%{__python} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
+
+%files
+%doc README LICENSE doc/pycrypt.pdf
+%{python_sitelib}/keyczar/
+%{python_sitelib}/python_keyczar-*.egg-info
+
+%changelog
+* Fri Dec 21 2012 - Maxim Burgerhout <wzzrd at fedoraproject.org> - 0.71c-1
+- Build with new upstream tarball containing fixes for hashbangs, exec bits,
+  a LICENSE file and more.
+
+* Mon Dec 10 2012 - Maxim Burgerhout <wzzrd at fedoraproject.org> - 0.71b-2
+- Enable tests to be run during build
+- Remove EL5 code from specfile in order to 
+- Fix %%files section to include the proper files
+
+* Sun Dec 9 2012 - Maxim Burgerhout <wzzrd at fedoraproject.org> - 0.71b-1
+- Initial build of 0.71b for Fedora
diff --git a/sources b/sources
index e69de29..3d20d0a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+57154b1e8ad3f59e2c8296d5d5a516eb  python-keyczar-0.71c.tar.gz


More information about the scm-commits mailing list