|
@@ -4,7 +4,7 @@ Summary: A C++ wrapper for gdl
|
|
Summary(ja): gdl の C++ ラッパー
|
|
Summary(ja): gdl の C++ ラッパー
|
|
Name: gdlmm
|
|
Name: gdlmm
|
|
Version: 3.7.3
|
|
Version: 3.7.3
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gdlmm/3.7/%{name}-%{version}.tar.xz
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gdlmm/3.7/%{name}-%{version}.tar.xz
|
|
@@ -13,7 +13,6 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gdl-devel >= 3.7
|
|
BuildRequires: gdl-devel >= 3.7
|
|
BuildRequires: glibmm-devel >= 2.16
|
|
BuildRequires: glibmm-devel >= 2.16
|
|
BuildRequires: gtkmm3-devel >= 3.0
|
|
BuildRequires: gtkmm3-devel >= 3.0
|
|
-BuildRequires: autoconf
|
|
|
|
Requires: gdl >= 3.7
|
|
Requires: gdl >= 3.7
|
|
Requires: glibmm >= 2.16
|
|
Requires: glibmm >= 2.16
|
|
Requires: gtkmm3 >= 3.0
|
|
Requires: gtkmm3 >= 3.0
|
|
@@ -22,9 +21,6 @@ Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: Takemikaduchi
|
|
Packager: Takemikaduchi
|
|
|
|
|
|
-# from upstream
|
|
|
|
-Patch0: gdlmm-3.7.3-c++11.patch
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
Gdlmm is a C++ wrapper for gdl.
|
|
Gdlmm is a C++ wrapper for gdl.
|
|
|
|
|
|
@@ -43,10 +39,8 @@ Header files and libraries for building a extension library for the gdlmm.
|
|
|
|
|
|
%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,10 +78,6 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{ver}/examples
|
|
%{_datadir}/doc/gdlmm-%{ver}
|
|
%{_datadir}/doc/gdlmm-%{ver}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Wed Jun 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.7.3-2
|
|
|
|
-- rebuild with gcc-5.4.0
|
|
|
|
-- add Patch0 (gdlmm-3.7.3-c++11.patch)
|
|
|
|
-
|
|
|
|
* Thu Dec 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.7.3-1
|
|
* Thu Dec 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.7.3-1
|
|
- updated to 3.7.3
|
|
- updated to 3.7.3
|
|
|
|
|