|
@@ -3,20 +3,22 @@
|
|
Summary: A C++ wrapper for goocanvas
|
|
Summary: A C++ wrapper for goocanvas
|
|
Summary(ja): goocanvas の C++ ラッパー
|
|
Summary(ja): goocanvas の C++ ラッパー
|
|
Name: goocanvasmm
|
|
Name: goocanvasmm
|
|
-Version: 0.14.0
|
|
|
|
|
|
+Version: 0.15.3
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-License: LGPL
|
|
|
|
|
|
+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/goocanvasmm/0.14/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
+License: LGPLv2
|
|
|
|
+URL: http://live.gnome.org/GooCanvas
|
|
|
|
|
|
-Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/goocanvasmm/0.15/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
-Requires: goocanvas >= 0.14
|
|
|
|
-Requires: glibmm >= 2.14.2
|
|
|
|
-Requires: gtkmm2 >= 2.10.9
|
|
|
|
|
|
+Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: goocanvas-devel >= 0.14
|
|
BuildRequires: goocanvas-devel >= 0.14
|
|
BuildRequires: glibmm-devel >= 2.14.2
|
|
BuildRequires: glibmm-devel >= 2.14.2
|
|
BuildRequires: gtkmm2-devel >= 2.10.9
|
|
BuildRequires: gtkmm2-devel >= 2.10.9
|
|
|
|
+Requires: goocanvas >= 0.14
|
|
|
|
+Requires: glibmm >= 2.14.2
|
|
|
|
+Requires: gtkmm2 >= 2.10.9
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -42,7 +44,9 @@ Header files and libraries for building a extension library for the goocanvasmm.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-static
|
|
|
|
|
|
+%configure \
|
|
|
|
+ --disable-static \
|
|
|
|
+ --disable-documentation
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -77,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{ver}/examples
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Oct 3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+- built with rpm-4.8.1 for pkg-config
|
|
|
|
+- added --disable-documentation to %%configure
|
|
|
|
+
|
|
* Thu Jul 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
|
|
* Thu Jul 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|