Browse Source

system-config-network: update to 1.6.2, update dependency

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3653 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
8e963650ed
1 changed files with 20 additions and 7 deletions
  1. 20 7
      s/system-config-network/system-config-network-vl.spec

+ 20 - 7
s/system-config-network/system-config-network-vl.spec

@@ -2,8 +2,8 @@
 Summary: The GUI of the Network Adminstration Tool
 Summary(ja): ネットワーク管理ツール(GUI)
 Name: system-config-network
-Version: 1.5.97
-Release: 4%{?_dist_release}
+Version: 1.6.2
+Release: 1%{?_dist_release}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
 License: GPLv2+
 Group: Applications/System 
@@ -11,13 +11,14 @@ Group: Applications/System
 Source0: %{name}-%{version}.tar.bz2
 Source1: %{name}-ja-help-image.tar.bz2
 Patch0: %{name}-1.5.97-fix-crash-on-saving.patch
-Patch1: %{name}-1.5.99-modprobeconf.patch
-Patch2: %{name}-1.5.97-ja-help.patch
+#Patch1: %{name}-1.5.99-modprobeconf.patch
+Patch2: %{name}-1.6.2-ja-help.patch
 
 BuildArch: noarch
 BuildRequires: python >= 0:2.2, openjade, docbook-style-dsssl, perl, gettext, desktop-file-utils, perl-XML-Parser
+BuildRequires: intltool, autoconf, automake
 Requires: %{name}-tui = %{version}-%{release}
-Requires: pygtk2-libglade, pygtk2, gnome-python, usermode, xdg-utils
+Requires: pygtk2-libglade, pygtk2, gnome-python, usermode-gtk, xdg-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
@@ -28,8 +29,9 @@ supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
 Summary: The Network Adminstration Tool
 Summary(ja): ネットワーク管理ツール
 Group: Applications/System 
-Requires: initscripts >= 8.80.0, usermode , kudzu, python, rhpl, newt
+Requires: initscripts >= 8.80.0, usermode , python, rpm-python, newt
 Requires: pciutils, dbus-python
+Requires: python-ethtool, python-iwlib
 
 %description tui
 This is the network configuration tool,
@@ -38,10 +40,11 @@ supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
 %prep
 %setup -q -a 1
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
 
 %build
+autoreconf
 %configure
 
 %install
@@ -108,6 +111,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Sat Apr 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-1
+- update to 1.6.2
+- remove R: rhpl, kudzu
+- add R: python-ethtool, python-iwlib to tui
+- add R: usermode-gtk instead of usermode
+- add BR: intltool, autoconf, automake
+
+* Sat Apr 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.97-5
+- rebuild for Vine 6
+
 * Thu Oct 22 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.5.97-4
 - add source1(images of Japanese help).