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

Revision 9475, 3.4 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

Line 
1# Basic Information
2Name:           gnome-contacts
3Version:        3.16.0
4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
7
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.tar.xz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14Packager:       yasumichi, Takemikaduchi
15
16Summary:        GNOME contacts list manager
17Summary(ja):    GNOME 連絡先リストマネージャー
18
19# Dependency
20# 以下に依存関係を記述してください。
21BuildRequires:  gtk3-devel
22BuildRequires:  gnome-desktop3-devel
23BuildRequires:  folks-devel >= 0.9.5
24#folks-telepathy
25BuildRequires:  libnotify-devel
26BuildRequires:  evolution-data-server-devel
27BuildRequires:  gnome-online-accounts-devel
28BuildRequires:  cheese-devel
29BuildRequires:  libchamplain-devel
30BuildRequires:  geocode-glib-devel >= 3.15.3
31BuildRequires:  vala-tools
32
33%description
34gnome-contacts is a contacts list manager of Google account.
35
36%description -l ja
37GNOME コンタクトは、Google アカウントの連絡先リストマネージャーです。
38
39%prep
40%setup -q
41
42%build
43%configure
44%{__make} %{?_smp_mflags}
45
46%install
47%{__rm} -rf ${RPM_BUILD_ROOT}
48%{__make} install DESTDIR=${RPM_BUILD_ROOT}
49
50%find_lang %{name}
51
52
53%clean
54%{__rm} -rf ${RPM_BUILD_ROOT}
55
56
57%postun
58if [ $1 -eq 0 ]; then
59  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
60fi
61
62%posttrans
63glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
64
65
66%files -f %{name}.lang
67%defattr(-,root,root)
68%doc COPYING ChangeLog NEWS README
69%{_bindir}/gnome-contacts
70%{_libexecdir}/gnome-contacts-search-provider
71%{_datadir}/appdata/org.gnome.Contacts.appdata.xml
72%{_datadir}/applications/org.gnome.Contacts.desktop
73%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
74%{_datadir}/dbus-1/services/org.gnome.Contacts.service
75%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
76%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
77%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
78%{_mandir}/man1/gnome-contacts.1.gz
79
80
81%changelog
82* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
83- new upstream release
84- add BuildRequires: libchamplain-devel, geocode-glib-devel
85
86* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
87- new upstream release
88
89* Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
90- new upstream release
91
92* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
93- new upstream release
94
95* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
96- new upstream release
97
98* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
99- new upstream release
100
101* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
102- new upstream release
103
104* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
105- new upstream release
106- add BuildRequires: vala-tools
107
108* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
109- new upstream release
110
111* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
112- new upstream release
113
114* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
115- new upstream release
116- add BuildRequires: cheese-devel
117
118* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
119- new upstream release
120
121* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
122- new upstream release
123
124* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
125- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.