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

Revision 9073, 3.0 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME 3.14.1

Line 
1# Basic Information
2Name:           gnome-contacts
3Version:        3.14.1
4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
7
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.14/%{name}-%{version}.tar.xz
9
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
28BuildRequires:  cheese-devel
29BuildRequires:  vala-tools
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
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
64%files -f %{name}.lang
65%defattr(-,root,root)
66%doc COPYING ChangeLog NEWS README
67%{_bindir}/gnome-contacts
68%{_libexecdir}/gnome-contacts-search-provider
69%{_datadir}/appdata/org.gnome.Contacts.appdata.xml
70%{_datadir}/applications/org.gnome.Contacts.desktop
71%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
72%{_datadir}/dbus-1/services/org.gnome.Contacts.service
73%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
74%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
75%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
76
77%changelog
78* Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
79- new upstream release
80
81* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
82- new upstream release
83
84* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
85- new upstream release
86
87* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
88- new upstream release
89
90* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
91- new upstream release
92
93* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
94- new upstream release
95- add BuildRequires: vala-tools
96
97* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
98- new upstream release
99
100* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
101- new upstream release
102
103* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
104- new upstream release
105- add BuildRequires: cheese-devel
106
107* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
108- new upstream release
109
110* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
111- new upstream release
112
113* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
114- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.