libgdata/libgdata.spec

112 lines
2.9 KiB
RPMSpec
Raw Normal View History

2009-04-06 13:31:29 +00:00
Name: libgdata
2010-02-15 15:50:57 +00:00
Version: 0.6.0
2009-09-22 09:24:02 +00:00
Release: 1%{?dist}
2009-04-06 13:31:29 +00:00
Summary: Library for the GData protocol
Group: System Environment/Libraries
License: LGPLv2+
URL: http://live.gnome.org/libgdata
2009-08-11 21:46:42 +00:00
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
2009-04-06 13:31:29 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool
2010-02-15 16:14:43 +00:00
BuildRequires: gir-repository-devel gobject-introspection-devel
Requires: gobject-introspection
2009-04-06 13:31:29 +00:00
%description
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Requires: gtk-doc
2010-02-15 16:14:43 +00:00
Requires: gobject-introspection-devel
2009-04-06 13:31:29 +00:00
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
2009-04-24 23:56:54 +00:00
%find_lang gdata
2009-04-06 13:31:29 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%check
# Only the general test can be run without network access
cd gdata/tests
./general
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
2009-04-24 23:56:54 +00:00
%files -f gdata.lang
2009-04-06 13:31:29 +00:00
%defattr(-,root,root,-)
2010-02-15 16:14:43 +00:00
%doc COPYING NEWS README AUTHORS
2009-04-06 13:31:29 +00:00
%{_libdir}/*.so.*
2010-02-15 16:14:43 +00:00
%{_libdir}/girepository-1.0/GData-0.0.typelib
2009-04-06 13:31:29 +00:00
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/gdata/
2010-02-15 16:14:43 +00:00
%{_datadir}/gir-1.0/GData-0.0.gir
2009-04-06 13:31:29 +00:00
%changelog
2010-02-15 15:50:57 +00:00
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
- Update to 0.6.0
2010-02-15 16:14:43 +00:00
- Add introspection support
2010-02-15 15:50:57 +00:00
* Sun Nov 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
- Update to 0.5.1
- Fixes queries with non-ASCII characters
2009-09-22 09:24:02 +00:00
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
- Update to 0.5.0
2009-08-11 21:46:42 +00:00
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-3
- Fix source URL
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-20 20:00:32 +00:00
* Mon Jul 20 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-1
- Update to 0.4.0
2009-05-26 15:37:52 +00:00
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.3.0-1
- Update to 0.3.0
2009-04-24 23:56:54 +00:00
* Sat Apr 25 2009 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
- Update to 0.2.0
2009-04-06 13:31:29 +00:00
* Mon Apr 06 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-2
- Add check, snippet from Jason Tibbitts
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-1
- Update to 0.1.1
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1
- First package