Blame SPECS/compat-gnome-bluetooth38.spec

dc8eb2
Name:		compat-gnome-bluetooth38
dc8eb2
Epoch:		1
dc8eb2
Version:	3.8.2.1
dc8eb2
Release:	2%{?dist}
dc8eb2
Summary:	Compat package with gnome-bluetooth 3.8 libraries
dc8eb2
dc8eb2
Group:		Applications/Communications
dc8eb2
License:	GPLv2+
dc8eb2
URL:		http://live.gnome.org/GnomeBluetooth
dc8eb2
Source0:	http://download.gnome.org/sources/gnome-bluetooth/3.8/gnome-bluetooth-%{version}.tar.xz
dc8eb2
Source1:	61-gnome-bluetooth-rfkill.rules
dc8eb2
dc8eb2
Patch0:		0001-lib-Fix-a-few-memory-leaks.patch
dc8eb2
Patch1:		0002-lib-Fix-cancellation-handling.patch
dc8eb2
Patch2:		0003-lib-Fix-extraneous-reference-that-could-lead-to-cras.patch
dc8eb2
dc8eb2
%if 0%{?rhel}
dc8eb2
ExcludeArch:	s390 s390x
dc8eb2
%endif
dc8eb2
dc8eb2
BuildRequires:	gtk3-devel >= 3.0
dc8eb2
BuildRequires:	dbus-glib-devel
dc8eb2
dc8eb2
BuildRequires:	intltool desktop-file-utils gettext gtk-doc
dc8eb2
BuildRequires:	itstool
dc8eb2
dc8eb2
BuildRequires:	gobject-introspection-devel
dc8eb2
dc8eb2
%description
dc8eb2
Compatibility package with gnome-bluetooth 3.8 librarires.
dc8eb2
dc8eb2
%package -n compat-libgnome-bluetooth11
dc8eb2
Summary:	Compat package with gnome-bluetooth 3.8 libraries
dc8eb2
Group:		System Environment/Libraries
dc8eb2
License:	LGPLv2+
dc8eb2
dc8eb2
%description -n compat-libgnome-bluetooth11
dc8eb2
Compatibility package with gnome-bluetooth 3.8 librarires.
dc8eb2
dc8eb2
%prep
dc8eb2
%setup -q -n gnome-bluetooth-%{version}
dc8eb2
%patch0 -p1
dc8eb2
%patch1 -p1
dc8eb2
%patch2 -p1
dc8eb2
dc8eb2
%build
dc8eb2
%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile --disable-compile-warnings
dc8eb2
make %{?_smp_mflags}
dc8eb2
dc8eb2
%install
dc8eb2
make install DESTDIR=$RPM_BUILD_ROOT
dc8eb2
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_bindir}
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_includedir}
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_libdir}/girepository-1.0/
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_libdir}/gnome-bluetooth/
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.so
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
dc8eb2
rm -rf $RPM_BUILD_ROOT%{_datadir}
dc8eb2
dc8eb2
%post -n compat-libgnome-bluetooth11 -p /sbin/ldconfig
dc8eb2
dc8eb2
%postun -n compat-libgnome-bluetooth11 -p /sbin/ldconfig
dc8eb2
dc8eb2
%files -n compat-libgnome-bluetooth11
dc8eb2
%doc COPYING.LIB
dc8eb2
%{_libdir}/libgnome-bluetooth.so.*
dc8eb2
dc8eb2
%changelog
dc8eb2
* Wed Apr 22 2015 Bastien Nocera <bnocera@redhat.com> 3.8.2.1-2
dc8eb2
- Update for RHEL
dc8eb2
Resolves: #1184211
dc8eb2
dc8eb2
* Fri Nov 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.8.2.1-1
dc8eb2
- gnome-bluetooth compat package for el7-gnome-3-14 copr