Browse Source

2015-01-27 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* ConsoleKit, libtorrent-rasterbar, notify-python,
	  prison, yelp, yelp-xsl: changed Group
	  


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

+ 12 - 5
C/ConsoleKit/ConsoleKit-vl.spec

@@ -7,7 +7,7 @@ Summary: System daemon for tracking users, sessions and seats
 Summary(ja): ユーザ、セッションおよび座席を捕捉するシステムデーモン
 Name: ConsoleKit
 Version: 0.4.6
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.freedesktop.org/wiki/Software/ConsoleKit
@@ -48,7 +48,7 @@ Summary: X11-requiring add-ons for ConsoleKit
 Summary(ja): X11 を必要とする ConsoleKit アドオン
 License: GPLv2+
 Group: System Environment/Daemons
-Requires: %name = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 Requires: libX11
 
 %description x11
@@ -73,9 +73,10 @@ Libraries and a PAM module for interacting with ConsoleKit.
 
 %package devel
 Summary: Development libraries and headers for ConsoleKit
-Summary(ja): Development libraries and headers for ConsoleKit
+Summary(ja): ConsoleKit の開発用ライブラリおよびヘッダファイル
 License: MIT
 Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
 Requires: dbus-devel
 Requires: pkgconfig
 
@@ -86,8 +87,8 @@ Headers, libraries and API docs for ConsoleKit
 %package docs
 Summary: Developer documentation for ConsoleKit
 Summary(ja): ConsoleKit の開発用ドキュメント
-Group: Development/Libraries
-Requires: %name = %{version}-%{release}
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
 
 %description docs
 Developer documentation for ConsoleKit.
@@ -99,6 +100,8 @@ Developer documentation for ConsoleKit.
 
 %build
 autoreconf -i -f
+# To avoid build failure, skip validation at xmlto
+export XMLTO_FLAGS="--skip-validation"
 %configure \
   --with-pid-file=%{_localstatedir}/run/console-kit-daemon.pid \
   --enable-pam-module \
@@ -196,6 +199,10 @@ fi
 
 
 %changelog
+* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.4.6-3
+- moved docs subpackage to Documentation Group
+- added --skip-validation option to xmlto
+
 * Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.6-2
 - change BuildRequires: eudev-libudev-devel instead of libudev-devel
 

+ 6 - 3
lib/libt/libtorrent-rasterbar/libtorrent-rasterbar-vl.spec

@@ -3,7 +3,7 @@
 
 Name:		libtorrent-rasterbar
 Version:	0.16.13
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 Summary(ja):	最良の代替手段となることを目指す C++ BitTorrent ライブラリ
 
@@ -78,8 +78,8 @@ included documentation for more details.)
 
 %package	python
 Summary:	Python bindings for %{name}
-Summary:	%{name} の Python バインディング
-Group:		Development/Languages
+Summary(ja):	%{name} の Python バインディング
+Group:		System Environment/Libraries
 License:	Boost
 Requires:	%{name} = %{version}-%{release}
 
@@ -193,6 +193,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.16.13-2
+- moved python subpackage to System Environment/Libraries Group
+
 * Sun Jan 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.16.13-1
 - new upstream release
 

+ 6 - 3
n/notify-python/notify-python-vl.spec

@@ -1,13 +1,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary:        Python bindings for libnotify
-Summary(ja):    libnotify の Python バインディング
+Summary(ja):    libnotify の python バインディング
 
 Name:           notify-python
 Version:        0.1.1
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 
-Group:          Development/Languages
+Group:          System Environment/Libraries
 # No version specified, just COPYING.
 License:        LGPLv2+
 URL:            http://www.galago-project.org/specs/notification
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.1-6
+- moved main package to System Environment/Libraries Group
+
 * Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-5
 - rebuild with python-2.7.2
 

+ 11 - 3
p/prison/prison-vl.spec

@@ -1,7 +1,8 @@
 Name:           prison
 Summary:        A Qt-based barcode abstraction library
+Summary(ja):    Qt ベースのバーコード抽象化ライブラリ
 Version:        1.1.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -20,8 +21,11 @@ Prison is a Qt-based barcode abstraction layer/library that provides
 an uniform access to generation of barcodes with data.
 
 %package devel
-Summary: Development files for %{name}
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Summary:     Development files for %{name}
+Summary(ja): %{name} の開発用ファイル
+Group:       Development/Libraries
+Requires:    %{name} = %{version}-%{release}
+
 %description devel
 %{summary}
 
@@ -65,6 +69,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1.1-2
+- added Group tag to devel subpackage
+- added Japanese summary
+
 * Mon May 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.1.1-1
 - new upstream release
 

+ 11 - 2
y/yelp-xsl/yelp-xsl-vl.spec

@@ -1,13 +1,15 @@
 Name:           yelp-xsl
 Version:        3.14.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        XSL stylesheets for the yelp help browser
+Summary(ja):    Yelp ヘルプブラウザ用の XSL スタイルシート
 
 License:        LGPLv2+
-Group:          Applications/System
+Group:          System Environment/Libraries
 URL:            http://download.gnome.org/sources/yelp-xsl
 Source0:        http://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
@@ -24,6 +26,8 @@ This package contains XSL stylesheets that are used by the yelp help browser.
 
 %package devel
 Summary: Developer documentation for yelp-xsl
+Summary(ja): yelp-xsl の開発用ファイル
+Group: Development/Libraries
 Requires: pkgconfig
 Requires: %{name} = %{version}-%{release}
 
@@ -57,6 +61,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 
 %changelog
+* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.0-2
+- moved main package to System Environment/Libraries Group
+- moved devel subpackage to Development/Libraries Group
+- added Japanese summary
+
 * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
 - new upstream release
 

+ 14 - 4
y/yelp/yelp-vl.spec

@@ -9,7 +9,7 @@ Summary: A system documentation reader from the Gnome project.
 Summary(ja): GNOME プロジェクトのシステムドキュメントリーダ
 Name: yelp
 Version: 3.14.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 URL: http://live.gnome.org/Yelp
 Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp/3.14/%{name}-%{version}.tar.xz
@@ -58,7 +58,8 @@ Yelp は Gnome 3 のヘルプ/ドキュメントブラウザです。このツ
 
 %package libs
 Summary: Libraries for yelp
-Group: Development/Libraries
+Summary(ja): Yelp のライブラリ
+Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 
 %description libs
@@ -66,6 +67,7 @@ This package contains libraries used by the yelp help browser.
 
 %package devel
 Summary: Development files for yelp-libs
+Summary(ja): yelp-libs の開発用ファイル
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -76,10 +78,10 @@ the libraries in the yelp-libs package.
 
 %package        docs
 Summary:        Documentation for %{name}
-Summary(ja):    %{name} のドキュメント
+Summary(ja):    %{name} のドキュメント
 Group:          Documentation
 Requires:       %{name} = %{version}-%{release}
-BuildArch:		noarch
+BuildArch:	noarch
 
 %description    docs
 This package contains documentation for %{name}.
@@ -129,6 +131,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %posttrans
 glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
+%post libs -p /sbin/ldconfig
+
+%postun libs -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %{_bindir}/*
@@ -154,6 +160,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.1-2
+- moved libs subpakage to System Environment/Libraries Group
+- added %%post and %%postun to libs subpackage
+
 * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
 - new upstream release