58 lines
1.6 KiB
RPMSpec
58 lines
1.6 KiB
RPMSpec
Name: clutter-gst2
|
|
Version: 2.0.18
|
|
Release: 6
|
|
Summary: A toolkit for creating compelling, dynamic, and portable graphical user interfaces
|
|
License: LGPLv2+
|
|
URL: http://www.clutter-project.org
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/clutter-gst/2.0/clutter-gst-%{version}.tar.xz
|
|
|
|
BuildRequires: clutter-devel gobject-introspection-devel gstreamer1-devel gstreamer1-plugins-base-devel
|
|
|
|
%description
|
|
Clutter is a toolkit for creating compelling, dynamic, and portable
|
|
graphical user interfaces. Clutter is free software, developed by
|
|
the GNOME community.
|
|
|
|
%package devel
|
|
Summary: Development files for clutter-gst
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and headier files for developing applications
|
|
that use clutter-gst.
|
|
|
|
%prep
|
|
%autosetup -n clutter-gst-%{version} -p1
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/
|
|
%delete_la
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%doc AUTHORS README
|
|
%{_libdir}/girepository-1.0/ClutterGst-2.0.typelib
|
|
%{_libdir}/gstreamer-1.0/libgstclutter.so
|
|
%{_libdir}/libclutter-gst-2.0.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/clutter-gst-2.0/clutter-gst/*.h
|
|
%{_libdir}/libclutter-gst-2.0.so
|
|
%{_libdir}/pkgconfig/clutter-gst-2.0.pc
|
|
%{_datadir}/gir-1.0/ClutterGst-2.0.gir
|
|
|
|
%changelog
|
|
* Wed Dec 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.18-6
|
|
- Package init
|