nautilus-open-terminal-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Summary: Nautilus Open Terminal
  2. Name: nautilus-open-terminal
  3. Version: 0.18
  4. Release: 3%{?_dist_release}
  5. URL: http://ftp.gnome.org/pub/GNOME/sources/nautilus-open-terminal/
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. Source: %{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: gnome-desktop-devel, gnutls-devel, intltool, libglade2-devel
  11. BuildRequires: libgnomeprintui-devel, libwnck-devel, gnome-vfs2-devel, perl-XML-Parser
  12. BuildRequires: libtool automake autoconf gettext nautilus-devel
  13. Requires: nautilus
  14. %description
  15. Nautilus extension that allows you to open a terminal in arbitrary
  16. local folders.
  17. %description -l ja
  18. 任意のローカルフォルダでターミナルエミュレータを開くための
  19. Nautilus 拡張です。
  20. %prep
  21. %setup -q
  22. #libtoolize --force --copy
  23. %build
  24. #autoreconf -f -i
  25. export CFLAGS="$RPM_OPT_FLAGS"
  26. %configure
  27. %__make %{?_smp_mflags}
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. %__make DESTDIR=$RPM_BUILD_ROOT install
  31. rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.{l,}a
  32. %find_lang %{name}
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %post
  36. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  37. gconftool-2 \
  38. --makefile-install-rule \
  39. %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
  40. %files -f %{name}.lang
  41. %defattr (-, root, root)
  42. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  43. %config(noreplace) %{_sysconfdir}/gconf/schemas/*
  44. %{_libdir}/nautilus/extensions-2.0/*.so
  45. %changelog
  46. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-3
  47. - rebuilt with new environment
  48. * Sun Feb 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-2
  49. - rebuilt with python-2.6.4
  50. - disabled libtoolize, autoreconf
  51. * Thu Jan 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-1
  52. - Updated to version 0.18
  53. * Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.17-1
  54. - Updated to version 0.17
  55. * Tue Aug 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.16-1
  56. - Updated to version 0.16
  57. - dropt Patch0,1
  58. * Thu Jul 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.13-2
  59. - added Patch0,1 (import fedora)
  60. - changed BuildRequires: nautilus to Requires: nautilus
  61. - aded %post section
  62. * Mon May 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.13-1
  63. - Updated to version 0.13
  64. - dropt all patch
  65. - changed URL
  66. - added BuildRequires: gnome-vfs2-devel
  67. * Tue Apr 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
  68. - Updated to version 0.9
  69. - dropt all patch
  70. - spec in UTF-8
  71. - applied new versioning policy
  72. - added Patch0,1 (import Fedora package)
  73. - added BuildRequires: libtool automake autoconf gettext nautilus-devel
  74. - fixed License tag
  75. - fixed BuildRoot
  76. * Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
  77. - initial build for Vine Linux based on opensuse package
  78. * Wed Jan 25 2006 - mls@suse.de
  79. - converted neededforbuild to BuildRequires
  80. * Wed Jan 18 2006 - sbrabec@suse.cz
  81. - Updated to version 0.6.
  82. * Thu Aug 11 2005 - sbrabec@suse.cz
  83. - New SuSE package (#103995, #99703).