[python-django-ajax-selects] Initial import (#825510).

Domingo Becker beckerde at fedoraproject.org
Sun Jun 17 00:46:30 UTC 2012


commit 3ff53f2e4be7ed5ca79d6df4e5a4cf2677a231cc
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Sat Jun 16 21:46:22 2012 -0300

    Initial import (#825510).

 .gitignore                      |    1 +
 python-django-ajax-selects.spec |   72 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..91dfefb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-ajax-selects-1.2.4.tar.gz
diff --git a/python-django-ajax-selects.spec b/python-django-ajax-selects.spec
new file mode 100644
index 0000000..3d193d8
--- /dev/null
+++ b/python-django-ajax-selects.spec
@@ -0,0 +1,72 @@
+Name:           python-django-ajax-selects
+Version:        1.2.4
+Release:        1%{?dist}
+Summary:        Enables editing of ForeignKey, ManyToMany and simple text fields
+
+Group:          Development/Languages
+License:        MIT or GPL+
+URL:            http://pypi.python.org/pypi/django-ajax-selects
+Source:         http://pypi.python.org/packages/source/d/django-ajax-selects/django-ajax-selects-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel 
+BuildRequires:  python-setuptools-devel
+Requires:       python-django
+
+Provides: django-ajax-selects = %{version}-%{release} 
+# Because of the renaming mechanism, the next should stay forever in this package.
+Obsoletes: django-ajax-selects < 1.1.4-4 
+
+%description
+Enables editing of ForeignKey, ManyToMany and simple text fields using the 
+Autocomplete - jQuery plugin.
+django-ajax-selects will work in any normal form as well as in the admin.
+The user is presented with a text field. They type a search term or a few 
+letters of a name they are looking for, an ajax request is sent to the server,
+a search channel returns possible results. Results are displayed as a drop 
+down menu. When an item is selected it is added to a display area just below
+the text field.
+
+%prep
+%setup -q -n django-ajax-selects-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%files
+%{python_sitelib}/ajax_select
+%doc ajax_select/LICENSE.txt 
+%doc ajax_select/docs/*
+%doc example/*
+%{python_sitelib}/django_ajax_selects-%{version}-py?.?.egg-info
+
+%changelog
+* Thu Jun 14 2012 Domingo Becker <domingobecker at gmail.com> - 1.2.4-1
+- Update to new upstream version.
+- Removed first line.
+- Fixed BuildRequires to make it more readable.
+- Removed python-django as required for build.
+- Fixed dependency python-devel to python2-devel.
+- Fixed docs in files section.
+- Fixed "installed but unpackaged" error for egg-info in files section.
+
+* Tue May 29 2012 Domingo Becker <domingobecker at gmail.com> - 1.1.4-5
+- Removed BuildRoot, clean, defattr and rm -rf buildroot.
+
+* Sat May 26 2012 Domingo Becker <domingobecker at gmail.com> - 1.1.4-4
+- Package rename to python-django-ajax-selects. Please read
+  https://fedoraproject.org/wiki/User:Bkabrda/Django_rename
+
+* Sat Nov 20 2010 Domingo Becker <domingobecker at gmail.com> - 1.1.4-3
+- Fixed License tag.
+- Updated tarball to upstream one.
+
+* Mon Nov 08 2010 Domingo Becker <domingobecker at gmail.com> - 1.1.4-2
+- Fixed some rpmlint warnings.
+
+* Mon Sep 27 2010 Domingo Becker <domingobecker at gmail.com> - 1.1.4-1
+- Initial RPM release
+
diff --git a/sources b/sources
index e69de29..d98970d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b81daa69dad026132fd5ef46074e239c  django-ajax-selects-1.2.4.tar.gz


More information about the scm-commits mailing list