Drop compat-libcogl19
... now that the rebuilds are done.
This commit is contained in:
parent
2a544fc66e
commit
9491a4a4f3
21
cogl.spec
21
cogl.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: cogl
|
||||
Version: 1.17.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -35,9 +35,6 @@ BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: mesa-libgbm-devel
|
||||
%endif
|
||||
|
||||
# For compat-libcogl19
|
||||
BuildRequires: cogl
|
||||
|
||||
%description
|
||||
Cogl is a small open source library for using 3D graphics hardware to draw
|
||||
pretty pictures. The API departs from the flat state machine style of
|
||||
@ -75,13 +72,6 @@ BuildArch: noarch
|
||||
%description doc
|
||||
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
|
||||
%setup -q
|
||||
|
||||
@ -107,9 +97,6 @@ make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
#Remove libtool archives.
|
||||
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
|
||||
rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
|
||||
@ -134,10 +121,10 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
%{_datadir}/gtk-doc/html/cogl
|
||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||
|
||||
%files -n compat-libcogl19
|
||||
%{_libdir}/libcogl*.so.19*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.17.4-2
|
||||
- Drop compat-libcogl19
|
||||
|
||||
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 1.17.4-1
|
||||
- Update to 1.17.4, which includes soname bump
|
||||
- Build a temporary compat-libcogl19 subpackage to ease the rebuilds
|
||||
|
Loading…
Reference in New Issue
Block a user