python-rope-vl.spec 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Basic Information
  2. Name: python-rope
  3. Version: 0.9.3
  4. Release: 3%{?_dist_release}
  5. License: GPLv2
  6. Group: Development/Libraries
  7. URL: http://rope.sf.net/
  8. Source0: rope-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: yasumichi
  14. Summary: a python refactoring library
  15. Summary(ja): Python リファクタリングライブラリ
  16. # Dependency
  17. Requires: python
  18. BuildRequires: python-devel
  19. %description
  20. `Rope`_ is a python refactoring library.
  21. .. _`rope`: http://rope.sf.net/
  22. %description -l ja
  23. `Rope` は、Python 向けのリファクタリングライブラリです。
  24. 公式サイト: http://rope.sf.net/
  25. %prep
  26. %setup -q -n rope-0.9.3
  27. %build
  28. %{__python} setup.py build
  29. %install
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %{__python} setup.py install --root=${RPM_BUILD_ROOT}
  32. %clean
  33. %{__rm} -rf ${RPM_BUILD_ROOT}
  34. %files
  35. %defattr(-,root,root)
  36. %doc COPYING
  37. %{python_sitelib}/rope-%{version}-py%{pyver}.egg-info
  38. %{python_sitelib}/rope
  39. %changelog
  40. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-3
  41. - rebuild with VineSeed environment
  42. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
  43. - rebuild with python-2.7.2
  44. * Sun Oct 16 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.9.3-1
  45. - initial build for Vine Linux