|
|
5a526c |
Name: compat-libgdata013
|
|
|
5a526c |
Version: 0.13.3
|
|
|
5a526c |
Release: 1%{?dist}
|
|
|
5a526c |
Summary: Compat package with libgdata 0.13 libraries
|
|
|
5a526c |
|
|
|
5a526c |
Group: System Environment/Libraries
|
|
|
5a526c |
License: LGPLv2+
|
|
|
5a526c |
URL: http://live.gnome.org/libgdata
|
|
|
5a526c |
Source0: http://download.gnome.org/sources/libgdata/0.13/libgdata-%{version}.tar.xz
|
|
|
5a526c |
|
|
|
5a526c |
BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool
|
|
|
5a526c |
BuildRequires: gcr-devel
|
|
|
5a526c |
BuildRequires: libgnome-keyring-devel
|
|
|
5a526c |
BuildRequires: gnome-online-accounts-devel
|
|
|
5a526c |
BuildRequires: gobject-introspection-devel liboauth-devel
|
|
|
5a526c |
BuildRequires: vala-devel
|
|
|
5a526c |
BuildRequires: vala-tools
|
|
|
5a526c |
|
|
|
5a526c |
%description
|
|
|
5a526c |
Compatibility package with libgdata 0.13 libraries.
|
|
|
5a526c |
|
|
|
5a526c |
%package -n compat-libgdata13
|
|
|
5a526c |
Summary: Compat package with libgdata 0.13 libraries
|
|
|
5a526c |
# Explicitly conflict with older libgdata packages that ship libraries
|
|
|
5a526c |
# with the same soname as this compat package
|
|
|
5a526c |
Conflicts: libgdata < 0.15
|
|
|
5a526c |
|
|
|
5a526c |
%description -n compat-libgdata13
|
|
|
5a526c |
Compatibility package with libgdata 0.13 libraries.
|
|
|
5a526c |
|
|
|
5a526c |
%prep
|
|
|
5a526c |
%setup -q -n libgdata-%{version}
|
|
|
5a526c |
|
|
|
5a526c |
%build
|
|
|
5a526c |
%configure --disable-static
|
|
|
5a526c |
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
|
|
5a526c |
|
|
|
5a526c |
%install
|
|
|
5a526c |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
5a526c |
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
5a526c |
|
|
|
5a526c |
rm -rf $RPM_BUILD_ROOT%{_includedir}
|
|
|
5a526c |
rm -rf $RPM_BUILD_ROOT%{_libdir}/girepository-1.0/
|
|
|
5a526c |
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.so
|
|
|
5a526c |
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
|
|
5a526c |
rm -rf $RPM_BUILD_ROOT%{_datadir}
|
|
|
5a526c |
|
|
|
5a526c |
%post -n compat-libgdata13 -p /sbin/ldconfig
|
|
|
5a526c |
|
|
|
5a526c |
%postun -n compat-libgdata13 -p /sbin/ldconfig
|
|
|
5a526c |
|
|
|
5a526c |
%files -n compat-libgdata13
|
|
|
5a526c |
%doc COPYING
|
|
|
5a526c |
%{_libdir}/*.so.*
|
|
|
5a526c |
|
|
|
5a526c |
%changelog
|
|
|
5a526c |
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 0.13.3-1
|
|
|
5a526c |
- libgdata compat package for el7-gnome-3-14
|