source: projects/specs/trunk/lib/libg/libgdata/libgdata-vl.spec @ 12005

Revision 12005, 4.0 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

RevLine 
[12005]1%define pkg_version 0.17.9
[2041]2%define pkg_release 1%{?_dist_release}
[975]3
4Summary:        A library for accessing online service APIs using the GData protocol
5Summary(ja):    GData プロトコルを使用しているオンラインサービス API にアクセスするためのライブラリ
6Name:           libgdata
7Version:        %{pkg_version}
8Release:        %{pkg_release}
[9073]9Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgdata/0.16/%{name}-%{version}.tar.xz
[975]10License:        LGPLv2+
[1765]11Group:          System Environment/Libraries
[975]12URL:            http://live.gnome.org/libgdata
13
[2041]14BuildRequires:  glib2-devel >= 2.26.0
[4616]15BuildRequires:  gdk-pixbuf2-devel
[2041]16BuildRequires:  libsoup-devel >= 2.32.0
[975]17BuildRequires:  libxml2-devel
18BuildRequires:  gobject-introspection-devel
[4616]19BuildRequires:  liboauth-devel
[9073]20BuildRequires:  json-glib-devel
[6890]21BuildRequires:  gcr-devel
22BuildRequires:  gnome-online-accounts-devel
[9073]23BuildRequires:  uhttpmock-devel
[975]24BuildRequires:  gtk-doc
[4616]25BuildRequires:  gnome-common
[975]26
27BuildRoot: %{_tmppath}/%{name}-%{version}-root
28
29Vendor: Project Vine
30Distribution: Vine Linux
31
32
33%description
34libgdata is a GLib-based library for accessing online service APIs using the
35GData protocol - most notably, Google's services. It provides APIs to access
36the common Google services, and has full asynchronous support.
37
38
39%package        devel
40Summary:        Development files for libgdata
41Group:          Development/Libraries
42Requires:       %{name} = %{version}-%{release}
43Requires:       libsoup-devel >= 2.26.1
44Requires:       libxml2-devel
45
46%description    devel
47Development files for libdata.
48
49
50%prep
51%setup -q
52
53
54%build
[4616]55autoreconf -if
[2041]56%configure --disable-static --enable-introspection=yes
[4616]57%{__make} V=0 %{?_smp_mflags}
[975]58
59
60%install
61%{__rm} -rf ${RPM_BUILD_ROOT}
62%{__make} install DESTDIR=${RPM_BUILD_ROOT}
63
64%{__rm} -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la
65
66%find_lang gdata
67
68%clean
69%{__rm} -rf ${RPM_BUILD_ROOT}
70
71
[2041]72##%check
[975]73# Only the general test can be run without network access
[2041]74##cd gdata/tests
75##./general
[975]76
77%post -p /sbin/ldconfig
78
79%postun -p /sbin/ldconfig
80
81
82%files -f gdata.lang
83%defattr(-,root,root)
[12005]84%license COPYING
85%doc ChangeLog NEWS README
[975]86%{_libdir}/libgdata.so.*
87%{_libdir}/girepository-1.0/GData-0.0.typelib
88%{_datadir}/gtk-doc/html/gdata
89
90%files devel
91%defattr(-,root,root,-)
92%{_includedir}/libgdata
93%{_libdir}/libgdata.so
94%{_libdir}/pkgconfig/libgdata.pc
[2041]95%{_datadir}/gir-1.0/GData-0.0.gir
[975]96
97
98%changelog
[12005]99* Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.17.9-1
100- new upstream release.
101
[9102]102* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
103- new upstream release
104
[9073]105* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
106- new upstream release
107- add BuildRequires: json-glib-devel, uhttpmock-devel
108
[8535]109* Sat Jun 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.3-1
110- new upstream release
111
[8060]112* Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
113- new upstream release
114
[7786]115* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
116- new upstream release
117
[7633]118* Sat Apr 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.3-1
119- new upstream release
120
[6890]121* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.2-1
122- new upstream release
123- remove BuildRequires: libgnome-keyring-devel
124- add BuildRequires: gcr-devel, gnome-online-accounts-devel
125
[6011]126* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
127- new upstream release
128- add BuildRequires: libgnome-keyring-devel
129
[4784]130* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.10.1-1
131- new upstream release
132
[4616]133* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
134- new upstream release
135- add BuildRequires: liboauth-devel, gdk-pixbuf2-devel
136
[2362]137* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
138- new upstream release
139
[2041]140* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
141- new upstream release
142- remove BuildRequires: gir-repository-devel
143- drop %check
144
[1897]145* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-3
146- rebuild with rpm-4.8.1 for pkg-config file
147
[1765]148* Sat Sep 04 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-2
149- fixed Group typo
150
[975]151* Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
152- initial build for Vine Linux
153
Note: See TracBrowser for help on using the repository browser.