Browse Source

2014-11-02 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* freeciv, imake, lasem, lua, mate-icon-theme: changed Group
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9052 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
08c744c776

+ 6 - 2
f/freeciv/freeciv-vl.spec

@@ -5,10 +5,11 @@
 
 Name:           freeciv
 Version:        2.2.5
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A multi-player strategy game
+Summary(ja):    多人数戦略ゲーム
 
-Group:          Amusements/Games
+Group:          Applications/Games
 License:        GPLv2+
 URL:            http://freeciv.wikia.com/index.php/Freeciv
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -118,6 +119,9 @@ fi
 
 
 %changelog
+* Sun Nov  2 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.2.5-2
+- moved to Applications/Games
+
 * Thu Apr  7 2011 IWAI, Masaharu <iwai@alib.jp> 2.2.5-1
 - new upstream release
 - update ja.po (Source1): fixed upstream ja.po bug

+ 5 - 2
i/imake/imake-vl.spec

@@ -1,9 +1,9 @@
 Summary: imake source code configuration and build system
 Name: imake
 Version: 1.0.7
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT/X11
-Group: User Interface/X
+Group: Development/Tools
 URL: http://www.x.org
 
 Source0: ftp://ftp.x.org/pub/individual/util/%{name}-%{version}.tar.bz2
@@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xmkmf.1.*
 
 %changelog
+* Sun Nov  2 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 1.0.7-2
+- moved to Development/Tools Group
+
 * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
 - imake-1.0.7
 - gccmakedep-1.0.3

+ 8 - 5
l/lasem/lasem-vl.spec

@@ -1,16 +1,15 @@
 Summary:	SVG and Mathml rendering library
 Summary(ja):	SVG 及び Mathml のレンダリングライブラリ
 Name:		lasem
-Version:	0.3.4
+Version:	0.4.1
 Release:	1%{?_dist_release}
-License:	GPLv2+
-Group:		User Interface/Desktops
+License:	LGPLv2+
+Group:		System Environment/Libraries
 URL:		http://blogs.gnome.org/emmanuel/category/lasem/
 
 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	glib2-devel
@@ -98,8 +97,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/lasem-0.4
 
 
-
 %changelog
+* Sun Nov  2 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.4.1-1
+- new upstream release
+- moved to System Environment/Libraries Group
+- changed License to LGPLv2 (see COPYING)
+
 * Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-1
 - new upstream release
 - add BuildRequires: bison, flex

+ 24 - 11
l/lua/lua-vl.spec

@@ -1,8 +1,9 @@
 %define name lua
 %define version 5.1.4
-%define release 5%{?_dist_release}
+%define release 6%{?_dist_release}
 
 Summary: Lua is a powerful, light-weight programming language designed for extending applications.
+Summary(ja): アプリケーション拡張向けに設計された強力かつ軽量なプログラミング言語
 Name: %{name}
 Version: %{version}
 Release: %{release}
@@ -13,7 +14,8 @@ Group: Development/Languages
 URL: http://www.lua.org/
 
 #Requires: 
-BuildRequires: readline-devel, ncurses-devel
+BuildRequires: readline-devel
+BuildRequires: ncurses-devel
 # apt-get remove readline-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -36,30 +38,33 @@ Luaは拡張プログラミング言語である。データ記述機能を持
 データ駆動型プログラミングもサポートしている。 
 Luaは、パワフルで軽いコンフィギュレーション言語としての意図もあり、
 コンフィギュレーションが必要なあらゆるプログラムに使うことができる。 
-Luaは クリーンな C (つまり、ANSI C と C++ の共通のサブセット) で書かれ、
+Luaはクリーンな C (つまり、ANSI C と C++ の共通のサブセット) で書かれ、
 ライブラリとして実装されている。
 
 
 %package devel
 Summary: Libraries and include files for Lua.
-Group: Development/Languages
+Summary(ja): Lua の開発用ファイル
+Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: ncurses-devel, pkgconfig
+Requires: ncurses-devel
+Requires: pkgconfig
 
 %description devel
 Libraries and include files for Lua.
 
 %package static
-Summary:        Static library for %{name}
-Group:          System Environment/Libraries
-Requires:       %{name} = %{version}-%{release}
+Summary: Static library for Lua
+Summary(ja): Lua の静的ライブラリ
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
 
 %description static
 This package contains the static version of liblua for %{name}.
 
 
 %prep
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 %setup  -q
 %patch0 -p1 -E
@@ -81,13 +86,17 @@ sed -i 's/-lreadline -lncurses //g' etc/lua.pc
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/lua/5.1
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/lua/5.1
 
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 
 %files
@@ -114,6 +123,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 5.1.4-6
+- added Japanese summary
+- moved devel and static subpackages to Development/Libraries Group 
+
 * Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 5.1.4-5
 - build with current VineSeed
 

+ 9 - 4
m/mate-icon-theme/mate-icon-theme-vl.spec

@@ -1,14 +1,14 @@
 Summary:	A collection of icons used as the basis for MATE themes
 Name:		mate-icon-theme
 Version:	1.8.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source:		http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-License:	GPLv2
-Group:		Development/Tools
+License:	LGPLv3 or CC BY-SA 3.0
+Group:		User Interface/Desktops
 URL:		http://mate-desktop.org/
+
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:	mate-common
 BuildRequires:	glib2-devel
 BuildRequires:	icon-naming-utils
@@ -39,11 +39,16 @@ instead.
 
 %files
 %defattr(-, root, root)
+%doc AUTHORS COPYING ChangeLog README
 %{_datadir}/icons/mate
 %{_datadir}/icons/menta
 %{_datadir}/pkgconfig/mate-icon-theme.pc
 
 %changelog
+* Sun Nov  2 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 1.8.0-2
+- moved to User Interface/Desktops Group
+- updated License (see COPYING)
+
 * Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
 - new upstream release