emerillon-vl.spec 3.4 KB

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