Browse Source

rebuilt with rpm-4.8.1

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

+ 4 - 1
c/clamav/clamav-vl.spec

@@ -2,7 +2,7 @@ Summary: Clam AntiVirus
 Summary(ja): Clamアンチウィルススキャナ
 Name: clamav
 Version: 0.96
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/System
 URL: http://www.clamav.net/
@@ -123,6 +123,9 @@ fi
 %{_includedir}/*
 
 %changelog
+* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 0.96-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.96-1
 - new upstream release.
 

+ 14 - 1
h/hyperestraier/hyperestraier-vl.spec

@@ -2,11 +2,14 @@ Summary: a full-text search system for communities
 Summary(ja): 全文検索システム
 Name: hyperestraier
 Version: 1.4.13
-Release: 3%{?_dist_release}
+Release: 5%{?_dist_release}
 License: LGPL 2.1
 URL: http://hyperestraier.sourceforge.net/index.html
 Group: Applications/Text
 Source0: http://hyperestraier.sourceforge.net/%{name}-%{version}.tar.gz
+# extra filters
+Source10: estfxgunzip
+Source11: estfxmantohtml
 Patch0: hyperestraier-1.4.13-perl-vendordir.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -111,6 +114,10 @@ popd
 rm -rf %{buildroot}/usr/share/hyperestraier/doc
 rm -rf %{buildroot}/usr/share/hyperestraier/{COPYING,ChangeLog,THANKS}
 
+## install extra filters
+install -m755 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/hyperestraier/filter
+install -m755 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/hyperestraier/filter
+
 ## for Perl
 perllocalfile=`find %{buildroot} -name perllocal.pod`
 echo "mv $perllocalfile ."
@@ -169,6 +176,12 @@ make check
 %{_mandir}/man3/Estraier.3pm*
 
 %changelog
+* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 1.4.13-5
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Tue Apr  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.13-4
+- added Source10 and 11 for indexing JF, JM
+
 * Mon Mar 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.13-3
 - rebuilt with new toolchain
 

+ 4 - 1
q/qdbm/qdbm-vl.spec

@@ -1,7 +1,7 @@
 Summary: Quick Database Manager
 Name: qdbm
 Version: 1.8.77
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: LGPL 2.1
 URL: http://qdbm.sourceforge.net/
 Group: Development/Libraries
@@ -77,6 +77,9 @@ make check
 %{_includedir}/*.h
 
 %changelog
+* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.77-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Mon Mar 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.77-2
 - rebuilt with new toolchain
 - added Requires: zlib-devel to devel package

+ 4 - 1
r/rarian/rarian-vl.spec

@@ -1,6 +1,6 @@
 Name: rarian
 Version: 0.8.1
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 Summary: Rarian is a documentation meta-data library
@@ -121,6 +121,9 @@ fi
 %{_libdir}/pkgconfig/rarian.pc
 
 %changelog
+* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.1-4
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Mar  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.8.1-3
 - rebuilt with new toolchain
 - add Requires(post): xml-common to rarian-compat

+ 4 - 1
t/tasque/tasque-vl.spec

@@ -1,6 +1,6 @@
 Name:		tasque
 Version:	0.1.9
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A simple task management app
 Summary(ja):	シンプルなタスク管理アプリケーション
 
@@ -90,6 +90,9 @@ fi
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 0.1.9-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Mar 13 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.1.9-1
 - new upstream release
 - drop Patch0 & Patch2