Browse Source

self-build-ffmpegthumbnailer 2.2.0-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11753 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 5 years ago
parent
commit
2c174570f7

+ 25 - 13
nonfree/self-build-ffmpegthumbnailer/ffmpegthumbnailer-vl.spec

@@ -1,10 +1,10 @@
 # Basic Information
 # Basic Information
 Name:           ffmpegthumbnailer
 Name:           ffmpegthumbnailer
 Version:        2.2.0
 Version:        2.2.0
-Release:        2%{?_dist_release}
-# COPYING  などを参照して License を修正してください。
+Release:        3%{?_dist_release}
+# COPYING  縺ェ縺ゥ繧貞盾辣ァ縺励※ License 繧剃ソョ豁」縺励※縺上□縺輔>縲�
 License:        GPLv2+
 License:        GPLv2+
-# /usr/share/doc/rpm-4.11.1/GROUPS_for_vine.txt を参照して Group を修正してください。
+# /usr/share/doc/rpm-4.11.1/GROUPS_for_vine.txt 繧貞盾辣ァ縺励※ Group 繧剃ソョ豁」縺励※縺上□縺輔>縲�
 Group:          Applications/Multimedia
 Group:          Applications/Multimedia
 #URL:            http://code.google.com/p/ffmpegthumbnailer/
 #URL:            http://code.google.com/p/ffmpegthumbnailer/
 URL:		https://github.com/dirkvdb/ffmpegthumbnailer
 URL:		https://github.com/dirkvdb/ffmpegthumbnailer
@@ -14,29 +14,32 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 
 Vendor:         Project Vine
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
-Packager:       Shirow HIGA
+Packager:       Shirow HIGA, iwaim
 
 
 Summary:        Lightweight video thumbnailer that can be used by file managers
 Summary:        Lightweight video thumbnailer that can be used by file managers
-#Summary(ja):   ここに日本語で概要を記述してください。
+#Summary(ja):   縺薙%縺ォ譌・譛ャ隱槭〒讎りヲ√r險倩ソー縺励※縺上□縺輔>縲�
 
 
 # Dependency
 # Dependency
-# 以下に依存関係を記述してください 。
-BuildRequires:  ffmpeg-devel
+# 莉・荳九↓萓晏ュ倬未菫ゅr險倩ソー縺励※縺上□縺輔> 縲�
 BuildRequires:	libpng-devel
 BuildRequires:	libpng-devel
 BuildRequires:	libjpeg-turbo-devel
 BuildRequires:	libjpeg-turbo-devel
 BuildRequires:  chrpath
 BuildRequires:  chrpath
+BuildRequires:  cmake >= 2.8.5
 BuildRequires:	automake
 BuildRequires:	automake
 BuildRequires:	autoconf
 BuildRequires:	autoconf
+## *-devel pacages provided by other self-build-* should only be listed
+## in self-build-%{name}.spec
+#BuildRequires:  ffmpeg-devel >= 2.3
 
 
-#追加のソースファイル
+#霑ス蜉�縺ョ繧ス繝シ繧ケ繝輔ぃ繧、繝ォ
 
 
-#追加のパッチファイル
+#霑ス蜉�縺ョ繝代ャ繝√ヵ繧。繧、繝ォ
 
 
 %description
 %description
 This video thumbnailer can be used to create thumbnails for your video files.
 This video thumbnailer can be used to create thumbnails for your video files.
 
 
 #%description -l ja
 #%description -l ja
-#ここに日本語で詳細を記述してください。
+#縺薙%縺ォ譌・譛ャ隱槭〒隧ウ邏ー繧定ィ倩ソー縺励※縺上□縺輔>縲�
 
 
 %package devel
 %package devel
 Summary:        Headers and libraries for building apps that use ffmpegthumbnailer
 Summary:        Headers and libraries for building apps that use ffmpegthumbnailer
@@ -75,8 +78,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 chrpath --delete $RPM_BUILD_ROOT/%{_bindir}/ffmpegthumbnailer
 chrpath --delete $RPM_BUILD_ROOT/%{_bindir}/ffmpegthumbnailer
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
-%if "%{version}" >= "2.1.0"
-%else
+%if "%{version}" < "2.1.0"
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 mv $RPM_BUILD_ROOT/usr/man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
 mv $RPM_BUILD_ROOT/usr/man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
 %endif
 %endif
@@ -105,19 +107,29 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
-* Thu Apr 24 2018 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-2
+* Sun Jun 17 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 2.2.0-3
+- add Packager
+- update BuildRequires
+
+* Tue Apr 24 2018 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-2
 - Rebuild with ffmpeg 4.0
 - Rebuild with ffmpeg 4.0
+
 * Fri Mar 31 2017 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-1
 * Fri Mar 31 2017 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-1
 - new upstream release
 - new upstream release
+
 * Fri Aug 19 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.2-1
 * Fri Aug 19 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.2-1
 - new upstream release
 - new upstream release
+
 * Mon Feb 29 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.1-1
 * Mon Feb 29 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.1-1
 - new upstream release
 - new upstream release
+
 * Sat Nov  7 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.1.0-1
 * Sat Nov  7 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.1.0-1
 - new upstream release
 - new upstream release
+
 * Tue Jun 16 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.0.10-1
 * Tue Jun 16 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.0.10-1
 - new upstream release
 - new upstream release
 - update Source0
 - update Source0
 - change for URL (https://github.com/dirkvdb/ffmpegthumbnailer)
 - change for URL (https://github.com/dirkvdb/ffmpegthumbnailer)
+
 * Mon Jan 12 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.0.9-1
 * Mon Jan 12 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.0.9-1
 - initial build for Vine Linux
 - initial build for Vine Linux

+ 28 - 8
nonfree/self-build-ffmpegthumbnailer/self-build-ffmpegthumbnailer-vl.spec

@@ -2,7 +2,7 @@
 %define pkgname ffmpegthumbnailer
 %define pkgname ffmpegthumbnailer
 %define name    self-build-%{pkgname}
 %define name    self-build-%{pkgname}
 %define version 2.2.0
 %define version 2.2.0
-%define release 2%{?_dist_release}
+%define release 3%{?_dist_release}
 
 
 #%define sourceurl0 http://gdurl.com/z9ne/download/%{pkgname}-%{version}.tar.gz
 #%define sourceurl0 http://gdurl.com/z9ne/download/%{pkgname}-%{version}.tar.gz
 %define sourceurl0 https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/%{version}/ffmpegthumbnailer-%{version}.tar.bz2
 %define sourceurl0 https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/%{version}/ffmpegthumbnailer-%{version}.tar.bz2
@@ -20,7 +20,7 @@ BuildArch:      noarch
 
 
 Vendor:         Project Vine
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
-Packager:       Shirow HIGA
+Packager:       Shirow HIGA, iwaim
 
 
 Summary:        Package to automatically build %{pkgname} rpm package
 Summary:        Package to automatically build %{pkgname} rpm package
 Summary(ja):    %{pkgname} の rpm パッケージを自動作成するパッケージ
 Summary(ja):    %{pkgname} の rpm パッケージを自動作成するパッケージ
@@ -36,10 +36,11 @@ Requires(post):	self-build-setup >= 0.9.9
 Requires(post):	libpng-devel
 Requires(post):	libpng-devel
 Requires(post):	libjpeg-turbo-devel
 Requires(post):	libjpeg-turbo-devel
 Requires(post):	chrpath
 Requires(post):	chrpath
+Requires(post):	cmake >= 2.8.5
 Requires(post):	automake
 Requires(post):	automake
 Requires(post):	autoconf
 Requires(post):	autoconf
 
 
-Requires(post):	self-build-ffmpeg
+Requires(post):	self-build-ffmpeg >= 2.3
 
 
 #追加のソースファイル
 #追加のソースファイル
 
 
@@ -48,13 +49,22 @@ Requires(post):	self-build-ffmpeg
 %description
 %description
 This video thumbnailer can be used to create thumbnails for your video files.
 This video thumbnailer can be used to create thumbnails for your video files.
 
 
-[Note]                                                                                                                      This package requires many other packages to compile                                                                        targetsoftware. So it consume more disk space than usual.                                                                   
-Also installation takes logner time because of compilation.                                                                 (This will take a few minutes to quarter or half of an hour,
+[Note]
+This package requires many other packages to compile
+targetsoftware. So it consume more disk space than usual.
+
+Also installation takes logner time because of compilation.
+(This will take a few minutes to quarter or half of an hour,
 depends on building environment)
 depends on building environment)
-                                                                                                                            [About self-build package]                                                                                                  For some kind of software, distributing of binary package                                                                   
+
+[About self-build package]
+
+For some kind of software, distributing of binary package
 may viorate the patent or law. Therefore we chose self-build
 may viorate the patent or law. Therefore we chose self-build
 packge, create binary package on your machine, for such kind
 packge, create binary package on your machine, for such kind
-of softwares instead of distributing binary package.                                                                                                                                                                                                    Please obey the national law when you use the created binary                                                                
+of softwares instead of distributing binary package.
+
+Please obey the national law when you use the created binary
 packages. And if you want to use the softwares using patented
 packages. And if you want to use the softwares using patented
 thechnology, it may be required to get a permission, make an
 thechnology, it may be required to get a permission, make an
 agreement or purchas a license. Please consider it with your
 agreement or purchas a license. Please consider it with your
@@ -85,19 +95,29 @@ purpose or way of use and take appropriate action.
 %{_datadir}/%{name}
 %{_datadir}/%{name}
 
 
 %changelog
 %changelog
-* Thu Apr 24 2018 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-2
+* Sun Jun 17 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 2.2.0-3
+- add Packager
+- update Requires(post)
+
+* Tue Apr 24 2018 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-2
 - Rebuild with ffmpeg 4.0
 - Rebuild with ffmpeg 4.0
+
 * Fri Mar 31 2017 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-1
 * Fri Mar 31 2017 Shirow HIGA <shirowxxx@gmail.com> - 2.2.0-1
 - new upstream release
 - new upstream release
+
 * Fri Aug 19 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.2-1
 * Fri Aug 19 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.2-1
 - new upstream release
 - new upstream release
+
 * Mon Feb 29 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.1-1
 * Mon Feb 29 2016 Shirow HIGA <shirowxxx@gmail.com> - 2.1.1-1
 - new upstream release
 - new upstream release
+
 * Sat Nov  7 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.1.0-1
 * Sat Nov  7 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.1.0-1
 - new upstream release
 - new upstream release
+
 * Tue Jun 16 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.0.10-1
 * Tue Jun 16 2015 Shirow HIGA <shirowxxx@gmail.com> - 2.0.10-1
 - new upstream release
 - new upstream release
 - update Source0
 - update Source0
 - change for URL (https://github.com/dirkvdb/ffmpegthumbnailer)
 - change for URL (https://github.com/dirkvdb/ffmpegthumbnailer)
+
 * Thu Jan 15 2015 Shirow HIGA <shirowxxx@gmail.com> 2.0.9-1
 * Thu Jan 15 2015 Shirow HIGA <shirowxxx@gmail.com> 2.0.9-1
 - initial build for Vine Linux
 - initial build for Vine Linux