Stop providing grilo 0.2 ABI compatibility
This commit is contained in:
parent
632b9140ed
commit
ab0bbcbb2b
13
grilo.spec
13
grilo.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: grilo
|
Name: grilo
|
||||||
Version: 0.3.2
|
Version: 0.3.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Content discovery framework
|
Summary: Content discovery framework
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -26,8 +26,6 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: liboauth-devel
|
BuildRequires: liboauth-devel
|
||||||
BuildRequires: totem-pl-parser-devel
|
BuildRequires: totem-pl-parser-devel
|
||||||
# For previous ABI version
|
|
||||||
BuildRequires: grilo
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Grilo is a framework that provides access to different sources of
|
Grilo is a framework that provides access to different sources of
|
||||||
@ -79,12 +77,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
|
rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
|
||||||
|
|
||||||
# Include previous ABI version for temporary binary compatibility until
|
|
||||||
# everything is rebuilt
|
|
||||||
cp -a %{_libdir}/libgrilo-0.2.so.1* $RPM_BUILD_ROOT%{_libdir}
|
|
||||||
cp -a %{_libdir}/libgrlnet-0.2.so.0* $RPM_BUILD_ROOT%{_libdir}
|
|
||||||
cp -a %{_libdir}/libgrlpls-0.2.so.0* $RPM_BUILD_ROOT%{_libdir}
|
|
||||||
|
|
||||||
%find_lang grilo
|
%find_lang grilo
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -114,6 +106,9 @@ cp -a %{_libdir}/libgrlpls-0.2.so.0* $RPM_BUILD_ROOT%{_libdir}
|
|||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 17 2016 Kalev Lember <klember@redhat.com> - 0.3.2-4
|
||||||
|
- Stop providing grilo 0.2 ABI compatibility
|
||||||
|
|
||||||
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.3.2-3
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.3.2-3
|
||||||
- BR vala instead of obsolete vala-tools subpackage
|
- BR vala instead of obsolete vala-tools subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user