Browse Source

updated: goocanvas, goocanvasmm, heartbeat

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1982 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
46777c7be9
3 changed files with 33 additions and 13 deletions
  1. 7 2
      g/goocanvas/goocanvas-vl.spec
  2. 17 8
      g/goocanvasmm/goocanvasmm-vl.spec
  3. 9 3
      h/heartbeat/heartbeat-vl.spec

+ 7 - 2
g/goocanvas/goocanvas-vl.spec

@@ -2,15 +2,16 @@ Summary:        A new canvas widget for GTK+ that uses cairo for drawing
 Summary(ja):    Cairo を用いた GTK+ 用の新しいキャンバスウィジェット
 
 Name:           goocanvas
-Version:        0.14
+Version:        0.15
 Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://live.gnome.org/GooCanvas
+
 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/0.14/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  pkgconfig, gettext, gtk2-devel
 BuildRequires:  cairo-devel >= 1.4.0
 
@@ -73,6 +74,10 @@ These are the files used for development.
 
 
 %changelog
+* Sun Oct  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-1
+- updated to 0.15
+- built with rpm-4.8.1 for pkg-config
+
 * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.14-1
 - initial build for Vine Linux
 

+ 17 - 8
g/goocanvasmm/goocanvasmm-vl.spec

@@ -3,20 +3,22 @@
 Summary: A C++ wrapper for goocanvas
 Summary(ja): goocanvas の C++ ラッパー
 Name: goocanvasmm
-Version: 0.14.0
+Version: 0.15.3
 Release: 1%{?_dist_release}
-License: LGPL
+
 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:	glibmm-devel >= 2.14.2
 BuildRequires:	gtkmm2-devel >= 2.10.9
+Requires:	goocanvas >= 0.14
+Requires:	glibmm >= 2.14.2
+Requires:	gtkmm2 >= 2.10.9
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -42,7 +44,9 @@ Header files and libraries for building a extension library for the goocanvasmm.
 %setup -q 
 
 %build
-%configure --disable-static
+%configure \
+    --disable-static \
+    --disable-documentation 
 make %{?_smp_mflags}
 
 %install
@@ -77,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{ver}/examples
 %{_libdir}/pkgconfig/*.pc
 
 %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
 - initial build for Vine Linux
 

+ 9 - 3
h/heartbeat/heartbeat-vl.spec

@@ -8,14 +8,17 @@ Summary:          Heartbeat subsystem for High-Availability Linux
 Summary(ja):	  高可用性 Linux のための HeartBeat サブシステム
 Name:             heartbeat
 Version:          2.0.8
-Release:          4%{_dist_release}
+Release:          5%{_dist_release}
+
+Group:            System Environment/Daemons
 License:          GPL/LGPL
 URL:              http://linux-ha.org/
-Group:            System Environment/Daemons
+
 Source0:          http://linux-ha.org/download/%{name}-%{version}.tar.gz
 Patch0:           heartbeat-fedora-pam.patch
 Patch1:           heartbeat-fedora-chkconfig.patch
-BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+
+BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 BuildRequires:    glib2-devel
 BuildRequires:    iputils
 BuildRequires:    libnet-devel
@@ -304,6 +307,9 @@ test "$1" != 0 || /usr/sbin/groupdel %{gname} &>/dev/null || :
 %{_libdir}/*.so
 
 %changelog
+* Sun Oct  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.8-5
+- rebuilt with new toolchain
+
 * Sun May 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.8-4
 - spec in UTF-8
 - changed devel Group to Development/Libraries