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

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

GNOME-3.16.0

RevLine 
[9475]1%define         package_version 3.16.0
[4616]2%define         package_release 1%{?_dist_release}
3
4Name:           gnome-online-accounts
5Version:        %{package_version}
6Release:        %{package_release}
7Summary:        GNOME applications and libraries to access the user's online accounts
8
9Group:          System Environment/Libraries
10License:        LGPLv2+
11URL:            http://www.clutter-project.org/
[9475]12Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.tar.xz
[4616]13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires:  glib2-devel
17BuildRequires:  gobject-introspection-devel
18BuildRequires:  gtk3-devel
[9475]19BuildRequires:  webkitgtk4-devel >= 2.7.2
[7938]20BuildRequires:  telepathy-glib-devel > 0.19.9
[4616]21BuildRequires:  json-glib-devel
[6890]22BuildRequires:  gcr-devel
23BuildRequires:  libsecret-devel
[4616]24BuildRequires:  libnotify-devel
[9475]25BuildRequires:  libaccounts-glib-devel
[4616]26BuildRequires:  rest-devel
[9475]27BuildRequires:  krb5-devel
[4616]28BuildRequires:  gtk-doc
29
30Vendor: Project Vine
31Distribution: Vine Linux
32Packager: Takemikaduchi
33
34%description
35Gnome-online-accounts provides interfaces so applications and
36libraries in GNOME can access the user's online accounts
37
[7938]38%package                devel
[4616]39Summary:        Development tools for gnome-online-accounts
40Summary(ja):    gnome-online-accounts の開発環境
41Group:          Development/Libraries
42Requires:       %{name} = %{version}-%{release}
43Requires:       pkgconfig
44Requires:       gtk3-devel
45
46%description devel
47Header files and libraries for building a extension library for the
48gnome-online-accounts.
49
50
[7938]51%package        docs
[4616]52Summary:        Documentation for gnome-online-accounts
53Summary(ja):    gnome-online-accounts 用のドキュメント
54Group:          Documentation
55Requires:       %{name} = %{version}-%{release}
[9475]56BuildArch:      noarch
[7938]57Provides:       %{name}-doc = %{version}-%{release}
[4616]58
59
[7938]60%description    docs
[4616]61This package contains documentation for gnome-online-accounts.
62
63
64%prep
65%setup -q
66
67%build
68%configure \
[9475]69        --disable-static \
[4616]70        --enable-gtk-doc \
[7633]71        --enable-flickr=yes \
[9475]72        --enable-foursquare=yes \
73        --enable-media-server=yes \
74        --enable-kerberos=yes
[4616]75
76make %{?_smp_mflags}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80#make DESTDIR=$RPM_BUILD_ROOT install
81make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
82
[9475]83find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[4616]84
[4713]85%find_lang %{name}
[7938]86%find_lang %{name}-tpaw
[4616]87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
91%post
92/sbin/ldconfig
93touch --no-create %{_datadir}/icons/
94
95%postun
96if [ $1 -eq 0 ] ; then
97    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
98    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
99fi
100
101%posttrans
102gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
103
104
[7938]105%files -f %{name}.lang -f %{name}-tpaw.lang
[4616]106%defattr(-,root,root,-)
107%doc ChangeLog AUTHORS COPYING NEWS README
108%{_libdir}/*.so.*
[9475]109%{_libdir}/girepository-1.0/*.typelib
110%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
[4616]111%{_libexecdir}/goa-daemon
112%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
[9073]113%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
[7938]114%{_datadir}/%{name}/irc-networks.xml
115%{_datadir}/icons/hicolor/*/*/*
[4616]116%{_mandir}/man8/goa-daemon.8.gz
117
118%files devel
119%defattr(-, root, root)
120%{_includedir}/goa-1.0
121%{_libdir}/*.so
[7633]122%{_libdir}/goa-1.0/include/goaconfig.h
[4616]123%{_libdir}/pkgconfig/*.pc
124%{_datadir}/gir-1.0/*.gir
125
[7938]126%files docs
[4616]127%defattr(-, root, root)
128%{_datadir}/gtk-doc/html/goa
129
130
131%changelog
[9475]132* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
133- new upstream release
134- change BuildRequires: webkitgtk4-devel instead of WebKit3-gtk-devel
135- add BuildRequires: libaccounts-glib-devel, krb5-devel
136
[9313]137* Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.3-1
138- new upstream release
139
[9102]140* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
141- new upstream release
142
[9073]143* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
144- new upstream release
145
[8836]146* Fri Jul 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.4-1
147- new upstream release
148
[8545]149* Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.3-1
150- new upstream release
151
[8447]152* Fri May 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
153- new upstream release
154
[8369]155* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
156- new upstream release
157
[8353]158* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
159- new upstream release
160
[8011]161* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
162- new upstream release
163
[7938]164* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
165- new upstream release
166- add BuildRequires: telepathy-glib-devel
167
[7786]168* Fri Sep 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
169- new upstream release
170
[7681]171* Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
172- new upstream release
173
[7633]174* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
175- new upstream release
176
[7538]177* Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
178- new upstream release
179
[7119]180* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
181- new upstream release
182
[6951]183* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
184- new upstream release
185
[6890]186* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
187- new upstream release
188- remove BuildRequires: libgnome-keyring-devel
189- add BuildRequires: gcr-devel, libsecret-devel
190
[6201]191* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
192- new upstream release
193
[6078]194* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
[6011]195- new upstream release
196
[5038]197* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
198- new upstream release
199
[4850]200* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0.1-1
201- new upstream release
202
[4812]203* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.91-1
204- new upstream release
205
[4713]206* Sun Sep 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
207- new upstream release
208
[4616]209* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-1
210- initial build for Vine Linux
211
Note: See TracBrowser for help on using the repository browser.