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

Revision 9536, 3.5 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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