Browse Source

add BR

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3885 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
17038e96d9
3 changed files with 17 additions and 4 deletions
  1. 5 1
      k/kdiff3/kdiff3-vl.spec
  2. 7 2
      p/python-pykf/python-pykf-vl.spec
  3. 5 1
      s/skrooge/skrooge-vl.spec

+ 5 - 1
k/kdiff3/kdiff3-vl.spec

@@ -2,7 +2,7 @@ Name: kdiff3
 Summary: Tool for Comparison and Merge of Files and Directories
 Summary(ja): ファイルやディレクトリの比較/マージを行うツール
 Version: 0.9.95
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 URL: http://kdiff3.sourceforge.net/
 License: GPLv2
@@ -32,6 +32,7 @@ BuildRequires: kdebase4-devel
 BuildRequires: phonon-devel
 BuildRequires: qt4-devel >= 4.4
 BuildRequires: openssl-devel
+BuildRequires: soprano-devel
 #BuildRequires: xorg-x11-devel
 Requires: kdelibs4 > 4.1
 
@@ -105,6 +106,9 @@ fi
 %{_libdir}/kde4/*
 
 %changelog
+* Sat May 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.95-4
+- add BuildRequires: soprano-devel
+
 * Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.9.95-3
 - added Patch2 from FC
   * Tue Jul 13 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.9.95-5

+ 7 - 2
p/python-pykf/python-pykf-vl.spec

@@ -1,11 +1,13 @@
 %define python_platlib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)') 
 Name: python-pykf
 Version: 0.3.4
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: BSD like
 URL: http://www.gembook.jp/tsum/page.pys?wiki=PyKf
 Source0: http://www.gembook.jp/html/download/pykf-%{version}.tgz
-PreReq: nkf
+BuildRequires: python-devel
+BuildRequires: nkf
+Requires(pre): nkf
 Requires: python >= 2.3
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -43,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc readme.euc
 
 %changelog
+* Sun May 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-5
+- add BuildRequires: python-devel, nkf
+
 * Mon May 02 2011 Shu KONNO <owa@bg.wakwak.com> 0.3.4-4
 - rebuilt
 

+ 5 - 1
s/skrooge/skrooge-vl.spec

@@ -2,7 +2,7 @@ Name:           skrooge
 Summary:        Personal finances manager
 Summary(ja):    個人向け財務管理ツール
 Version:        0.8.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          Applications/Productivity
 License:        GPLv3+
@@ -15,6 +15,7 @@ BuildRequires:  qca2-devel
 BuildRequires:  libofx-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  kdelibs4-devel
+BuildRequires:  soprano-devel
 BuildRequires:  gettext
 
 Requires:       %{name}-libs = %{version}-%{release}
@@ -138,6 +139,9 @@ update-mime-database %{_datadir}/mime &> /dev/null
 %{_libdir}/kde4/plugins/designer/libskg*.so
 
 %changelog
+* Sun May 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
+- add BuildRequires:  soprano-devel
+
 * Sun Jan 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.0-1
 - Initial build for Vine Linux