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

Revision 9073, 3.8 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME 3.14.1

RevLine 
[9073]1%define pkg_version 0.16.0
[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
31Packager: Takemikaduchi
32
33
34%description
35libgdata is a GLib-based library for accessing online service APIs using the
36GData protocol - most notably, Google's services. It provides APIs to access
37the common Google services, and has full asynchronous support.
38
39
40%package        devel
41Summary:        Development files for libgdata
42Group:          Development/Libraries
43Requires:       %{name} = %{version}-%{release}
44Requires:       libsoup-devel >= 2.26.1
45Requires:       libxml2-devel
46
47%description    devel
48Development files for libdata.
49
50
51%prep
52%setup -q
53
54
55%build
[4616]56autoreconf -if
[2041]57%configure --disable-static --enable-introspection=yes
[4616]58%{__make} V=0 %{?_smp_mflags}
[975]59
60
61%install
62%{__rm} -rf ${RPM_BUILD_ROOT}
63%{__make} install DESTDIR=${RPM_BUILD_ROOT}
64
65%{__rm} -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la
66
67%find_lang gdata
68
69%clean
70%{__rm} -rf ${RPM_BUILD_ROOT}
71
72
[2041]73##%check
[975]74# Only the general test can be run without network access
[2041]75##cd gdata/tests
76##./general
[975]77
78%post -p /sbin/ldconfig
79
80%postun -p /sbin/ldconfig
81
82
83%files -f gdata.lang
84%defattr(-,root,root)
85%doc COPYING ChangeLog NEWS README
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
[9073]99* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
100- new upstream release
101- add BuildRequires: json-glib-devel, uhttpmock-devel
102
[8535]103* Sat Jun 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.3-1
104- new upstream release
105
[8060]106* Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
107- new upstream release
108
[7786]109* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
110- new upstream release
111
[7633]112* Sat Apr 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.3-1
113- new upstream release
114
[6890]115* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.2-1
116- new upstream release
117- remove BuildRequires: libgnome-keyring-devel
118- add BuildRequires: gcr-devel, gnome-online-accounts-devel
119
[6011]120* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
121- new upstream release
122- add BuildRequires: libgnome-keyring-devel
123
[4784]124* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.10.1-1
125- new upstream release
126
[4616]127* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
128- new upstream release
129- add BuildRequires: liboauth-devel, gdk-pixbuf2-devel
130
[2362]131* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
132- new upstream release
133
[2041]134* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
135- new upstream release
136- remove BuildRequires: gir-repository-devel
137- drop %check
138
[1897]139* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-3
140- rebuild with rpm-4.8.1 for pkg-config file
141
[1765]142* Sat Sep 04 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-2
143- fixed Group typo
144
[975]145* Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
146- initial build for Vine Linux
147
Note: See TracBrowser for help on using the repository browser.