Browse Source

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

	* qtscriptgenerator, taglib: updated
	* taglib-extras: rebuilt
	


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

+ 15 - 10
q/qtscriptgenerator/qtscriptgenerator-vl.spec

@@ -1,4 +1,4 @@
-%define qt4_ver 4.8.0
+%define qt4_ver 4.8.6
 # Qt4 version auto-detection
 %define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo %{qt4_ver})
 %define _qt4_prefix %(pkg-config --variable prefix --silence-errors Qt 2>/dev/null || echo %{_libdir}/qt4)
@@ -9,10 +9,11 @@
 
 Name:		qtscriptgenerator
 Summary: 	A tool to generate Qt bindings for Qt Script	
-Version:	0.1.0
-Release:	15%{?_dist_release}
+Summary(ja): 	Qt Script の Qt バインディングを生成するツール	
+Version:	0.2.0
+Release:	1%{?_dist_release}
 
-Group:		System Environment/Libraries
+Group:		Development/Tools
 License: 	GPLv2	
 URL:		http://code.google.com/p/qtscriptgenerator/	
 
@@ -20,10 +21,10 @@ Source0:	http://qtscriptgenerator.googlecode.com/files/qtscriptgenerator-src-%{v
 
 Patch1: qtscriptgenerator-0.1.0-gcc44.patch
 Patch2: qtscriptgenerator-src-0.1.0-no_phonon.patch
-Patch3: qtscriptgenerator-src-0.1.0-no_QFileOpenEvent.patch
 
 ## upstreamable patches
 Patch50: qtscriptgenerator-src-0.1.0-qmake_target.path.patch
+# needs work
 Patch51: qtscriptgenerator-kde_phonon443.patch
 ## debian patches
 Patch60: memory_alignment_fix.diff
@@ -33,7 +34,7 @@ Patch60: memory_alignment_fix.diff
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 # explictly BR libxslt, for xsltproc
 BuildRequires: libxslt
-BuildRequires: phonon-devel >= 4.4.2-2%{?_dist_release}
+#BuildRequires: phonon-devel >= 4.4.2-2%{?_dist_release}
 BuildRequires: qt4-devel >= 4.5.0-7
 #BuildRequires: qt4-webkit-devel
 
@@ -46,6 +47,7 @@ Qt Script Generator is a tool to generate Qt bindings for Qt Script.
 
 %package -n qtscriptbindings 
 Summary: Qt bindings for Qt Script
+Summary(ja): Qt Script の Qt バインディング
 Group: System Environment/Libraries
 Requires: qt4 >= %{_qt4_version}
 Provides: qtscript-qt = %{version}-%{release}
@@ -55,13 +57,11 @@ Bindings providing access to substantial portions of the Qt API
 from within Qt Script.
 
 
-
 %prep
 %setup -q -n %{name}-src-%{version}
 
 %patch1 -p0 -b .gcc44
 %patch2 -p1 -b .no_phonon
-%patch3 -p1 -b .no_QFileOpenEvent
 
 %patch50 -p1 -b .qmake_target.path
 %patch51 -p1 -b .kde_phonon
@@ -116,8 +116,8 @@ rm -rf %{buildroot}
 
 %files -n qtscriptbindings
 %defattr(-,root,root,-)
-%doc README LICENSE.GPL
-%doc README.qsexec 
+%doc LICENSE.LGPL LGPL_EXCEPTION.txt
+%doc README README.qsexec 
 %doc doc/
 %doc examples/
 %{_bindir}/qsexec
@@ -125,6 +125,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jan 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.2.0-1
+- updated to 0.2.0
+- removed BR: phonon-devel
+- dropt Patch3
+
 * Mon Jan  9 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.0-15
 - rebuilt with qt-4.8.0
 - added Patch3

+ 5 - 1
t/taglib-extras/taglib-extras-vl.spec

@@ -1,7 +1,7 @@
 Name:           taglib-extras
 Summary:        Taglib support for other formats 
 Version:        1.0.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          System Environment/Libraries
 # all LGPLv2, except for rmff/ which is GPLv2+/LGPLv2+
@@ -30,6 +30,7 @@ audio formats not supported by taglib.
 
 %package devel
 Summary: Development files for %{name}
+Summary(ja): %{name} の開発用ファイル
 Group:   Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
@@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-3
+- rebuilt on current VineSeed
+
 * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.1-2
 - initial build for Vine Linux
 

+ 9 - 3
t/taglib/taglib-vl.spec

@@ -1,10 +1,11 @@
 Name: taglib
 Summary: TagLib Audio Meta-Data Library
-Version: 1.8
+Summary(ja): オーディオメタデータライブラリ
+Version: 1.9.1
 Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
-License: LGPLv2
+License: LGPLv2 and MPL
 URL: http://taglib.github.com/
 
 Source: http://taglib.github.com/releases/taglib-%{version}.tar.gz
@@ -24,6 +25,7 @@ and Vorbis comments in FLAC files.
 
 %package devel
 Summary: TagLib Development environment
+Summary(ja): TagLib 開発用ファイル
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 
@@ -32,7 +34,7 @@ Libraries and header files required for TagLib development.
 
 %prep
 %setup -q
-%patch0 -p1 -b .wchar
+#patch0 -p1 -b .wchar
 %patch2 -p1 -b .multilib
 
 %build
@@ -70,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Jan 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.9.1-1
+- new upstream release
+- dropt Patch0
+
 * Sun Feb 10 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.8-1
 - new upstream release