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

Revision 9804, 3.7 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.18.2 & Cinnamon-2.8.4

Line 
1# Basic Information
2Name:           gnome-contacts
3Version:        3.18.1
4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
7
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{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* Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
83- new upstream release
84
85* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
86- new upstream release
87
88* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
89- new upstream release
90
91* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
92- new upstream release
93
94* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
95- new upstream release
96- add BuildRequires: libchamplain-devel, geocode-glib-devel
97
98* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
99- new upstream release
100
101* Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
102- new upstream release
103
104* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
105- new upstream release
106
107* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
108- new upstream release
109
110* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
111- new upstream release
112
113* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
114- new upstream release
115
116* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
117- new upstream release
118- add BuildRequires: vala-tools
119
120* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
121- new upstream release
122
123* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
124- new upstream release
125
126* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
127- new upstream release
128- add BuildRequires: cheese-devel
129
130* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
131- new upstream release
132
133* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
134- new upstream release
135
136* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.5.2-1
137- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.