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
|
Name: cogl
|
||||||
Version: 1.17.4
|
Version: 1.17.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -35,9 +35,6 @@ BuildRequires: libxkbcommon-devel
|
|||||||
BuildRequires: mesa-libgbm-devel
|
BuildRequires: mesa-libgbm-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# For compat-libcogl19
|
|
||||||
BuildRequires: cogl
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cogl is a small open source library for using 3D graphics hardware to draw
|
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
|
pretty pictures. The API departs from the flat state machine style of
|
||||||
@ -75,13 +72,6 @@ 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
|
||||||
|
|
||||||
@ -107,9 +97,6 @@ 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
|
||||||
|
|
||||||
@ -134,10 +121,10 @@ 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
|
||||||
|
* 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
|
* 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
|
- Build a temporary compat-libcogl19 subpackage to ease the rebuilds
|
||||||
|
Loading…
Reference in New Issue
Block a user