|
@@ -4,7 +4,7 @@ Summary: A C++ wrapper for clutter-gtkmm
|
|
Summary(ja): clutter-gtkmm の C++ ラッパー
|
|
Summary(ja): clutter-gtkmm の C++ ラッパー
|
|
Name: clutter-gtkmm
|
|
Name: clutter-gtkmm
|
|
Version: 1.6.0
|
|
Version: 1.6.0
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
@@ -15,6 +15,7 @@ BuildRequires: clutter-gtk-devel >= 1.6.0
|
|
BuildRequires: cluttermm-devel >= 0.9.6
|
|
BuildRequires: cluttermm-devel >= 0.9.6
|
|
BuildRequires: gtkmm3-devel >= 3.6.0
|
|
BuildRequires: gtkmm3-devel >= 3.6.0
|
|
BuildRequires: mm-common
|
|
BuildRequires: mm-common
|
|
|
|
+BuildRequires: autoconf
|
|
Requires: clutter-gtk >= 1.6.0
|
|
Requires: clutter-gtk >= 1.6.0
|
|
Requires: cluttermm >= 0.9.6
|
|
Requires: cluttermm >= 0.9.6
|
|
Requires: gtkmm3 >= 3.6.0
|
|
Requires: gtkmm3 >= 3.6.0
|
|
@@ -23,6 +24,9 @@ Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: Takemikaduchi
|
|
Packager: Takemikaduchi
|
|
|
|
|
|
|
|
+# from upstream
|
|
|
|
+Patch0: clutter-gtkmm-1.6.0-c++11.patch
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Clutter-gtkmm is a C++ wrapper for clutter-gtkmm.
|
|
Clutter-gtkmm is a C++ wrapper for clutter-gtkmm.
|
|
|
|
|
|
@@ -38,8 +42,10 @@ Header files and libraries for building a extension library for the clutter-gtkm
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+autoreconf -if
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -84,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{ver}/examples
|
|
%{_datadir}/devhelp/books/*
|
|
%{_datadir}/devhelp/books/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
|
|
|
|
+- rebuild with gcc-5.4.0
|
|
|
|
+- add Patch0 (clutter-gtkmm-1.6.0-c++11.patch)
|
|
|
|
+
|
|
* Wed Dec 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
|
|
* Wed Dec 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add BuildRequires: gtkmm3-devel, mm-common
|
|
- add BuildRequires: gtkmm3-devel, mm-common
|