[trac-authopenid-plugin] Update to upstream 0.4.2

Patrick Uiterwijk puiterwijk at fedoraproject.org
Tue Mar 26 12:46:45 UTC 2013


commit 31b43c468b46fe0ed259a8715bd0110463ac97db
Author: Patrick Uiterwijk <puiterwijk at gmail.com>
Date:   Tue Mar 26 13:46:34 2013 +0100

    Update to upstream 0.4.2

 .gitignore                  |    1 +
 sources                     |    1 +
 trac-authopenid-plugin.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a190fe3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/TracAuthOpenId-0.4.2.tar.gz
diff --git a/sources b/sources
index e69de29..8cabf37 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+61de7762796c7f16edc5b578dd023047  TracAuthOpenId-0.4.2.tar.gz
diff --git a/trac-authopenid-plugin.spec b/trac-authopenid-plugin.spec
new file mode 100644
index 0000000..10dd3dd
--- /dev/null
+++ b/trac-authopenid-plugin.spec
@@ -0,0 +1,40 @@
+%define        trac_version 0.12
+
+Name:           trac-authopenid-plugin
+Version:        0.4.2
+Release:        1%{?dist}
+Summary:        Provide OpenID authentication for Trac
+
+License:        BSD
+URL:            https://github.com/dairiki/authopenid-plugin
+Source0:        https://pypi.python.org/packages/source/T/TracAuthOpenId/TracAuthOpenId-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel, python-setuptools
+Requires:       trac >= 0.12
+
+%description
+This plugin allows to login to Trac using OpenID.
+
+%prep
+%setup -q -n TracAuthOpenId-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+%files
+%doc CHANGES.rst LICENSE.txt README.rst
+# For noarch packages: sitelib
+%{python_sitelib}/*
+
+
+%changelog
+* Mon Mar 25 2013 Patrick Uiterwijk <puiterwijk at gmail.com> - 0.4.2-1
+- Update to upstream 0.4.2
+
+* Sat Mar 23 2013 Patrick Uiterwijk <puiterwijk at gmail.com> - 0.4.1-1
+- Initial packaging effort
+


More information about the scm-commits mailing list