nautilus-python-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. Name: nautilus-python
  2. Version: 0.6.1
  3. Release: 3%{?_dist_release}
  4. Summary: Python bindings for Nautilus
  5. Summary(ja): Nautilus 用の python バインディング
  6. Group: Development/Libraries
  7. License: GPLv2+
  8. URL: http://www.gnome.org/
  9. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
  10. #Patch0: %{name}-0.5.1-gnome-vfs.patch
  11. #Patch1: 50_CVE-2009-0317.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: autoconf
  14. BuildRequires: automake
  15. BuildRequires: libtool
  16. BuildRequires: python-devel
  17. BuildRequires: nautilus-devel
  18. BuildRequires: gnome-vfs2-devel
  19. BuildRequires: gnome-python-devel >= 2.0
  20. BuildRequires: nautilus-devel
  21. BuildRequires: pygtk2-devel
  22. BuildRequires: libffi-devel
  23. Requires: nautilus
  24. Packager: kazutaka
  25. %description
  26. Python bindings for Nautilus
  27. %description -l ja
  28. Nautilus 用の python バインディングです。
  29. %package devel
  30. Summary: Development files for nautilus-python
  31. Summary(ja): Nautilus-python の開発用ファイル
  32. Group: Development/Libraries
  33. Requires: %{name} = %{version}-%{release}
  34. Requires: pkgconfig
  35. %description devel
  36. Development files for nautilus-python.
  37. %description
  38. Nautilus-python の開発用ファイルです。
  39. %prep
  40. %setup -q
  41. #%patch0 -p1 -b .gnome-vfs
  42. #%patch1 -p1
  43. #autoreconf -ivf
  44. #%{__rm} -rf autom4te.cache
  45. %build
  46. %configure
  47. make %{?_smp_mflags}
  48. %install
  49. rm -rf $RPM_BUILD_ROOT
  50. make install DESTDIR=$RPM_BUILD_ROOT
  51. mv $RPM_BUILD_ROOT/%{_docdir}/%{name} installed_docs
  52. rm $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.la
  53. rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la
  54. mkdir -p $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/python/
  55. %clean
  56. rm -rf $RPM_BUILD_ROOT
  57. %post -p /sbin/ldconfig
  58. %postun -p /sbin/ldconfig
  59. %files
  60. %defattr(-,root,root,-)
  61. %doc README AUTHORS COPYING NEWS
  62. %{_libdir}/%{name}
  63. %{_libdir}/nautilus/extensions-2.0/lib%{name}.*
  64. %dir %{_libdir}/nautilus/extensions-2.0/python/
  65. %files devel
  66. %defattr(-,root,root,-)
  67. %doc installed_docs/examples installed_docs/documentation.py
  68. %{_libdir}/pkgconfig/%{name}.pc
  69. %changelog
  70. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-3
  71. - rebuild with GNOME-2.30
  72. - change BuildRequires: eel2-devel -> nautilus-devel
  73. * Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-2
  74. - dropt Patch0 (source)
  75. * Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-1
  76. - new upstream release
  77. - dropt Patch0,1
  78. - disabled autoreconf to build
  79. * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-3
  80. - rebuild with python-2.6
  81. * Thu Oct 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.1-2
  82. - added Patch1 to fix CVE-2009-0317 from Debian
  83. - fixed BuildRoot
  84. - added BuildRequires: libffi-devel
  85. * Fri May 22 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.1-1
  86. - initial build for Vine Linux based on fedora development
  87. - add japanese summary & description
  88. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
  89. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  90. * Fri Dec 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.5.1-3
  91. - Patch to fix build (thanks to Nicholas Wourms)
  92. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5.1-2
  93. - Rebuild for Python 2.6
  94. * Wed Sep 24 2008 Trond Danielsen <trondd@fedoraproject.org> - 0.5.1-1
  95. - New upstream version
  96. * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-6
  97. - fix license tag
  98. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-5
  99. - Autorebuild for GCC 4.3
  100. * Wed May 02 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-4
  101. - Added missing folder. Fixes bug #238591.
  102. * Sat Apr 21 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-3
  103. - Moved example code to devel package.
  104. * Thu Apr 19 2007 Jef Spaleta <jspaleta@gmail.com> - 0.4.3-2
  105. - Package review corrections
  106. * Wed Apr 04 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-1
  107. - Initial version