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

Revision 6890, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1%define pkg_version 0.13.2
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.13/%{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* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.2-1
98- new upstream release
99- remove BuildRequires: libgnome-keyring-devel
100- add BuildRequires: gcr-devel, gnome-online-accounts-devel
101
102* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
103- new upstream release
104- add BuildRequires: libgnome-keyring-devel
105
106* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.10.1-1
107- new upstream release
108
109* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
110- new upstream release
111- add BuildRequires: liboauth-devel, gdk-pixbuf2-devel
112
113* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
114- new upstream release
115
116* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
117- new upstream release
118- remove BuildRequires: gir-repository-devel
119- drop %check
120
121* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-3
122- rebuild with rpm-4.8.1 for pkg-config file
123
124* Sat Sep 04 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-2
125- fixed Group typo
126
127* Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
128- initial build for Vine Linux
129
Note: See TracBrowser for help on using the repository browser.