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

Revision 8535, 3.6 KB checked in by Takemikaduchi, 10 years ago (diff)

task-mate: remove mate-system-tools
others: new upstream release

Line 
1%define pkg_version 0.14.3
2%define pkg_release 1%{?_dist_release}
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}
9Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgdata/0.14/%{name}-%{version}.tar.xz
10License:        LGPLv2+
11Group:          System Environment/Libraries
12URL:            http://live.gnome.org/libgdata
13
14BuildRequires:  glib2-devel >= 2.26.0
15BuildRequires:  gdk-pixbuf2-devel
16BuildRequires:  libsoup-devel >= 2.32.0
17BuildRequires:  libxml2-devel
18BuildRequires:  gobject-introspection-devel
19BuildRequires:  liboauth-devel
20BuildRequires:  gcr-devel
21BuildRequires:  gnome-online-accounts-devel
22BuildRequires:  gtk-doc
23BuildRequires:  gnome-common
24
25BuildRoot: %{_tmppath}/%{name}-%{version}-root
26
27Vendor: Project Vine
28Distribution: Vine Linux
29Packager: Takemikaduchi
30
31
32%description
33libgdata is a GLib-based library for accessing online service APIs using the
34GData protocol - most notably, Google's services. It provides APIs to access
35the common Google services, and has full asynchronous support.
36
37
38%package        devel
39Summary:        Development files for libgdata
40Group:          Development/Libraries
41Requires:       %{name} = %{version}-%{release}
42Requires:       libsoup-devel >= 2.26.1
43Requires:       libxml2-devel
44
45%description    devel
46Development files for libdata.
47
48
49%prep
50%setup -q
51
52
53%build
54autoreconf -if
55%configure --disable-static --enable-introspection=yes
56%{__make} V=0 %{?_smp_mflags}
57
58
59%install
60%{__rm} -rf ${RPM_BUILD_ROOT}
61%{__make} install DESTDIR=${RPM_BUILD_ROOT}
62
63%{__rm} -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la
64
65%find_lang gdata
66
67%clean
68%{__rm} -rf ${RPM_BUILD_ROOT}
69
70
71##%check
72# Only the general test can be run without network access
73##cd gdata/tests
74##./general
75
76%post -p /sbin/ldconfig
77
78%postun -p /sbin/ldconfig
79
80
81%files -f gdata.lang
82%defattr(-,root,root)
83%doc COPYING ChangeLog NEWS README
84%{_libdir}/libgdata.so.*
85%{_libdir}/girepository-1.0/GData-0.0.typelib
86%{_datadir}/gtk-doc/html/gdata
87
88%files devel
89%defattr(-,root,root,-)
90%{_includedir}/libgdata
91%{_libdir}/libgdata.so
92%{_libdir}/pkgconfig/libgdata.pc
93%{_datadir}/gir-1.0/GData-0.0.gir
94
95
96%changelog
97* Sat Jun 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.3-1
98- new upstream release
99
100* Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
101- new upstream release
102
103* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
104- new upstream release
105
106* Sat Apr 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.3-1
107- new upstream release
108
109* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.2-1
110- new upstream release
111- remove BuildRequires: libgnome-keyring-devel
112- add BuildRequires: gcr-devel, gnome-online-accounts-devel
113
114* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
115- new upstream release
116- add BuildRequires: libgnome-keyring-devel
117
118* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.10.1-1
119- new upstream release
120
121* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
122- new upstream release
123- add BuildRequires: liboauth-devel, gdk-pixbuf2-devel
124
125* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
126- new upstream release
127
128* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
129- new upstream release
130- remove BuildRequires: gir-repository-devel
131- drop %check
132
133* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-3
134- rebuild with rpm-4.8.1 for pkg-config file
135
136* Sat Sep 04 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-2
137- fixed Group typo
138
139* Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
140- initial build for Vine Linux
141
Note: See TracBrowser for help on using the repository browser.