Browse Source

add BuildRequires

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2409 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
75c6efd79c

+ 4 - 1
S/SDL_mixer/SDL_mixer-vl.spec

@@ -1,7 +1,7 @@
 Summary: Simple DirectMedia Layer - Sample Mixer Library
 Name:    SDL_mixer
 Version: 1.2.11
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Source0: http://www.libsdl.org/projects/%{name}/%{name}-%{version}.tar.gz
 License: LGPL
 Group: System Environment/Libraries
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL
 
 %changelog
+* Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.11-2
+- rebuild with rpm-4.8.1
+
 * Sat Sep 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.11-1
 - new upstream release
 - added BuildRequires: flac-devel

+ 20 - 9
d/directfb/directfb-vl.spec

@@ -1,20 +1,23 @@
 %define oname DirectFB
-%define libver 1.2-0
+%define libver 1.4-5
 
 Summary:	Hardware graphics acceleration library
 Name:		directfb
-Version:	1.2.5
+Version:	1.4.11
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		System Environment/Libraries
-Source0:	http://www.directfb.org/download/%{name}/%{oname}-%{version}.tar.gz
+Source0:	http://www.directfb.org/downloads/Core/%{name}-1.4/%{oname}-%{version}.tar.gz
 ##Patch0:		%{oname}-%{version}_ppc.patch
 Patch0:		%{oname}-1.1.1_ppc.patch
 URL:		http://www.directfb.org/
 BuildRequires:	libpng-devel >= 1.2.0
 BuildRequires:	zlib-devel >= 1.1.3
-BuildRequires:	libjpeg-devel >= 6b
+BuildRequires:	libjpeg-turbo-devel
 BuildRequires:	freetype2-devel >= 2.0.2
+BuildRequires:	libX11-devel
+BuildRequires:	libvncserver-devel
+BuildRequires:	sysfsutils-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Vendor:       Project Vine
@@ -95,6 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/dfbpenmount
 %{_bindir}/mkdfiff
 %{_bindir}/mkdgiff
+%{_bindir}/mkdgifft
 %{_libdir}/lib*.so.*
 %dir %{_libdir}/directfb-%{libver}
 %dir %{_libdir}/directfb-%{libver}/gfxdrivers
@@ -126,6 +130,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/html/*
 
 %changelog
+* Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.11-1
+- new upstream release
+- change Source URL
+- add BuildRequires: libX11-devel, libvncserver-devel, sysfsutils-devel
+- change BuildRequires: libjpeg-turbo-devel instead libjpeg-devel >= 6g
+- fix %%files
+
 * Mon Oct 11 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1
 - updated DirectFB to 1.2.5
 - rebuilt with rpm-4.8.1 for pkg-config
@@ -147,20 +158,20 @@ rm -rf $RPM_BUILD_ROOT
 - new upstream version
 - convert to Vine Linux
 
-* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.15-2mdk
+* Fri Dec 27 2002 Gz Waschk <waschk@linux-mandrake.com> 0.9.15-2mdk
 - rebuild
 
-* Wed Nov 13 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.15-1mdk
+* Wed Nov 13 2002 Gz Waschk <waschk@linux-mandrake.com> 0.9.15-1mdk
 - new version
 
-* Tue Oct 29 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.14-1mdk
+* Tue Oct 29 2002 Gz Waschk <waschk@linux-mandrake.com> 0.9.14-1mdk
 - fix group of doc package
 - new version
 
-* Fri Aug 23 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.13-1mdk
+* Fri Aug 23 2002 Gz Waschk <waschk@linux-mandrake.com> 0.9.13-1mdk
 - add directfb-csource and man page
 - 0.9.13
 
-* Thu Jul 11 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.12-1mdk
+* Thu Jul 11 2002 Gz Waschk <waschk@linux-mandrake.com> 0.9.12-1mdk
 - initial package based on PLD effort
 

+ 10 - 2
f/font-manager/font-manager-vl.spec

@@ -1,6 +1,6 @@
 Name:           font-manager
 Version:        0.5.7
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A font management application for the GNOME desktop environment
 Summary(ja):    GNOME デスクトップ環境のフォント管理アプリケーション
 #BuildArch:      noarch
@@ -12,7 +12,11 @@ Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 Requires:       fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
 Requires:       pycairo yelp sqlite3
-BuildRequires:  python desktop-file-utils
+BuildRequires:  desktop-file-utils
+BuildRequires:	python-devel
+BuildRequires:  fontconfig-devel
+BuildRequires:  pango-devel
+BuildRequires:  sqlite3-devel
 
 %description
 Font Manager is an application that allows users to easily manage fonts
@@ -57,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/font-sampler.desktop
 
 %changelog
+* Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.7-2
+- add BuildRequires: fontconfig-devel, pango-devel, sqlite3-dvel
+- change BuildRequires: python-devel instead of python
+
 * Fri Dec 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-1
 - new upstream release
 - changed BuildArch to fail building

+ 4 - 1
f/freeciv/freeciv-vl.spec

@@ -5,7 +5,7 @@
 
 Name:           freeciv
 Version:        2.2.3
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A multi-player strategy game
 
 Group:          Amusements/Games
@@ -118,6 +118,9 @@ fi
 
 
 %changelog
+* Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp 2.2.3-2
+- rebuild with SDL_mixer-1.2.11-2
+
 * Fri Sep 17 2010 IWAI, Masaharu <iwai@alib.jp> 2.2.3-1
 - new upstream release
 - update ja.po (Source1): fixed upstream ja.po