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

Revision 9102, 3.9 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

RevLine 
[9102]1%define pkg_version 0.16.1
[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
[9102]99* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
100- new upstream release
101
[9073]102* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
103- new upstream release
104- add BuildRequires: json-glib-devel, uhttpmock-devel
105
[8535]106* Sat Jun 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.3-1
107- new upstream release
108
[8060]109* Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
110- new upstream release
111
[7786]112* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
113- new upstream release
114
[7633]115* Sat Apr 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.3-1
116- new upstream release
117
[6890]118* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.2-1
119- new upstream release
120- remove BuildRequires: libgnome-keyring-devel
121- add BuildRequires: gcr-devel, gnome-online-accounts-devel
122
[6011]123* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
124- new upstream release
125- add BuildRequires: libgnome-keyring-devel
126
[4784]127* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.10.1-1
128- new upstream release
129
[4616]130* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
131- new upstream release
132- add BuildRequires: liboauth-devel, gdk-pixbuf2-devel
133
[2362]134* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
135- new upstream release
136
[2041]137* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
138- new upstream release
139- remove BuildRequires: gir-repository-devel
140- drop %check
141
[1897]142* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-3
143- rebuild with rpm-4.8.1 for pkg-config file
144
[1765]145* Sat Sep 04 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-2
146- fixed Group typo
147
[975]148* Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
149- initial build for Vine Linux
150
Note: See TracBrowser for help on using the repository browser.