[python-docker-registry-core] Resolves: rhbz#1111917 - initial fedora upload

Lokesh Mandvekar lsm5 at fedoraproject.org
Wed Jun 25 18:56:15 UTC 2014


commit 2bc31f9b694fc17a8f0a96282de4251ec9e8fd30
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Wed Jun 25 13:56:09 2014 -0500

    Resolves: rhbz#1111917 - initial fedora upload

 .gitignore                       |    1 +
 python-docker-registry-core.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..919325e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/docker-registry-core-1.0.6.tar.gz
diff --git a/python-docker-registry-core.spec b/python-docker-registry-core.spec
new file mode 100644
index 0000000..d227ff5
--- /dev/null
+++ b/python-docker-registry-core.spec
@@ -0,0 +1,37 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%global         pypi_name       docker-registry-core
+
+Name:           python-%{pypi_name}
+Version:        1.0.6
+Release:        2%{?dist}
+Summary:        Core package for docker-registry (drivers) developers
+License:        ASL 2.0
+URL:            https://pypi.python.org/pypi/%{pypi_name}
+BuildArch:      noarch
+Source0:        https://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildRequires:  python-devel
+
+%description
+%{summary}
+
+%prep
+%setup -q -n %{pypi_name}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install --root %{buildroot}
+
+%files
+%doc LICENSE README.md
+%dir %{python_sitelib}/docker_registry
+%{python_sitelib}/docker_registry/*
+%{python_sitelib}/docker_registry_core*
+
+%changelog
+* Wed Jun 25 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.6-2
+- Resolves: rhbz#1111917 - change files section as per review
+
+* Sat Jun 21 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.6-1
+- Initial fedora package
diff --git a/sources b/sources
index e69de29..7b06c9f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0abff55edff5ef97a9789495e388164a  docker-registry-core-1.0.6.tar.gz


More information about the scm-commits mailing list