gnome-contacts-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Basic Information
  2. Name: gnome-contacts
  3. Version: 3.2.2
  4. Release: 1%{?_dist_release}
  5. License: GPLv2
  6. Group: Applications/Other
  7. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.xz
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: yasumichi
  12. Summary: GNOME contacts list manager
  13. Summary(ja): GNOME 連絡先リストマネージャー
  14. # Dependency
  15. # 以下に依存関係を記述してください。
  16. BuildRequires: gtk3-devel
  17. BuildRequires: glib2 >= 2.29.12
  18. BuildRequires: gnome-desktop3-devel
  19. BuildRequires: folks-devel >= 0.6.1.1
  20. #folks-telepathy
  21. BuildRequires: libnotify-devel
  22. BuildRequires: evolution-data-server-devel
  23. BuildRequires: gnome-online-accounts-devel
  24. BuildRequires: folks-devel
  25. %description
  26. gnome-contacts is a contacts list manager of Google account.
  27. %description -l ja
  28. GNOME コンタクトは、Google アカウントの連絡先リストマネージャーです。
  29. %prep
  30. %setup -q
  31. %build
  32. %configure
  33. %{__make} %{?_smp_mflags}
  34. %install
  35. %{__rm} -rf ${RPM_BUILD_ROOT}
  36. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  37. %find_lang %{name}
  38. %clean
  39. %{__rm} -rf ${RPM_BUILD_ROOT}
  40. %files -f %{name}.lang
  41. %defattr(-,root,root)
  42. %doc COPYING ChangeLog NEWS README
  43. %{_bindir}/gnome-contacts
  44. %{_datadir}/applications/gnome-contacts.desktop
  45. %{_datadir}/gnome-contacts
  46. %changelog
  47. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  48. - new upstream release
  49. * Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
  50. - initial build for Vine Linux