nautilus-open-terminal-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Summary: Nautilus Open Terminal
  2. Name: nautilus-open-terminal
  3. Version: 0.19
  4. Release: 1%{?_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-desktop3-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-3.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-3.0/*.so
  45. %changelog
  46. * Sat Oct 15 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-1
  47. - new upstream release
  48. - changed BuildRequires: gnome-desktop-devel to gnome-desktop3-devel
  49. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-3
  50. - rebuilt with new environment
  51. * Sun Feb 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-2
  52. - rebuilt with python-2.6.4
  53. - disabled libtoolize, autoreconf
  54. * Thu Jan 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-1
  55. - Updated to version 0.18
  56. * Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.17-1
  57. - Updated to version 0.17
  58. * Tue Aug 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.16-1
  59. - Updated to version 0.16
  60. - dropt Patch0,1
  61. * Thu Jul 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.13-2
  62. - added Patch0,1 (import fedora)
  63. - changed BuildRequires: nautilus to Requires: nautilus
  64. - aded %post section
  65. * Mon May 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.13-1
  66. - Updated to version 0.13
  67. - dropt all patch
  68. - changed URL
  69. - added BuildRequires: gnome-vfs2-devel
  70. * Tue Apr 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
  71. - Updated to version 0.9
  72. - dropt all patch
  73. - spec in UTF-8
  74. - applied new versioning policy
  75. - added Patch0,1 (import Fedora package)
  76. - added BuildRequires: libtool automake autoconf gettext nautilus-devel
  77. - fixed License tag
  78. - fixed BuildRoot
  79. * Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
  80. - initial build for Vine Linux based on opensuse package
  81. * Wed Jan 25 2006 - mls@suse.de
  82. - converted neededforbuild to BuildRequires
  83. * Wed Jan 18 2006 - sbrabec@suse.cz
  84. - Updated to version 0.6.
  85. * Thu Aug 11 2005 - sbrabec@suse.cz
  86. - New SuSE package (#103995, #99703).