nautilus-open-terminal-vl.spec 3.4 KB

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