123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- # Basic Information
- Name: gnome-contacts
- Version: 3.16.0
- Release: 1%{?_dist_release}
- License: GPLv2
- Group: Applications/Other
- Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.tar.xz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: yasumichi, Takemikaduchi
- Summary: GNOME contacts list manager
- Summary(ja): GNOME 連絡先リストマネージャー
- # Dependency
- # 以下に依存関係を記述してください。
- BuildRequires: gtk3-devel
- BuildRequires: gnome-desktop3-devel
- BuildRequires: folks-devel >= 0.9.5
- #folks-telepathy
- BuildRequires: libnotify-devel
- BuildRequires: evolution-data-server-devel
- BuildRequires: gnome-online-accounts-devel
- BuildRequires: cheese-devel
- BuildRequires: libchamplain-devel
- BuildRequires: geocode-glib-devel >= 3.15.3
- BuildRequires: vala-tools
- %description
- gnome-contacts is a contacts list manager of Google account.
- %description -l ja
- GNOME コンタクトは、Google アカウントの連絡先リストマネージャーです。
- %prep
- %setup -q
- %build
- %configure
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %{__make} install DESTDIR=${RPM_BUILD_ROOT}
- %find_lang %{name}
- %clean
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %postun
- if [ $1 -eq 0 ]; then
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- fi
- %posttrans
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc COPYING ChangeLog NEWS README
- %{_bindir}/gnome-contacts
- %{_libexecdir}/gnome-contacts-search-provider
- %{_datadir}/appdata/org.gnome.Contacts.appdata.xml
- %{_datadir}/applications/org.gnome.Contacts.desktop
- %{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
- %{_datadir}/dbus-1/services/org.gnome.Contacts.service
- %{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
- %{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
- %{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
- %{_mandir}/man1/gnome-contacts.1.gz
- %changelog
- * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
- - new upstream release
- - add BuildRequires: libchamplain-devel, geocode-glib-devel
- * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
- - new upstream release
- * Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
- - new upstream release
- * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
- - new upstream release
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
- - new upstream release
- * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
- - new upstream release
- * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
- - new upstream release
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
- - new upstream release
- - add BuildRequires: vala-tools
- * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
- - new upstream release
- * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
- - new upstream release
- * Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
- - new upstream release
- - add BuildRequires: cheese-devel
- * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
- - new upstream release
- * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
- - new upstream release
- * Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
- - initial build for Vine Linux
|