Browse Source

2014-10-12 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* GeoIP: rebuild
	* OpenIPMI, nasm, yasm: update
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9005 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
6227ad5059
4 changed files with 76 additions and 28 deletions
  1. 16 5
      G/GeoIP/GeoIP-vl.spec
  2. 34 13
      O/OpenIPMI/OpenIPMI-vl.spec
  3. 16 6
      n/nasm/nasm-vl.spec
  4. 10 4
      y/yasm/yasm-vl.spec

+ 16 - 5
G/GeoIP/GeoIP-vl.spec

@@ -1,22 +1,27 @@
 %define geoipupadte_ver 2.0.0
 
 Name: GeoIP
-Version: 1.6.0
-Release: 1%{?_dist_release}
 Summary: C library for country/city/organization to IP address or hostname mapping
-Group: Development/Libraries
+Summary(ja): 国/都市/組織と IP アドレス/ホスト名とのマッピングを取るための C ライブラリ
+Version: 1.6.0
+Release: 2%{?_dist_release}
+
+Group: System Environment/Libraries
 License: GPLv2+ and LGPLv2+
 URL: http://www.maxmind.com/app/c
+
 Source0: https://github.com/maxmind/geoip-api-c/releases/download/v%{version}/GeoIP-%{version}.tar.gz
 Source1: https://github.com/maxmind/geoipupdate/releases/download/v%{geoipupadte_ver}/geoipupdate-%{geoipupadte_ver}.tar.gz
 Source2: LICENSE.txt
 Source3: fetch-geoipdata-city.pl
 Source4: fetch-geoipdata.pl
 Source5: README.Fedora
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: curl-devel
+BuildRequires: zlib-devel
 Obsoletes: geoip < %{version}-%{release}
 Provides: geoip = %{version}-%{release}
-BuildRequires: curl-devel, zlib-devel
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -31,6 +36,7 @@ using reverse DNS lookups.
 
 %package devel
 Summary: Development headers and libraries for GeoIP
+Summary(ja): GeoIP の開発用ヘッダファイル及びライブラリ
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Provides: geoip-devel = %{version}-%{release}
@@ -94,6 +100,7 @@ rm -rf %{buildroot}
 %{_mandir}/man1/geoiplookup.1*
 %{_mandir}/man1/geoiplookup6.1*
 %{_mandir}/man1/geoipupdate.1*
+%{_mandir}/man5/GeoIP.conf.5.*
 
 %files devel
 %defattr(-,root,root,-)
@@ -103,6 +110,10 @@ rm -rf %{buildroot}
 %{_libdir}/libGeoIP.so
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-2
+- added Japanese summary
+- moved main package to System Environment/Libraries
+
 * Sat Jan 04 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.0-1
 - new upstream release.
 

+ 34 - 13
O/OpenIPMI/OpenIPMI-vl.spec

@@ -4,8 +4,8 @@
 Summary: IPMI (Intelligent Platform Management Interface) library and tools
 Summary(ja): IPMI (Intelligent Platform Management Interface) ライブラリおよびツール
 Name: OpenIPMI
-Version: 2.0.18
-Release: 5%{?_dist_release}
+Version: 2.0.21
+Release: 1%{?_dist_release}
 License: LGPLv2+ and GPLv2+ or BSD
 Group: System Environment/Base
 URL: http://sourceforge.net/projects/openipmi/
@@ -15,9 +15,18 @@ Source2: openipmi.initscript
 Source3: openipmigui.desktop
 Source4: README.initscript
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
-BuildRequires: openssl-devel python-devel perl tcl tkinter
-BuildRequires: desktop-file-utils popt-devel
+BuildRequires: desktop-file-utils
+BuildRequires: gdbm-devel
+BuildRequires: glib2-devel
+BuildRequires: ncurses-devel
+BuildRequires: net-snmp-devel
+BuildRequires: openssl-devel
+BuildRequires: perl
+BuildRequires: popt-devel
+BuildRequires: python-devel
+BuildRequires: swig
+BuildRequires: tcl
+BuildRequires: tkinter
 Requires(post): chkconfig
 Requires(preun): chkconfig
 
@@ -32,18 +41,18 @@ platform information using Intelligent Platform Management Interface (IPMI).
 This package contains the tools of the OpenIPMI project.
 
 %package libs
-Group: Development/Libraries
 Summary: The OpenIPMI runtime libraries
 Summary(ja): OpenIPMI ランタイムライブラリ
+Group: System Environment/Libraries
 
 %description libs
 The OpenIPMI-libs package contains the runtime libraries for shared binaries
 and applications.
 
 %package perl
-Group: Development/Libraries
 Summary: IPMI Perl language bindings
 Summary(ja): IPMI Perl 言語バインディング
+Group: Development/Libraries
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description perl
@@ -53,26 +62,29 @@ The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI.
 Group: Development/Libraries
 Summary: IPMI Python language bindings
 Summary(ja): IPMI Python 言語バインディング
+Requires: python
 
 %description python
 The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
 
 %package devel
-Group: Development/Libraries
 Summary: The development environment for the OpenIPMI project
-Summary(ja): OpenIPMIの開発キット
-Requires: pkgconfig
+Summary(ja): OpenIPMI の開発キット
+Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 
 %description devel
 The OpenIPMI-devel package contains the development libraries and header files
 of the OpenIPMI project.
 
 %package gui
-Group: System Environment/Base
 Summary: IPMI graphical user interface tool
 Summary(ja): IPMI GUI ツール
-Requires: tix tkinter %{name}-python = %{version}-%{release}
+Group: System Environment/Base
+Requires: tix
+Requires: tkinter
+Requires: %{name}-python = %{version}-%{release}
 
 %description gui
 The OpenIPMI-gui package contains the graphical user interface to monitor
@@ -135,21 +147,26 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 %doc CONFIGURING_FOR_LAN COPYING COPYING.BSD COPYING.LIB FAQ README README.Force README.MotorolaMXP README.initscript
+%config(noreplace) %{_sysconfdir}/ipmi/ipmisim1.emu
+%config(noreplace) %{_sysconfdir}/ipmi/lan.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/ipmi
 %{_initrddir}/ipmi
 %{_bindir}/ipmicmd
 %{_bindir}/ipmilan
 %{_bindir}/ipmish
+%{_bindir}/ipmi_sim
 %{_bindir}/ipmi_ui
 %{_bindir}/openipmicmd
 %{_bindir}/openipmish
 %{_bindir}/rmcp_ping
+%{_bindir}/sdrcomp
 %{_bindir}/solterm
-%{_mandir}/man1/ipmi_ui*
+%{_mandir}/man1/ipmi_*
 %{_mandir}/man1/openipmicmd*
 %{_mandir}/man1/openipmish*
 %{_mandir}/man1/rmcp_ping*
 %{_mandir}/man1/solterm*
+%{_mandir}/man5/ipmi_*
 %{_mandir}/man7/ipmi_cmdlang*
 %{_mandir}/man7/openipmi_conparms*
 %{_mandir}/man8/ipmilan*
@@ -181,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.21-1
+- updated to 2.0.21
+- rebuilt with perl-5.16.3
+
 * Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.18-5
 - rebuild with net-snmp-5.7.1
 

+ 16 - 6
n/nasm/nasm-vl.spec

@@ -1,17 +1,21 @@
-%define nasm_version 2.09.08
+%define nasm_version 2.11.05
 %define download http://www.nasm.us/pub/nasm/releasebuilds
 Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
 Summary(ja): Netwide アセンブラ: Intel ライクなシンタックスのポータブル x86 アセンブラ
 Name: nasm
 Version: %{nasm_version}
 Release: 1%{?_dist_release}
-License: LGPL
+License: BSD
 Group: Development/Languages
 URL: http://nasm.sourceforge.net/
-Source0: %{download}/%{nasm_version}/nasm-%{nasm_version}.tar.bz2
-Source1: %{download}/%{nasm_version}/nasm-%{nasm_version}-xdoc.tar.bz2
-BuildPrereq: perl, ghostscript, texinfo
+Source0: %{download}/%{nasm_version}/nasm-%{nasm_version}.tar.xz
+Source1: %{download}/%{nasm_version}/nasm-%{nasm_version}-xdoc.tar.xz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: ghostscript
+BuildRequires: perl
+BuildRequires: texinfo
+
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: owa
@@ -20,7 +24,8 @@ Packager: owa
 Summary: Extensive documentation for NASM
 SUmmary(ja): NASM のドキュメント
 Group: Applications/Documentation
-PreReq: install-info
+Requires(post): install-info
+Requires(preun): install-info
 
 %package rdoff
 Summary: Tools for the RDOFF binary format, sometimes used with NASM.
@@ -112,6 +117,11 @@ fi
 %{_bindir}/rdx
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> nasm-2.11.05-1
+- updated nasm to nasm-2.11.05
+- updated xdoc to nasm-2.11.05-xdoc
+- updated License to BSD (see, LICENSE)
+
 * Thu Apr 28 2011 Shu KONNO <owa@bg.wakwak.com> nasm-2.09.08-1
 - updated nasm to nasm-2.09.08
 - updated xdoc to nasm-2.09.08-xdoc

+ 10 - 4
y/yasm/yasm-vl.spec

@@ -1,16 +1,19 @@
 Summary:	YASM Modular Assembler
 Summary(ja):	YASM モジュール化アセンブラ
 Name:		yasm
-Version:	1.2.0
+Version:	1.3.0
 Release:	1%{?_dist_release}
 # See COPYING for the detail, there is quite a lot!
 License:	BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
 Group:		Development/Languages
-URL:		http://www.tortall.net/projects/yasm/
+URL:		http://yasm.tortall.net/
 Source:		http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: bison, byacc, xmlto, gettext-devel
+BuildRequires: bison
+BuildRequires: byacc
+BuildRequires: gettext-devel
+BuildRequires: xmlto
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -58,7 +61,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root, -)
-%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
+%doc Artistic.txt AUTHORS BSD.txt COPYING GNU* 
 %{_bindir}/vsyasm
 %{_bindir}/yasm
 %{_bindir}/ytasm
@@ -73,6 +76,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/*
 
 %changelog
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.3.0-1
+- new upstream release
+
 * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.0-1
 - new upstream release; description fix