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

Revision 4824, 1.7 KB checked in by yasumichi, 13 years ago (diff)

first import

Line 
1# Basic Information
2Name:           gnome-contacts
3Version:        0.1.5.2
4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
7Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/0.1/gnome-contacts-0.1.5.2.tar.xz
8# Start testing
9Source1:        http://l10n.gnome.org/media/upload/gnome-contacts-master-po-ja-241963_2.merged.po
10# End testing
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13Vendor:         Project Vine
14Distribution:   Vine Linux
15Packager:       yasumichi
16
17Summary:        GNOME contacts list manager
18Summary(ja):    GNOME 連絡先リストマネージャー
19
20# Dependency
21# 以下に依存関係を記述してください。
22BuildRequires:  gtk3-devel
23BuildRequires:  glib2 >= 2.29.12
24BuildRequires:  gnome-desktop3-devel
25BuildRequires:  folks-devel >= 0.6.1.1
26#folks-telepathy
27BuildRequires:  libnotify-devel
28BuildRequires:  evolution-data-server-devel
29BuildRequires:  gnome-online-accounts-devel
30BuildRequires:  folks-devel
31
32%description
33gnome-contacts is a contacts list manager of Google account.
34
35%description -l ja
36GNOME コンタクトは、Google アカウントの連絡先リストマネージャーです。
37
38%prep
39%setup -q
40
41# Start testing
42%{__cp} %{SOURCE1} po/ja.po
43echo "ja" >> po/LINGUAS
44# End testing
45
46%build
47%configure
48%{__make} %{?_smp_mflags}
49
50%install
51%{__rm} -rf ${RPM_BUILD_ROOT}
52%{__make} install DESTDIR=${RPM_BUILD_ROOT}
53
54%find_lang %{name}
55
56
57%clean
58%{__rm} -rf ${RPM_BUILD_ROOT}
59
60
61%files -f %{name}.lang
62%defattr(-,root,root)
63%doc COPYING ChangeLog NEWS README
64%{_bindir}/gnome-contacts
65%{_datadir}/applications/gnome-contacts.desktop
66%{_datadir}/gnome-contacts
67
68%changelog
69* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
70- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.