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

RevLine 
[4824]1# Basic Information
2Name:           gnome-contacts
[9475]3Version:        3.16.0
[4824]4Release:        1%{?_dist_release}
5License:        GPLv2
6Group:          Applications/Other
[5038]7
[9475]8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.tar.xz
[5038]9
[4824]10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
[9475]14Packager:       yasumichi, Takemikaduchi
[4824]15
16Summary:        GNOME contacts list manager
17Summary(ja):    GNOME 連絡先リストマネージャー
18
19# Dependency
20# 以下に依存関係を記述してください。
21BuildRequires:  gtk3-devel
22BuildRequires:  gnome-desktop3-devel
[9475]23BuildRequires:  folks-devel >= 0.9.5
[4824]24#folks-telepathy
25BuildRequires:  libnotify-devel
26BuildRequires:  evolution-data-server-devel
27BuildRequires:  gnome-online-accounts-devel
[6936]28BuildRequires:  cheese-devel
[9475]29BuildRequires:  libchamplain-devel
30BuildRequires:  geocode-glib-devel >= 3.15.3
[7633]31BuildRequires:  vala-tools
[4824]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
[6141]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
[4824]66%files -f %{name}.lang
67%defattr(-,root,root)
68%doc COPYING ChangeLog NEWS README
69%{_bindir}/gnome-contacts
[6936]70%{_libexecdir}/gnome-contacts-search-provider
[9073]71%{_datadir}/appdata/org.gnome.Contacts.appdata.xml
72%{_datadir}/applications/org.gnome.Contacts.desktop
[6936]73%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
[9073]74%{_datadir}/dbus-1/services/org.gnome.Contacts.service
[7633]75%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
[6141]76%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
[9073]77%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
[9475]78%{_mandir}/man1/gnome-contacts.1.gz
[4824]79
[9475]80
[4824]81%changelog
[9475]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
[9102]86* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
87- new upstream release
88
[9073]89* Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
90- new upstream release
91
[8353]92* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
93- new upstream release
94
[7938]95* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
96- new upstream release
97
[7756]98* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
99- new upstream release
100
[7712]101* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
102- new upstream release
103
[7633]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
[7119]108* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
109- new upstream release
110
[6951]111* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
112- new upstream release
113
[6936]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
[6141]118* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
119- new upstream release
120
[5038]121* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
122- new upstream release
123
[4824]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.