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

Revision 8353, 2.9 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

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