Browse Source

fix BuildRequires

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3751 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
262910728c
3 changed files with 23 additions and 4 deletions
  1. 12 2
      g/gdb/gdb-vl.spec
  2. 6 1
      g/gnash/gnash-vl.spec
  3. 5 1
      g/gnokii/gnokii-vl.spec

+ 12 - 2
g/gdb/gdb-vl.spec

@@ -2,15 +2,21 @@ Summary: A GNU source-level debugger for C, C++ and other languages.
 Summary(ja): C, C++ その他の言語用 GNU ソースレベルデバッガ
 Name: gdb
 Version: 7.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Development/Debuggers
 Source: ftp://sources.redhat.com/pub/gdb/releases/gdb-%{version}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 URL: http://sources.redhat.com/gdb/
 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo expat-devel
+BuildRequires: python-devel
+BuildRequires: zlib-devel
 Requires: install-info
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
+
 %description
 GDB, the GNU debugger, allows you to debug programs written in C, C++,
 and other languages, by executing them in a controlled fashion and
@@ -97,7 +103,7 @@ fi
 %{_infodir}/gdbint.info*
 %{_infodir}/stabs.info*
 %exclude %{_infodir}/dir
-%ifarch x86_64
+%ifarch %{ix86} x86_64
 %{_libdir}/libinproctrace.so
 %endif
 ## don't include the files in include, they are part of binutils
@@ -111,6 +117,10 @@ fi
 
 
 %changelog
+* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2-2
+- add BuildRequires: python-devel, zlib-devel
+- fix %%files
+
 * Thu Apr 28 2011 Shu KONNO <owa@bg.wakwak.com> 7.2-1
 - updated gdb to 7.2
 

+ 6 - 1
g/gnash/gnash-vl.spec

@@ -9,7 +9,7 @@
 
 Name:           gnash
 Version:        0.8.7
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -28,6 +28,8 @@ BuildRequires:  libboost-devel curl-devel freetype-devel fontconfig-devel
 BuildRequires: libboost-date-time libboost-serialization libboost-thread
 BuildRequires:  SDL-devel 
 BuildRequires:  agg-devel 
+BuildRequires:  python-devel 
+BuildRequires:  libXv-devel 
 %if %{kde_support}
 #BuildRequires:  kde-filesystem
 BuildRequires:  kdelibs-devel
@@ -334,6 +336,9 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Sun May 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.7-4
+- add BuildRequires: python-devel, libXv-devel
+
 * Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 0.8.7-3
 - rebuilt with libboost-1.45.0
 

+ 5 - 1
g/gnokii/gnokii-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           gnokii
 Version:        0.6.27
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 Summary:        Linux/Unix tool suite for various mobile phones
 Summary(ja): Linux/Unix tool suite for various mobile phones
 
@@ -40,6 +40,7 @@ BuildRequires:	mysql-devel
 BuildRequires:	zlib-devel
 BuildRequires:	bluez-libs-devel
 BuildRequires:	libusb-devel
+BuildRequires:	readline-devel
 
 BuildRequires:	libical-devel >= 0.24
 
@@ -257,6 +258,9 @@ fi
 #
 #----------------------------------------------------------------------------
 %changelog
+* Sun May 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.27-7
+- add BuildRequires: readline-devel
+
 * Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 0.6.27-6
 - rebuilt with postgresql-9.0.3