nautilus-open-terminal-vl.spec 3.3 KB

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