emerillon-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. # Basic Information
  2. Name: emerillon
  3. Version: 0.1.90
  4. Release: 2%{?_dist_release}
  5. License: GPLv2
  6. Group: Applications/Other
  7. Source0: http://download.gnome.org/sources/emerillon/0.1/emerillon-0.1.90.tar.xz
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: yasumichi
  12. Summary: Emerillon is a map viewer.
  13. Summary(ja): Emerillon は、マップビューアーです。
  14. # Dependency
  15. BuildRequires: glib2-devel
  16. BuildRequires: gtk3-devel
  17. BuildRequires: libchamplain-gtk-devel
  18. BuildRequires: geoclue-devel
  19. BuildRequires: libpeas-devel
  20. BuildRequires: gtk-doc
  21. BuildRequires: gnome-doc-utils
  22. BuildRequires: rest-devel
  23. BuildRequires: gobject-introspection-devel
  24. BuildRequires: vala-devel
  25. BuildRequires: autoconf
  26. BuildRequires: gnome-common
  27. %description
  28. Emerillon is a map viewer. Aiming at simple user interface, Emerillon is a
  29. powerful, extensible application. It is pronounced Ey-may-ree-yon.
  30. It features OpenStreetMap based maps: the street map, the cycling map and
  31. the transportation map. Use it to:
  32. - Browse maps,
  33. - Search the map for places,
  34. - Placemark places for later quick access.
  35. %description -l ja
  36. Emerillon は、マップビューアーです。簡単なユーザーインターフェースを目指して
  37. おり、強力で拡張可能なアプリケーションです。エーメイリーヨンと発音します。
  38. Emerillon は、OpenStreetMap に基づいた地図を特色としています: 街路図、自転車
  39. 道図および交通機関の地図があります。以下のように利用してください:
  40. - 地図を閲覧する
  41. - 地図で場所を検索する
  42. - 後で素早くアクセスするために場所にマーカーを付与する
  43. %package devel
  44. Summary: Development files for %{name}
  45. Summary(ja): %{name} の開発用ファイル
  46. Group: Development/Libraries
  47. Requires: %{name} = %{version}-%{release}
  48. Requires: gtk3-devel
  49. Requires: libchamplain-gtk-devel
  50. Requires: pkgconfig
  51. %description devel
  52. Development files for %{name}
  53. %description -l ja devel
  54. %{name} の開発用ファイル
  55. %prep
  56. %setup -q
  57. %build
  58. autoreconf -if
  59. %configure
  60. %{__make} %{?_smp_mflags}
  61. %install
  62. %{__rm} -rf ${RPM_BUILD_ROOT}
  63. export GSETTINGS_DISABLE_SCHEMAS_COMPILE=1
  64. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  65. unset GSETTINGS_DISABLE_SCHEMAS_COMPILE
  66. %find_lang %{name}
  67. %{__rm} ${RPM_BUILD_ROOT}%{_libdir}/emerillon/plugins/*.la
  68. %clean
  69. %{__rm} -rf ${RPM_BUILD_ROOT}
  70. %post -p /sbin/ldconfig
  71. %postun
  72. /sbin/ldconfig
  73. if [ $1 -eq 0 ] ; then
  74. glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
  75. fi
  76. %posttrans
  77. glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
  78. %files -f %{name}.lang
  79. %defattr(-,root,root)
  80. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  81. %{_bindir}/emerillon
  82. %{_libdir}/emerillon
  83. %{_libdir}/girepository-1.0/Emerillon-0.2.typelib
  84. %{_datadir}/GConf/gsettings/emerillon.convert
  85. %{_datadir}/applications/emerillon.desktop
  86. %{_datadir}/emerillon/emerillon-ui.xml
  87. %{_datadir}/glib-2.0/schemas/org.gnome.emerillon.gschema.xml
  88. %{_datadir}/gnome/help/emerillon
  89. %{_datadir}/vala/vapi/emerillon.deps
  90. %{_datadir}/vala/vapi/emerillon.vapi
  91. %files devel
  92. %defattr(-,root,root)
  93. %{_includedir}/emerillon-0.1/emerillon/emerillon.h
  94. %{_includedir}/emerillon-0.1/emerillon/sidebar.h
  95. %{_includedir}/emerillon-0.1/emerillon/window.h
  96. %{_libdir}/pkgconfig/emerillon.pc
  97. %{_datadir}/gir-1.0/Emerillon-0.2.gir
  98. %{_datadir}/gtk-doc/html/emerillon
  99. %changelog
  100. * Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.90-2
  101. - rebuild with clutter-1.22.4
  102. - add BuildRequires: autoconf, gnome-common
  103. * Sat Oct 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.90-1
  104. - initial build for Vine Linux