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

Revision 6951, 2.2 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.1

Line 
1# Basic Information
2Name:           gnome-contacts
3Version:        3.6.1
4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
7
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{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
29
30%description
31gnome-contacts is a contacts list manager of Google account.
32
33%description -l ja
34GNOME コンタクトは、Google アカウントの連絡先リストマネージャーです。
35
36%prep
37%setup -q
38
39%build
40%configure
41%{__make} %{?_smp_mflags}
42
43%install
44%{__rm} -rf ${RPM_BUILD_ROOT}
45%{__make} install DESTDIR=${RPM_BUILD_ROOT}
46
47%find_lang %{name}
48
49
50%clean
51%{__rm} -rf ${RPM_BUILD_ROOT}
52
53
54%postun
55if [ $1 -eq 0 ]; then
56  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
57fi
58
59%posttrans
60glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
61
62
63%files -f %{name}.lang
64%defattr(-,root,root)
65%doc COPYING ChangeLog NEWS README
66%{_bindir}/gnome-contacts
67%{_libexecdir}/gnome-contacts-search-provider
68%{_datadir}/applications/gnome-contacts.desktop
69%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
70%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
71%{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
72
73%changelog
74* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
75- new upstream release
76
77* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
78- new upstream release
79- add BuildRequires: cheese-devel
80
81* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
82- new upstream release
83
84* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
85- new upstream release
86
87* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
88- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.