173 lines
5.3 KiB
RPMSpec
173 lines
5.3 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f 1-2)
|
|
Name: clutter-gtk
|
|
Version: 1.8.4
|
|
Release: 2mamba
|
|
Summary: A basic GTK clutter widget
|
|
Group: Development/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://blogs.gnome.org/clutter/
|
|
Source: https://ftp.gnome.org/pub/gnome/sources/clutter-gtk/%{majver}/clutter-gtk-%{version}.tar.xz
|
|
License: GPL, LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXcomposite-devel
|
|
BuildRequires: libXdamage-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXfixes-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libXrandr-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libbzip2-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libclutter-devel
|
|
BuildRequires: libcogl-devel
|
|
BuildRequires: libdrm-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libgraphite2-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libjson-glib-devel
|
|
BuildRequires: libmesa-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpcre-devel
|
|
BuildRequires: libwayland-devel
|
|
BuildRequires: libwayland-egl-devel
|
|
BuildRequires: libxkbcommon-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libclutter-devel >= 1.10
|
|
BuildRequires: libcogl-devel >= 1.18
|
|
|
|
%description
|
|
This allows clutter to be embedded in GTK applications.
|
|
We hope with further work in the future clutter-gtk will also allow the reverse, namely embedding GTK in Clutter
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Obsoletes: clutter-gtk-static < 1.8.4-2mamba
|
|
|
|
%description devel
|
|
A basic GTK clutter widget.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%package doc
|
|
Summary: Documentation for %{name}
|
|
Group: Documentation
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description doc
|
|
Clutter is an open source software library for creating fast, compelling, portable, and dynamic graphical user interfaces.
|
|
This package contains documentation for %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang cluttergtk-1.0
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f cluttergtk-1.0.lang
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libclutter-gtk-*.so.*
|
|
%{_libdir}/girepository-*/GtkClutter-*.typelib
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/clutter-gtk-1.0
|
|
%dir %{_includedir}/clutter-gtk-1.0/clutter-gtk
|
|
%{_includedir}/clutter-gtk-1.0/clutter-gtk/*.h
|
|
%{_libdir}/libclutter-gtk-*.so
|
|
%{_libdir}/pkgconfig/clutter-gtk-*.pc
|
|
%{_datadir}/gir-*/GtkClutter-*.gir
|
|
%doc NEWS README
|
|
|
|
%files doc
|
|
%defattr(-,root,root)
|
|
%{_datadir}/gtk-doc/html/clutter-gtk-1.0
|
|
|
|
%changelog
|
|
* Mon Apr 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.4-2mamba
|
|
- obsolete clutter-gtk-static with .la files, added debug package
|
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.2-2mamba
|
|
- rebuilt
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 21 2015 Automatic Build System <autodist@mambasoft.it> 1.6.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 22 2014 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-2mamba
|
|
- rebuilt with libcogl 1.18
|
|
|
|
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4-2mamba
|
|
- rebuilt with libcogl 1.16
|
|
|
|
* Sun Apr 07 2013 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 17 2012 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 18 2012 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 26 2012 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
- update to 1.2.0
|
|
|
|
* Sun Oct 23 2011 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
- update to 1.0.4
|
|
|
|
* Thu Jul 28 2011 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
- update to 1.0.2
|
|
|
|
* Sun Jul 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
- update to 1.0.0
|
|
|
|
* Mon Sep 20 2010 gil <puntogil@libero.it> 0.10.6-1mamba
|
|
- package created by autospec
|