source: projects/specs/trunk/g/gnome-contacts/gnome-contacts-vl.spec @ 7938

Revision 7938, 2.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

RevLine 
[4824]1# Basic Information
2Name:           gnome-contacts
[7938]3Version:        3.10.1
[4824]4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
[5038]7
[7938]8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz
[5038]9
[4824]10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14Packager:       yasumichi
15
16Summary:        GNOME contacts list manager
17Summary(ja):    GNOME 連絡先リストマネージャー
18
19# Dependency
20# 以下に依存関係を記述してください。
21BuildRequires:  gtk3-devel
22BuildRequires:  gnome-desktop3-devel
23BuildRequires:  folks-devel >= 0.6.1.1
24#folks-telepathy
25BuildRequires:  libnotify-devel
26BuildRequires:  evolution-data-server-devel
27BuildRequires:  gnome-online-accounts-devel
[6936]28BuildRequires:  cheese-devel
[7633]29BuildRequires:  vala-tools
[4824]30
31%description
32gnome-contacts is a contacts list manager of Google account.
33
34%description -l ja
35GNOME コンタクトは、Google アカウントの連絡先リストマネージャーです。
36
37%prep
38%setup -q
39
40%build
41%configure
42%{__make} %{?_smp_mflags}
43
44%install
45%{__rm} -rf ${RPM_BUILD_ROOT}
46%{__make} install DESTDIR=${RPM_BUILD_ROOT}
47
48%find_lang %{name}
49
50
51%clean
52%{__rm} -rf ${RPM_BUILD_ROOT}
53
54
[6141]55%postun
56if [ $1 -eq 0 ]; then
57  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
58fi
59
60%posttrans
61glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
62
63
[4824]64%files -f %{name}.lang
65%defattr(-,root,root)
66%doc COPYING ChangeLog NEWS README
67%{_bindir}/gnome-contacts
[6936]68%{_libexecdir}/gnome-contacts-search-provider
[7938]69%{_datadir}/appdata/gnome-contacts.appdata.xml
[4824]70%{_datadir}/applications/gnome-contacts.desktop
[6936]71%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
[7633]72%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
[6141]73%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
[6936]74%{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
[4824]75
76%changelog
[7938]77* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
78- new upstream release
79
[7756]80* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
81- new upstream release
82
[7712]83* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
84- new upstream release
85
[7633]86* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
87- new upstream release
88- add BuildRequires: vala-tools
89
[7119]90* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
91- new upstream release
92
[6951]93* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
94- new upstream release
95
[6936]96* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
97- new upstream release
98- add BuildRequires: cheese-devel
99
[6141]100* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
101- new upstream release
102
[5038]103* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
104- new upstream release
105
[4824]106* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
107- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.