Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yukoff:openSUSE:Leap:42.1:Backports
clutter
clutter.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File clutter.spec of Package clutter
# # spec file for package clutter # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %if 0%{?suse_version} == 1315 %define build_wayland_backend 0 %else %define build_wayland_backend 1 %endif Name: clutter Version: 1.22.4 Release: 0 Summary: The clutter library License: LGPL-2.1+ Group: System/Libraries Url: http://clutter-project.org/ Source0: http://download.gnome.org/sources/clutter/1.22/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes BuildRequires: xmlto BuildRequires: pkgconfig(atk) >= 2.5.3 BuildRequires: pkgconfig(cairo) >= 1.14.0 BuildRequires: pkgconfig(cogl-1.0) >= 1.20.0 BuildRequires: pkgconfig(cogl-path-1.0) BuildRequires: pkgconfig(gdk-3.0) >= 3.3.18 BuildRequires: pkgconfig(gobject-2.0) >= 2.37.3 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5 BuildRequires: pkgconfig(json-glib-1.0) >= 0.12 BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libinput) >= 0.8.0 BuildRequires: pkgconfig(libudev) >= 136 BuildRequires: pkgconfig(pangocairo) >= 1.30 BuildRequires: pkgconfig(pangoft2) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xi) %if %{build_wayland_backend} BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(xkbcommon) %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. %package -n libclutter-1_0-0 Summary: The clutter library Group: System/Libraries Recommends: %{name}-lang = %{version} # To make the lang package installable Provides: %{name} = %{version} # This is technically wrong, but we need this for smooth upgrades so that # typelib-1_0-Clutter-1_0 can be installed Obsoletes: libclutter-glx-1_0-0 < 1.9.0 %package -n typelib-1_0-Clutter-1_0 Summary: The clutter library -- Introspection bindings Group: System/Libraries # The library got renamed to libclutter-1_0-0. Installation of both # packages conflicts (on filelevel: the .typelib kept the name). Conflicts: libclutter-glx-1_0-0 %description -n typelib-1_0-Clutter-1_0 Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. This package provides the GObject Introspection bindings for Clutter. %description -n libclutter-1_0-0 Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. %package devel Summary: The clutter library (Development) Group: Development/Libraries/GNOME Requires: libclutter-1_0-0 = %{version} Requires: typelib-1_0-Clutter-1_0 = %{version} Provides: %{name}-doc = %{version} Obsoletes: %{name}-doc < %{version} %description devel Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. This package contain the files for development. %lang_package %prep %setup -q %build %configure \ --disable-static \ --enable-xinput \ --disable-conformance \ %if %{build_wayland_backend} --enable-evdev-input \ --enable-wayland-backend \ --enable-wayland-compositor \ --enable-egl-backend \ %endif --enable-docs make %{?_smp_mflags} V=1 %install %makeinstall %{__rm} %{buildroot}%{_libdir}/*.la %find_lang clutter-1.0 %fdupes -s %{buildroot}%{_datadir}/gtk-doc/html %fdupes %{buildroot} %check # make check disabled, as clutter needs access to $DISPLAY to actually work # make %{?_smp_mflags} check V=1 %post -n libclutter-1_0-0 -p /sbin/ldconfig %postun -n libclutter-1_0-0 -p /sbin/ldconfig %files -n libclutter-1_0-0 %defattr(-,root,root) %doc README COPYING ChangeLog %{_libdir}/*.so.* %files -n typelib-1_0-Clutter-1_0 %defattr(-, root, root) %{_libdir}/girepository-1.0/*.typelib %files devel %defattr(-,root,root) %{_libdir}/*.so %{_includedir}/clutter-1.0 %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/*.gir %dir %{_datadir}/clutter-1.0/ %doc %{_datadir}/clutter-1.0/cookbook/ %doc %{_datadir}/gtk-doc/html/cally/ %doc %{_datadir}/gtk-doc/html/clutter/ %doc %{_datadir}/gtk-doc/html/clutter-cookbook/ %files lang -f clutter-1.0.lang %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor