Author: glen Date: Sat Dec 3 13:21:18 2011 GMT Module: packages Tag: HEAD ---- Log message: - new, from opensuse repo
---- Files affected: packages/python-django-skypehub: python-django-skypehub.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/python-django-skypehub/python-django-skypehub.spec diff -u /dev/null packages/python-django-skypehub/python-django-skypehub.spec:1.1 --- /dev/null Sat Dec 3 14:21:18 2011 +++ packages/python-django-skypehub/python-django-skypehub.spec Sat Dec 3 14:21:13 2011 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: Django-skypehub is an app to use skype in remote api +Name: python-django-skypehub +Version: 0.2.1 +Release: 1 +License: BSD +Group: Development/Languages/Python +URL: https://bitbucket.org/tokibito/django-skypehub/ +Source0: django-skypehub-%{version}.tar.bz2 +# Source0-md5: 371824253928953b362bc85d0a696030 +BuildRequires: python-devel +BuildRequires: python-distribute +BuildRequires: rpmbuild(macros) >= 1.219 +Requires: python-django +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Django-skypehub is an app to use skype in remote api. + +%prep +%setup -q -n django-skypehub-%{version} + +%build +%{__python} setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install \ + --skip-build \ + --optimize=2 \ + --root=$RPM_BUILD_ROOT + +%py_postclean + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{py_sitescriptdir}/skypehub +%if "%{py_ver}" > "2.4" +%{py_sitescriptdir}/django_skypehub-%{version}-*.egg-info +%endif + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/12/03 13:21:13 glen +- new, from opensuse repo ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
