Browse Source

rebuilt with rpm-4.8.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2043 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
522a0803f5
3 changed files with 25 additions and 8 deletions
  1. 11 4
      d/directfb/directfb-vl.spec
  2. 7 2
      g/gtk-doc/gtk-doc-vl.spec
  3. 7 2
      h/hunspell/hunspell-vl.spec

+ 11 - 4
d/directfb/directfb-vl.spec

@@ -1,14 +1,15 @@
 %define oname DirectFB
-%define libver 1.1-0
+%define libver 1.2-0
 
 Summary:	Hardware graphics acceleration library
 Name:		directfb
-Version:	1.1.1
-Release:	2%{?_dist_release}
+Version:	1.2.5
+Release:	1%{?_dist_release}
 License:	GPL
 Group:		System Environment/Libraries
 Source0:	http://www.directfb.org/download/%{name}/%{oname}-%{version}.tar.gz
-Patch0:		%{oname}-%{version}_ppc.patch
+##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
@@ -87,6 +88,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/dfbfx
 %{_bindir}/dfbinfo
 %{_bindir}/dfbinput
+%{_bindir}/dfbinspector
+%{_bindir}/dfbmaster
 %{_bindir}/dfblayer
 %{_bindir}/dfbscreen
 %{_bindir}/dfbpenmount
@@ -123,6 +126,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/html/*
 
 %changelog
+* 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
+
 * Sun May 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1.1-2
 - add Patch0 to fix ppc build problem (with newer kernels)
 

+ 7 - 2
g/gtk-doc/gtk-doc-vl.spec

@@ -1,6 +1,6 @@
 %define	name	gtk-doc
 %define	ver	1.15
-%define rel	1%{_dist_release}
+%define rel	2%{_dist_release}
 
 Summary:	API documentation generation tool for GTK+ and GNOME
 Summary(ja):	GTK+/GNOME 用 API ドキュメント生成ツール
@@ -20,7 +20,8 @@ Requires:	docbook-utils, jade, libxslt, docbook-style-xsl, diffutils
 Requires(post):   scrollkeeper
 Requires(postun): scrollkeeper
 
-%define __find_requires %{SOURCE1}
+#define __find_requires %{SOURCE1}
+%define __perl_requires %{SOURCE1}
 
 %description
 gtk-doc is a tool for generating API reference documentation.
@@ -65,6 +66,10 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_datadir}/pkgconfig/*.pc
 
 %changelog
+* Mon Oct 11 2010 Shu KONNO <owa@bg.wakwak.com> 1.15-2
+- rebuilt with rpm-4.8.1 for pkg-config
+- s/__find_requires/__perl_requires/
+
 * Sat May 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.15-1
 - new upstream release
 

+ 7 - 2
h/hunspell/hunspell-vl.spec

@@ -1,7 +1,7 @@
 Name:      hunspell
 Summary:   Hunspell is a spell checker and morphological analyzer library
 Version:   1.2.8
-Release:   1%{?_dist_release}
+Release:   2%{?_dist_release}
 Source0:   http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
 Source1:   http://people.debian.org/~agmartin/misc/ispellaff2myspell
 Source2:   http://people.redhat.com/caolanm/hunspell/wordlist2hunspell
@@ -12,7 +12,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 License:   LGPLv2+ or GPLv2+ or MPLv1.1
 BuildRequires: libtool, ncurses-devel
 
-%define __find_requires %{SOURCE100}
+#define __find_requires %{SOURCE100}
+%define __perl_requires %{SOURCE100}
 
 %description
 Hunspell is a spell checker and morphological analyzer library and program 
@@ -95,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/hunspell.3.gz
 
 %changelog
+* Mon Oct 11 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.8-2
+- rebuilt with rpm-4.8.1 for pkg-config
+- s/__find_requires/__perl_requires/
+
 * Thu Oct 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.8-1
 - new upstream release