212 lines
6.5 KiB
RPMSpec
212 lines
6.5 KiB
RPMSpec
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
Name: libgdata
|
|
Version: 0.17.9
|
|
Release: 1mamba
|
|
Summary: Library for the GData protocol
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
|
URL: http://live.gnome.org/libgdata
|
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/libgdata/%{majversion}/libgdata-%{version}.tar.xz
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: gnome-online-accounts-devel
|
|
BuildRequires: libcares-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libffi-devel
|
|
BuildRequires: libgcr-devel
|
|
BuildRequires: libgcrypt-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgpg-error-devel
|
|
BuildRequires: libgss-devel
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: liblzma-devel
|
|
BuildRequires: liboauth-devel
|
|
BuildRequires: libopenldap-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libp11-kit-devel
|
|
BuildRequires: librtmp-devel
|
|
BuildRequires: libsasl-devel
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: libsoup-devel
|
|
BuildRequires: libsqlite-devel
|
|
BuildRequires: libssh2-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libuhttpmock-devel
|
|
BuildRequires: gobject-introspection-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%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
|
|
Group: Development/Libraries
|
|
Summary: Libraries and headers for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: liboauth-devel
|
|
|
|
%description devel
|
|
Library for the GData protocol.
|
|
|
|
This package contains libraries and header files need for development.
|
|
|
|
%package static
|
|
Group: Development/Libraries
|
|
Summary: Static libraries for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description static
|
|
Library for the GData protocol.
|
|
|
|
This package contains static libraries files need for development.
|
|
|
|
%package doc
|
|
Summary: Documentation for %{name}
|
|
Group: Documentation
|
|
|
|
%description doc
|
|
Library for the GData protocol.
|
|
|
|
This package contains documentation for %{name}
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang gdata
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f gdata.lang
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgdata.so.*
|
|
%{_libdir}/girepository-*/GData-*.typelib
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/libgdata
|
|
%dir %{_includedir}/libgdata/gdata
|
|
%dir %{_includedir}/libgdata/gdata/app
|
|
%{_includedir}/libgdata/gdata/app/*.h
|
|
%{_includedir}/libgdata/gdata/gdata*.h
|
|
%dir %{_includedir}/libgdata/gdata/atom
|
|
%{_includedir}/libgdata/gdata/atom/*
|
|
%dir %{_includedir}/libgdata/gdata/gcontact
|
|
%{_includedir}/libgdata/gdata/gcontact/*
|
|
%dir %{_includedir}/libgdata/gdata/gd
|
|
%{_includedir}/libgdata/gdata/gd/*
|
|
%dir %{_includedir}/libgdata/gdata/media
|
|
%{_includedir}/libgdata/gdata/media/*
|
|
%dir %{_includedir}/libgdata/gdata/services
|
|
%{_includedir}/libgdata/gdata/services/*
|
|
%{_libdir}/libgdata.so
|
|
%{_datadir}/gir-*/GData-*.gir
|
|
%{_datadir}/vala/vapi/libgdata.deps
|
|
%{_datadir}/vala/vapi/libgdata.vapi
|
|
%{_libdir}/pkgconfig/libgdata.pc
|
|
%doc ChangeLog NEWS README
|
|
|
|
%files static
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgdata.*a
|
|
|
|
%files doc
|
|
%defattr(-,root,root)
|
|
%{_datadir}/gtk-doc/html/gdata
|
|
|
|
%changelog
|
|
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 0.17.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 07 2017 Automatic Build System <autodist@mambasoft.it> 0.17.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 06 2017 Automatic Build System <autodist@mambasoft.it> 0.17.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 0.17.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 30 2016 Automatic Build System <autodist@mambasoft.it> 0.17.5-2mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 30 2016 Automatic Build System <autodist@mambasoft.it> 0.17.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 25 2016 Automatic Build System <autodist@mambasoft.it> 0.17.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 12 2014 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Sep 18 2014 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 19 2014 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-2mamba
|
|
- libgdata-devel: require liboauth-devel
|
|
|
|
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 02 2013 Automatic Build System <autodist@mambasoft.it> 0.13.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Feb 26 2013 Automatic Build System <autodist@mambasoft.it> 0.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 30 2012 Automatic Build System <autodist@mambasoft.it> 0.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 10 2012 Automatic Build System <autodist@mambasoft.it> 0.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 14 2012 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 10 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.1-1mamba
|
|
- update to 0.10.1
|
|
|
|
* Wed Jun 22 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-2mamba
|
|
- move gir files to devel package to avoid a conflict with libgdata06
|
|
|
|
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Apr 11 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
|
- update to 0.8.0
|
|
|
|
* Wed Dec 15 2010 Automatic Build System <autodist@mambasoft.it> 0.6.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Oct 29 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.5-1mamba
|
|
- update to 0.6.5
|
|
|
|
* Mon Sep 20 2010 gil <puntogil@libero.it> 0.6.4-1mamba
|
|
- package created by autospec
|