Browse Source

rebuild with rpm-4.8.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1892 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
a182ffbc0b
3 changed files with 28 additions and 4 deletions
  1. 18 2
      e/eog/eog-vl.spec
  2. 4 1
      g/glib/glib-vl.spec
  3. 6 1
      g/gtk+/gtk+-vl.spec

+ 18 - 2
e/eog/eog-vl.spec

@@ -11,7 +11,7 @@ Summary: Eye of GNOME image viewer
 Summary(ja): Eye of GNOME 画像ビューワ
 Name:    eog
 Version: 2.30.2
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 URL: http://projects.gnome.org/eog/
 Group: Applications/Graphics
 License: GPL 
@@ -45,6 +45,19 @@ Eye of GNOME (EOG) is an image viewer component used by Nautilus.
 %description -l ja
 Eye of GNOME (EOG) は Nautilus が使用する画像ビューワです.
 
+
+%package        devel
+Summary:        Development tools for eog applications.
+Summary(ja):    eog アプリケーションの開発用ファイル
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:	pkgconfig
+Requires:	gtk2-devel
+Requires:	GConf2-devel
+
+%description devel
+Header files and libraries for building a extension library for the eog.
+
 %prep
 %setup -q
 
@@ -118,12 +131,15 @@ fi
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_libdir}/eog
 
-# devel files
+%files devel
 %{_includedir}/eog-2.20
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gtk-doc/html/eog
 
 %changelog
+* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
+- add devel sub package
+
 * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
 - rebuild with rpm-4.8.1 for pkg-config file
 

+ 4 - 1
g/glib/glib-vl.spec

@@ -9,7 +9,7 @@ Summary:	A library of handy utility functions.
 Summary(ja):	便利なユーティリティ関数ライブラリ
 Name:		glib
 Version:	1.2.10
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 License:	LGPL
 Group:		System Environment/Libraries
 URL:		http://www.gtk.org
@@ -160,6 +160,9 @@ fi
 %endif
 
 %changelog
+* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-4
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Mon May 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.10-3
 - spec in UTF-8
 

+ 6 - 1
g/gtk+/gtk+-vl.spec

@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 %define	ver	1.2.10
-%define rel	2%{?_dist_release}
+%define rel	3%{?_dist_release}
 %define debug	off
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
@@ -15,6 +15,7 @@ Obsoletes:	gtk
 BuildRequires:	glib-devel >= 1.2.10
 BuildRequires:  libX11-devel libXext-devel libXi-devel
 BuildRequires:	linuxdoc-tools automake14 autoconf213
+BuildRequires:	libXt-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Source:		ftp://ftp.gimp.org/pub/gtk/v1.2/%{name}-%{ver}.tar.gz
@@ -364,6 +365,10 @@ fi
 
 
 %changelog
+* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-3
+- rebuild with rpm-4.8.1 for pkg-config file
+- add BuildRequires: libXt-devel
+
 * Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.10-2
 - spec in utf-8