Browse Source

2015-02-07 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* self-build-x265: added Group tag to x265-vl.spec
	


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

+ 4 - 1
nonfree/self-build-x265/self-build-x265-vl.spec

@@ -3,7 +3,7 @@
 %global pkgname 	x265
 %global name		self-build-%{pkgname}
 %global version		1.4
-%global release		1%{?_dist_release}
+%global release		2%{?_dist_release}
 
 %global sourceurl0	https://bitbucket.org/multicoreware/x265/get/%{version}.tar.bz2
 
@@ -118,6 +118,9 @@ x265はH.265/HEVCをエンコードするためのライブラリです。
 %{_datadir}/%{name}
 
 %changelog
+* Sat Feb  7 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4-2
+- added Group tag to Source0
+
 * Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4-1
 - new upstream release
 - initial build based on RPM Fusion rawhide

+ 10 - 2
nonfree/self-build-x265/x265-vl.spec

@@ -1,9 +1,11 @@
 %global commit 5e604833c5aa
 
 Summary: H.265/HEVC encoder library
+Summary(ja): H.265/HEVC エンコーダライブラリ
 Name: x265
 Version: 1.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
+Group: System Environment/Libraries
 URL: http://x265.org/
 Source0: https://bitbucket.org/multicoreware/x265/get/%{version}.tar.bz2
 # fix pkgconfig file installation path
@@ -16,6 +18,7 @@ Patch2: x265-pic.patch
 # source/Lib/TLibEncoder - BSD
 # everything else - GPLv2+
 License: GPLv2+ and BSD
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: cmake
 BuildRequires: yasm
 
@@ -28,7 +31,9 @@ This package contains the command line encoder and the shared library.
 
 %package devel
 Summary: H.265/HEVC encoder library development files
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Summary(ja): H.265/HEVC エンコーダライブラリの開発用ファイル
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
 
 %description devel
 The primary objective of x265 is to become the best H.265/HEVC encoder
@@ -88,6 +93,9 @@ exit 0
 %{_libdir}/pkgconfig/x265.pc
 
 %changelog
+* Sat Feb  7 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4-2
+- added Group tag
+
 * Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4-1
 - new upstream release
 - initial build based on RPM Fusion rawhide