Browse Source

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

	* k3b, self-build-k3b-extra, phonon-backend-gstreamer: updated
	


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

+ 11 - 8
k/k3b/k3b-vl.spec

@@ -1,14 +1,14 @@
 Name: k3b
+Version: 2.0.3a
+Release: 1%{?_dist_release}
 Summary: CD/DVD/Blu-ray burning application for KDE
 Summary(ja): KDE 向け CD/DVD/Blu-ray 作成アプリケーション
-Version: 2.0.3
-Release: 1%{?_dist_release}
 
-Group: Applications/Archiving
+Group: Applications/Multimedia
 License: GPLv2+
 URL: http://www.k3b.org/
 
-Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}%{?pre}.tar.xz
+Source0: http://download.kde.org/stable/k3b/k3b-%{version}.tar.xz
 # k3b app icon missing, https://bugzilla.redhat.com/show_bug.cgi?id=611272
 Source1: ox32-k3b.png
 Source2: k3brc
@@ -31,7 +31,6 @@ BuildRequires: libXpm-devel
 BuildRequires: taglib-devel
 # needed by k3bsetup
 BuildRequires: polkit-qt-devel
-BuildRequires: soprano-devel
 
 Requires: cdrecord mkisofs
 Requires: cdrdao
@@ -61,7 +60,7 @@ K3b にて MP3/WMA ファイルを扱いたい場合は、self-build-k3b-extra 
 %package libs
 Summary: Runtime libraries for %{name}
 Summary(ja): %{name} のランタイムライブラリ
-Group:   System Environment/Libraries
+Group: System Environment/Libraries
 Requires: kdelibs4 >= 4.4.0
 
 %description libs
@@ -72,7 +71,7 @@ Requires: kdelibs4 >= 4.4.0
 
 %package devel
 Summary: Files for the development of applications which will use %{name} 
-Summary(ja): %{name} 使用するアプリケーションを開発するためのファイル 
+Summary(ja): %{name} 使用するアプリケーションを開発するためのファイル 
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 Requires: kdelibs4-devel >= 4.4.0
@@ -84,7 +83,7 @@ Requires: kdelibs4-devel >= 4.4.0
 %{summary}.
 
 %prep
-%setup -q 
+%setup -q -n %{name}-2.0.3
 
 %build
 mkdir -p %{_target_platform}
@@ -183,6 +182,10 @@ update-mime-database %{_datadir}/mime &> /dev/null
 %{_libdir}/libk3blib.so
 
 %changelog
+* Sat Jan 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.3a-1
+- updated to 2.0.3a
+- moved to Applications/Multimedia Group
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3-1
 - new upstream release
 

+ 10 - 19
nonfree/self-build-k3b-extra/k3b-extra-vl.spec

@@ -1,23 +1,20 @@
 Name: k3b-extra
+Version: 2.0.3a
+Release: 1%{?_dist_release}
 Summary: K3b additional plugins
 Summary(ja): K3b 追加プラグイン集
-Version: 2.0.2
-Release: 2%{?_dist_release}
 
-Group: Applications/Archiving
+Group: Applications/Multimedia
 License: GPLv2+
 URL: http://www.k3b.org/
 
-Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}.tar.bz2
+Source0: http://download.kde.org/stable/k3b/k3b-%{version}.tar.xz
 
 ExcludeArch: s390 s390x
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: kdelibs4-devel
-BuildRequires: kdemultimedia4-devel
-BuildRequires: libdvdread-devel
-BuildRequires: libmusicbrainz-devel
+BuildRequires: libkcddb-devel
 BuildRequires: libsamplerate-devel
 BuildRequires: libXpm-devel
 BuildRequires: taglib-devel
@@ -26,7 +23,6 @@ BuildRequires: self-build-libmad
 BuildRequires: self-build-ffmpeg
 
 Requires: k3b >= %{version}
-Requires(post,postun): desktop-file-utils
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -46,12 +42,11 @@ K3b 向けに以下の追加プラグインを提供します.
 - MP3 ファイルをエンコードするための Lame MP3 エンコーダ
 
 %prep
-%setup -q -n k3b-%{version}
+%setup -q -n k3b-2.0.3
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %{cmake} \
     -DCMAKE_BUILD_TYPE=release \
     -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
@@ -85,14 +80,6 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/kde4/services/k3baudioprojectcddbplugin.desktop
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%postun
-if [ $1 -eq 0 ] ; then
-    update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 ||:
-fi
-
-%posttrans
-update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 ||:
-
 
 %files 
 %defattr(-,root,root,755)
@@ -100,6 +87,10 @@ update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 ||:
 %{_datadir}/kde4/services/*
 
 %changelog
+* Sat Jan 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.3a-1
+- updated to 2.0.3a
+- moved to Applications/Multimedia Group
+
 * Fri Mar  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-2
 - added BR: libXpm-devel
 

+ 12 - 13
nonfree/self-build-k3b-extra/self-build-k3b-extra-vl.spec

@@ -1,18 +1,15 @@
 %define pkgname k3b-extra
-%define name	self-build-%{pkgname}
-%define version 2.0.2
-%define release	2%{?_dist_release}
-
-%define sourceurl0	http://downloads.sourceforge.net/project/k3b/k3b/%{version}/k3b-%{version}.tar.bz2
 
 Summary:	Package to automatically build %{pkgname} rpm package
 Summary(ja): 	%{pkgname} の rpm パッケージを自動作成するパッケージ
-Name:		%{name}
-Version:	%{version}
-Release: 	%{release}
+Name:		self-build-%{pkgname}
+Version:	2.0.3a
+Release: 	1%{?_dist_release}
+
 Source0:	%{pkgname}-vl.spec
+%define sourceurl0 http://download.kde.org/stable/k3b/k3b-%{version}.tar.xz
 
-License:	GPLv2
+License:	GPLv2+
 Group:		Restricted Software
 
 Requires(post):	self-build-setup >= 0.8
@@ -20,12 +17,9 @@ Requires(post):	self-build-ffmpeg
 Requires(post):	self-build-lame
 Requires(post):	self-build-libmad
 
-Requires(post):	desktop-file-utils
 Requires(post):	gettext
 Requires(post):	kdelibs4-devel
-Requires(post):	kdemultimedia4-devel
-Requires(post):	libdvdread-devel
-Requires(post):	libmusicbrainz-devel
+Requires(post):	libkcddb-devel
 Requires(post):	libsamplerate-devel
 Requires(post):	libXpm-devel
 Requires(post):	taglib-devel
@@ -35,6 +29,8 @@ Requires:	k3b >= %{version}
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
 Packager:	inagaki
 
 %description
@@ -120,6 +116,9 @@ K3b 向けに以下の追加プラグインを提供します.
 %{_datadir}/%{name}
 
 %changelog
+* Sat Jan 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.3a-1
+- new upstream release
+
 * Fri Mar  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-2
 - added BR: libXpm-devel
 

+ 8 - 5
p/phonon-backend-gstreamer/phonon-backend-gstreamer-vl.spec

@@ -4,11 +4,11 @@
 Name:    phonon-backend-gstreamer
 Summary: Gstreamer phonon backend 
 Summary(ja): Phonon の gstreamer バックエンド
-Version: 4.8.0
+Version: 4.8.2
 Release: 1%{?_dist_release}
 
-Group:   System Environment/Libraries
 License: LGPLv2+
+Group:   System Environment/Libraries
 URL:     http://phonon.kde.org/
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/src/phonon-backend-gstreamer-%{version}.tar.xz
@@ -62,9 +62,9 @@ Phonon の gstreamer バックエンドです.
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} \
-  -DUSE_INSTALL_PLUGIN:BOOL=ON \
-  ..
+%cmake \
+    -DUSE_INSTALL_PLUGIN:BOOL=ON \
+    ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -102,6 +102,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
 
 
 %changelog
+* Sat Jan 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.8.2-1
+- new upstream release
+
 * Fri Nov  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.8.0-1
 - new upstream release