Browse Source

rebuilt with rpm-4.8.1: libexo, xfce4-panel

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1880 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
04573238cb
2 changed files with 23 additions and 13 deletions
  1. 15 10
      lib/libe/libexo/libexo-vl.spec
  2. 8 3
      x/xfce4-panel/xfce4-panel-vl.spec

+ 15 - 10
lib/libe/libexo/libexo-vl.spec

@@ -1,15 +1,17 @@
 %define srcname exo
 
 Summary: extension library to Xfce
-Summary(ja): Xfceの拡張ライブラリ
+Summary(ja): Xfce の拡張ライブラリ
 Name: libexo
 Version: 0.3.107
-Release: 1%{?_dist_release}
-Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{srcname}-%{version}.tar.bz2
-License: LGPL
+Release: 2%{?_dist_release}
+
 Group: System Environment/Libraries
+License: LGPL
 URL: http://www.xfce.org/
 
+Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{srcname}-%{version}.tar.bz2
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: glib2-devel >= 2.6.4
 BuildRequires: gtk2-devel >= 2.6.0
@@ -33,14 +35,14 @@ at desktop development, libexo is targeted at application development,
 with a focus on applications for Xfce.
 
 %description -l ja
-libexoはos-cillationにより開発されたXfceの拡張ライブラリです。
-Xfceはデスクトップ環境の開発を第一の目的としたごくわずかのライブラリ
-と共に作成されていますが、libexoはアプリケーションの開発、それも
-Xfce用のアプリケーション開発に焦点を定めています
+libexo は os-cillation により開発された Xfce の拡張ライブラリです.
+Xfce はデスクトップ環境の開発を第一の目的としたごくわずかのライブラリ
+と共に作成されていますが,libexo はアプリケーションの開発,それも
+Xfce 用のアプリケーション開発に焦点を定めています
 
 %package -n %{name}-devel
-Summary: Header files and libraries for developing apps which will use sqlite3
-Summary(ja): libexoの開発用ヘッダファイル及びライブラリ
+Summary: Header files and libraries for developing apps which will use %{name}
+Summary(ja): libexo の開発用ヘッダファイル及びライブラリ
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: glib2-devel >= 2.6.4
@@ -114,6 +116,9 @@ fi
 %{_datadir}/gtk-doc/html/exo-0.3
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.107-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.107-1
 - new upstrem release
 - built with new toolchain

+ 8 - 3
x/xfce4-panel/xfce4-panel-vl.spec

@@ -1,14 +1,17 @@
 Summary: 	Next generation panel for Xfce
 Name: 		xfce4-panel
 Version: 	4.6.4
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
+
+Group: 		User Interface/Desktops
 License:	GPLv2+ and LGPLv2+
 URL: 		http://www.xfce.org/
+
 Source0: 	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
 #Patch0:	contents.xml.patch
-Group: 		User Interface/Desktops
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
+BuildRequires:	cairo-devel >= 1.0.0
 BuildRequires:	libxfce4util-devel >= 4.6.0
 BuildRequires:	libxfcegui4-devel >= 4.6.0
 BuildRequires:	libxml2-devel >= 2.4.0
@@ -28,7 +31,6 @@ xfce4-panel is the panel for the XFce desktop environment
 Summary: Development headers for xfce4-panel
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
 Requires: libxfce4util-devel >= 4.6.0
 Requires: libxfcegui4-devel >= 4.6.0
 
@@ -117,6 +119,9 @@ fi
 %doc %{_datadir}/gtk-doc/html/libxfce4panel
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
 - new upstream release
 - built with new toolchain