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

Revision 6141, 1.7 KB checked in by Takemikaduchi, 12 years ago (diff)

esound: rebuild
others: new upstream release

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