Drop unneeded gtk2-devel builddep that causes issues for gtk3 clutter apps
This commit is contained in:
parent
4b08002026
commit
97665cb622
63
clutter.spec
63
clutter.spec
@ -1,24 +1,24 @@
|
|||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 1.5.8
|
Version: 1.5.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Source software library for creating rich graphical user interfaces
|
Summary: Open Source software library for creating rich graphical user interfaces
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.clutter-project.org/
|
URL: http://www.clutter-project.org/
|
||||||
#VCS: git://git.clutter-project.org/clutter#master
|
#VCS: git://git.clutter-project.org/clutter#master
|
||||||
Source0: http://www.clutter-project.org/sources/%{name}/1.5/%{name}-%{version}.tar.bz2
|
Source0: http://www.clutter-project.org/sources/%{name}/1.5/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
BuildRequires: gobject-introspection-devel >= 0.9.6
|
BuildRequires: gobject-introspection-devel >= 0.9.6
|
||||||
BuildRequires: json-glib-devel >= 0.12.0
|
BuildRequires: json-glib-devel >= 0.12.0
|
||||||
BuildRequires: libXdamage-devel gettext gtk-doc
|
BuildRequires: libXdamage-devel gettext gtk-doc
|
||||||
# Bootstrap requirements
|
# Bootstrap requirements
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: automake autoconf libtool
|
BuildRequires: automake autoconf libtool
|
||||||
|
|
||||||
Requires: gobject-introspection
|
Requires: gobject-introspection
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Clutter is an open source software library for creating fast,
|
Clutter is an open source software library for creating fast,
|
||||||
@ -27,23 +27,23 @@ of potential usage is in media center type applications.
|
|||||||
We hope however it can be used for a lot more.
|
We hope however it can be used for a lot more.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Clutter development environment
|
Summary: Clutter development environment
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel
|
Requires: pkgconfig glib2-devel pango-devel fontconfig-devel
|
||||||
Requires: mesa-libGL-devel
|
Requires: mesa-libGL-devel
|
||||||
Requires: gobject-introspection-devel
|
Requires: gobject-introspection-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files and libraries for building a extension library for the
|
Header files and libraries for building a extension library for the
|
||||||
clutter
|
clutter
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Clutter is an open source software library for creating fast,
|
Clutter is an open source software library for creating fast,
|
||||||
visually rich graphical user interfaces. The most obvious example
|
visually rich graphical user interfaces. The most obvious example
|
||||||
of potential usage is in media center type applications.
|
of potential usage is in media center type applications.
|
||||||
@ -68,7 +68,6 @@ This package contains documentation for clutter.
|
|||||||
make V=1
|
make V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||||
|
|
||||||
#Remove libtool archives.
|
#Remove libtool archives.
|
||||||
@ -76,9 +75,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%find_lang clutter-1.0
|
%find_lang clutter-1.0
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -105,6 +101,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/gtk-doc/html/cally
|
%{_datadir}/gtk-doc/html/cally
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 6 2010 Peter Robinson <pbrobinson@gmail.com> - 1.5.8-3
|
||||||
|
- Drop unneeded gtk2-devel builddep that causes issues for gtk3 clutter apps
|
||||||
|
|
||||||
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 1.5.8-2
|
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 1.5.8-2
|
||||||
- Update to 1.5.8
|
- Update to 1.5.8
|
||||||
- Add cairo-gobject-devel dependency
|
- Add cairo-gobject-devel dependency
|
||||||
|
Loading…
Reference in New Issue
Block a user