Build a temporary compat-libcogl19 subpackage to ease the rebuilds
This commit is contained in:
parent
c685571191
commit
9b92fb1048
16
cogl.spec
16
cogl.spec
@ -73,6 +73,13 @@ BuildArch: noarch
|
|||||||
%description doc
|
%description doc
|
||||||
This package contains documentation for %{name}.
|
This package contains documentation for %{name}.
|
||||||
|
|
||||||
|
%package -n compat-libcogl19
|
||||||
|
Summary: Compat package with cogl ABI version 19
|
||||||
|
|
||||||
|
%description -n compat-libcogl19
|
||||||
|
Temporary compatibility package to ease the rebuilds from cogl ABI version 19
|
||||||
|
to 20.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -98,6 +105,9 @@ make install DESTDIR=%{buildroot} INSTALL='install -p'
|
|||||||
#Remove libtool archives.
|
#Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
# Copy files for compat-libcogl19
|
||||||
|
cp -a %{_libdir}/libcogl*.so.19* %{buildroot}%{_libdir}/
|
||||||
|
|
||||||
# This gets installed by mistake
|
# This gets installed by mistake
|
||||||
rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||||
|
|
||||||
@ -109,7 +119,7 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING NEWS README ChangeLog
|
%doc COPYING NEWS README ChangeLog
|
||||||
%{_libdir}/libcogl*.so.*
|
%{_libdir}/libcogl*.so.20*
|
||||||
%{_libdir}/girepository-1.0/Cogl*.typelib
|
%{_libdir}/girepository-1.0/Cogl*.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -122,9 +132,13 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
|||||||
%{_datadir}/gtk-doc/html/cogl
|
%{_datadir}/gtk-doc/html/cogl
|
||||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||||
|
|
||||||
|
%files -n compat-libcogl19
|
||||||
|
%{_libdir}/libcogl*.so.19*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 1.17.4-1
|
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 1.17.4-1
|
||||||
- Update to 1.17.4, which includes soname bump
|
- Update to 1.17.4, which includes soname bump
|
||||||
|
- Build a temporary compat-libcogl19 subpackage to ease the rebuilds
|
||||||
|
|
||||||
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 1.17.2-1
|
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 1.17.2-1
|
||||||
- Update to 1.17.2
|
- Update to 1.17.2
|
||||||
|
Loading…
Reference in New Issue
Block a user