Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6180 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
8db4a34df2

+ 4 - 1
lib/libm/libmediainfo/libmediainfo-vl.spec

@@ -14,7 +14,7 @@
 # %define libzen_SO_nr	0
 
 Name:			libmediainfo
-Version:		0.7.52
+Version:		0.7.57
 Release:		1%{?_dist_release}
 Summary:		Supplies technical and tag information about a video or audio file
 Summary(ja):		ビデオとオーディオファイルの詳細な情報を提供するライブラリ
@@ -177,6 +177,9 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun May 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.57-1
+- new upstream release
+
 * Sun Jan 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.52-1
 - new upstream release
 

+ 6 - 3
lib/libz/libzen/libzen-vl.spec

@@ -12,7 +12,7 @@
 # %define _SO_nr	0
 
 Name:			libzen
-Version:		0.4.23
+Version:		0.4.26
 Release:		1%{?_dist_release}
 Summary:		Shared library for libmediainfo and medianfo-*
 Summary(ja):		libmediainfo 及び mediainfo-* 用の共有ライブラリ
@@ -84,8 +84,8 @@ popd
 	%{buildroot}%{_includedir}/ZenLib
 for i in Base64 HTTP_Client Format/Html Format/Http TinyXml; do
 	%__install -dm 755 %{buildroot}%{_includedir}/ZenLib/$i
-	%__install -m 644 Source/ZenLib/$i/*.h \
-		%{buildroot}%{_includedir}/ZenLib/$i
+#	%__install -m 644 Source/ZenLib/$i/*.h \
+#		%{buildroot}%{_includedir}/ZenLib/$i
 done
 
 %__sed -i -e 's|Version: |Version: %{version}|g' \
@@ -120,6 +120,9 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun May 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.26-1
+- new upstream release
+
 * Sun Jan 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.23-1
 - new upstream release
 

+ 7 - 4
m/mediainfo/mediainfo-vl.spec

@@ -12,7 +12,7 @@
 %define _prefix	/usr
 
 Name:			mediainfo
-Version:		0.7.52
+Version:		0.7.57
 Release:		1%{?_dist_release}
 Summary:		Supplies technical and tag information about a video or audio file
 Group:			Applications/Multimedia
@@ -181,12 +181,12 @@ popd
 
 # icon
 %__install -dm 755 %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
-%__install -m 644 Source/Ressource/Image/MediaInfo.png \
+%__install -m 644 Source/Resource/Image/MediaInfo.png \
 	%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 %__install -dm 755 %{buildroot}%{_datadir}/pixmaps
-%__install -m 644 Source/Ressource/Image/MediaInfo.png \
+%__install -m 644 Source/Resource/Image/MediaInfo.png \
 	%{buildroot}%{_datadir}/pixmaps/%{name}.png
-%__install -m 644 Source/Ressource/Image/MediaInfo.png \
+%__install -m 644 Source/Resource/Image/MediaInfo.png \
 	%{buildroot}%{_datadir}/pixmaps/%{name}-gui.png
 
 # menu-entry
@@ -232,6 +232,9 @@ popd
 %{_datadir}/kde4/services/ServiceMenus/*.desktop
 
 %changelog
+* Sun May 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.57-1
+- new upstream release
+
 * Sun Jan 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.52-1
 - new upstream release