[django-picklefield] import spec and source

Rahul Sundaram sundaram at fedoraproject.org
Wed Jul 13 00:58:35 UTC 2011


commit ac76a51f3ffd9c47077de4df28f8b030c725c359
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Wed Jul 13 06:23:29 2011 +0530

    import spec and source

 .gitignore              |    1 +
 django-picklefield.spec |   45 +++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..15ff7c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-picklefield-0.1.9.tar.gz
diff --git a/django-picklefield.spec b/django-picklefield.spec
new file mode 100644
index 0000000..5aec6d5
--- /dev/null
+++ b/django-picklefield.spec
@@ -0,0 +1,45 @@
+Name:           django-picklefield
+Version:        0.1.9
+Release:        2%{?dist}
+Summary:        Implementation of a pickled object field
+
+Group:          Development/Languages
+License:        MIT
+URL:            http://pypi.python.org/pypi/django-picklefield
+Source0:        http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+%description
+django-picklefield provides an implementation of a pickled object field.
+Such fields can contain any picklable objects.
+
+The implementation is taken and adopted from Django snippet #1694 by
+Taavi Taijala, which is in turn based on Django snippet #513 by
+Oliver Beattie.
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+%files
+%doc README
+%{python_sitelib}/picklefield/
+%{python_sitelib}/django_picklefield*.egg-info
+
+%changelog
+* Wed Jul 13 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.1.9-2
+- Clean up the spec a bit and drop clean, defattr and buildroot
+
+* Wed Nov 08 2010 Fabian Affolter <fabian at bernewireless.net> - 0.1.9-1 
+- Updated to new upstream version 0.1.9
+
+* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.1.6-1
+- Initial package
diff --git a/sources b/sources
index e69de29..4a804af 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4c2bad7ccbd6981ce3515d2e5e23058b  django-picklefield-0.1.9.tar.gz


More information about the scm-commits mailing list