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

Revision 5038, 1.5 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

Line 
1# Basic Information
2Name:           gnome-contacts
3Version:        3.2.2
4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
7
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{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:  glib2 >= 2.29.12
23BuildRequires:  gnome-desktop3-devel
24BuildRequires:  folks-devel >= 0.6.1.1
25#folks-telepathy
26BuildRequires:  libnotify-devel
27BuildRequires:  evolution-data-server-devel
28BuildRequires:  gnome-online-accounts-devel
29BuildRequires:  folks-devel
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%files -f %{name}.lang
56%defattr(-,root,root)
57%doc COPYING ChangeLog NEWS README
58%{_bindir}/gnome-contacts
59%{_datadir}/applications/gnome-contacts.desktop
60%{_datadir}/gnome-contacts
61
62%changelog
63* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
64- new upstream release
65
66* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
67- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.