gnome-search-tool-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Summary: GNOME search tool
  2. Summary(ja): GNOME 検索ツール
  3. Name: gnome-search-tool
  4. Version: 3.6.0
  5. Release: 2%{?_dist_release}
  6. License: GPLv2+
  7. Group: User Interface/Desktops
  8. URL: http://www.gnome.org
  9. Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk3-devel
  12. BuildRequires: libSM-devel
  13. BuildRequires: itstool
  14. Requires(postun,posttrans): glib2
  15. Requires(postun,posttrans): desktop-file-utils
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: Takemikaduchi
  19. %description
  20. gnome-search-tool is a utility for finding files on your system. To perform a
  21. basic search, you can type a filename or a partial filename,
  22. with or without wildcards. To refine your search, you can
  23. apply additional search options.
  24. %description -l ja
  25. gnome-search-tool はシステム内のファイルを検索するユーティリティーです。
  26. 基本的な検索を行うには、ファイル名かファイル名の一部をワイルドカードあり
  27. またはなしでタイプします。詳細検索を行うには、追加検索オプションを適用します。
  28. %package devel
  29. Summary: Development files for %{name}
  30. Summary(ja): %{name} の開発ファイル
  31. Group: Development/Libraries
  32. Requires: %{name} = %{version}-%{release}
  33. Requires: pkgconfig
  34. Requires: gobject-introspection-devel
  35. %description devel
  36. The %{name}-devel package contains libraries and header files for
  37. developing applications that use %{name}.
  38. %package doc
  39. Summary: Documentation for %{name}
  40. Summary(ja): %{name} 用のドキュメント
  41. Group: Documentation
  42. Requires: %{name} = %{version}-%{release}
  43. BuildArch: noarch
  44. %description doc
  45. This package contains documentation for %{name}.
  46. %prep
  47. %setup -q
  48. %build
  49. %configure
  50. make %{?_smp_mflags}
  51. %install
  52. rm -rf $RPM_BUILD_ROOT
  53. make install DESTDIR=$RPM_BUILD_ROOT
  54. %find_lang %{name} --all-name --with-gnome
  55. %clean
  56. rm -rf $RPM_BUILD_ROOT
  57. %postun
  58. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  59. update-desktop-database -q &> /dev/null ||:
  60. %posttrans
  61. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  62. update-desktop-database -q &> /dev/null ||:
  63. %files -f %{name}.lang
  64. %defattr(-,root,root,-)
  65. %{_bindir}/%{name}
  66. %{_datadir}/GConf/gsettings/gnome-search-tool.convert
  67. %{_datadir}/applications/%{name}.desktop
  68. %{_datadir}/glib-2.0/schemas/org.gnome.gnome-search-tool.gschema.xml
  69. %{_datadir}/pixmaps/gsearchtool/thumbnail_frame.png
  70. %{_mandir}/man1/%{name}.1.gz
  71. %changelog
  72. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-2
  73. - rebuild with VineSeed environment
  74. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  75. - initial build