Browse Source

updated many packages.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8162 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 years ago
parent
commit
1e91cafcf2

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

@@ -10,7 +10,7 @@ Summary: Clam AntiVirus
 Summary(ja): Clamアンチウィルススキャナ
 Name: clamav
 Version: 0.98
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/System
 URL: http://www.clamav.net/
@@ -211,6 +211,9 @@ fi
 %{_includedir}/*
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.98-2
+- rebuilt with current environment.
+
 * Thu Oct 03 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.98-1
 - new upstream release.
 

+ 4 - 1
d/dante/dante-vl.spec

@@ -2,7 +2,7 @@
 Summary: A free Socks v4/v5 client implementation
 Summary(ja): Socks v4/v5 クライアントのフリーな実装
 Name: dante
-Version: 1.3.2
+Version: 1.4.0
 # define for pre-releases, undefine for normal releases.
 %undefine pre
 Release: 1%{?_dist_release}
@@ -202,6 +202,9 @@ fi
 
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net>  1.4.0-1
+- new upstream release.
+
 * Tue May 01 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-1
 - new upstream release.
 

+ 4 - 1
d/dar/dar-vl.spec

@@ -2,7 +2,7 @@ Name:           dar
 Summary:        Disk ARchive: Backup directory tree and files
 Summary(ja):    ディスクアーカイブ: ディレクトリツリーとファイルをバックアップ
 Version:        2.4.11
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          Applications/Archiving
 License:        GPLv2+
@@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.11-2
+- rebuilt with current environment.
+
 * Thu Oct 24 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.11-1
 - new upstream release.
 - enabled lzo2 and strong encryption.

+ 37 - 20
d/db4/db4-vl.spec

@@ -13,7 +13,7 @@
 Summary: The Berkeley DB database library (version 4) for C
 Name: db4
 Version: 4.8.30
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
@@ -245,8 +245,8 @@ make -C db.1.85/PORT/%{_os} OORG="$CFLAGS"
 build() {
 	test -d dist/$1 || mkdir dist/$1
 	# Static link db_dump185 with old db-185 libraries.
-	/bin/sh libtool --mode=compile %{__cc} $RPM_OPT_FLAGS -Idb.1.85/PORT/%{_os}/include -D_REENTRANT -c db_dump185/db_dump185.c -o dist/$1/db_dump185.lo
-	/bin/sh libtool --mode=link    %{__cc} -o dist/$1/db_dump185 dist/$1/db_dump185.lo db.1.85/PORT/%{_os}/libdb.a
+	/bin/sh libtool --tag=CC --mode=compile %{__cc} $RPM_OPT_FLAGS -Idb.1.85/PORT/%{_os}/include -D_REENTRANT -c db_dump185/db_dump185.c -o dist/$1/db_dump185.lo
+	/bin/sh libtool --tag=LD --mode=link    %{__cc} -o dist/$1/db_dump185 dist/$1/db_dump185.lo db.1.85/PORT/%{_os}/libdb.a
 
 	pushd dist/$1
 	ln -sf ../configure .
@@ -350,33 +350,47 @@ chmod u+w ${RPM_BUILD_ROOT}%{_bindir}
 rm -rf ${RPM_BUILD_ROOT}
 
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 
-%post -n compat32-%{name} -p /sbin/ldconfig
+%post -n compat32-%{name}
+/sbin/ldconfig
 
-%postun -n compat32-%{name} -p /sbin/ldconfig
+%postun -n compat32-%{name}
+/sbin/ldconfig
 
-%post -p /sbin/ldconfig cxx
+%post cxx
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig cxx
+%postun cxx
+/sbin/ldconfig
 
-%post -n compat32-%{name}-cxx -p /sbin/ldconfig
+%post -n compat32-%{name}-cxx
+/sbin/ldconfig
 
-%postun -n compat32-%{name}-cxx -p /sbin/ldconfig
+%postun -n compat32-%{name}-cxx
+/sbin/ldconfig
 
-%post -p /sbin/ldconfig tcl
+%post tcl
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig tcl
+%postun tcl
+/sbin/ldconfig
 
-%post -n compat32-%{name}-tcl -p /sbin/ldconfig
+%post -n compat32-%{name}-tcl
+/sbin/ldconfig
 
-%postun -n compat32-%{name}-tcl -p /sbin/ldconfig
+%postun -n compat32-%{name}-tcl
+/sbin/ldconfig
 
-%post -p /sbin/ldconfig java
+%post java
+ -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig java
+%postun java
+/sbin/ldconfig
 
 
 %files
@@ -474,6 +488,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.8.30-2
+- rebuilt with current environment.
+
 * Mon Nov 15 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.8.30-1
 - new upstream release.
 
@@ -490,7 +507,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - temporarily commented out "libtoolize" and "s_config" lines
   until Vine's autotools get updated (maybe?)
 
-* Fri Apr  3 2008 Jindrich Novy <jnovy@redhat.com> 4.6.21-5
+* Thu Apr  3 2008 Jindrich Novy <jnovy@redhat.com> 4.6.21-5
 - add upstream patch to fix a race condition between checkpoint
   and DB->close which can result in the checkpoint thread self-deadlocking
 
@@ -510,7 +527,7 @@ rm -rf ${RPM_BUILD_ROOT}
 * Mon Sep  3 2007 Jindrich Novy <jnovy@redhat.com> 4.6.19-1
 - update to 4.6.19 (#273461)
 
-* Thu Aug 29 2007 Jindrich Novy <jnovy@redhat.com> 4.6.18-2
+* Wed Aug 29 2007 Jindrich Novy <jnovy@redhat.com> 4.6.18-2
 - rebuild for BuildID
 - BR util-linux-ng
 
@@ -795,7 +812,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - swallow a local copy of db1 and build db185_dump statically with it, to
   remove the build dependency and simplify bootstrapping new arches
 
-* Mon Jan 27 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.14-2
+* Sun Jan 27 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.14-2
 - have subpackages obsolete their db3 counterparts, because they conflict anyway
 
 * Tue Jan  8 2002 Jeff Johnson <jbj@redhat.com> db4-4.0.14-1

+ 4 - 1
d/delegate/delegate-vl.spec

@@ -1,7 +1,7 @@
 Summary: Multi-purpose application level gateway
 Name: delegate
 Version: 9.9.7
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: Applications/System
 Source: ftp://ftp.etl.go.jp/pub/DeleGate/delegate%{version}.tar.gz
 URL: http://www.delegate.org/
@@ -63,6 +63,9 @@ fi
 
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.9.7-2
+- rebuilt with current environment.
+
 * Wed May 02 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.9.7-1
 - new upstream release.
 - made to resign stripped binary.

+ 5 - 2
f/fcgiwrap/fcgiwrap-vl.spec

@@ -1,8 +1,8 @@
 Summary: A simple FastCGI server for CGI applications.
 Summary(ja): CGIアプリケーションを動作させるためのシンプルなFastCGIサーバ
 Name: fcgiwrap
-Version: 1.0.3
-Release: 2%{?_dist_release}
+Version: 1.1.0
+Release: 1%{?_dist_release}
 License: GPL+
 Group: System Environment/Daemons
 Source0: %{name}-%{version}.tar.gz
@@ -89,6 +89,9 @@ fi
 %config(noreplace) %{_sysconfdir}/nginx/fcgiwrap_params
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.0-1
+- new upstream release.
+
 * Fri Apr 27 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.3-2
 - fixed configurations.
 

+ 4 - 1
h/havp/havp.spec

@@ -3,7 +3,7 @@
 Summary: HAVP - HTTP Anti Virus Proxy
 Name: havp
 Version: 0.92a
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 License: GPL
 Group: Applications/System
 URL: http://www.server-side.de/
@@ -94,6 +94,9 @@ fi
 %attr(750,havp,havp) %dir /var/run/havp 
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.92a-2
+- rebuilt with current environment.
+
 * Sun Dec 05 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.92a-1
 - new upstream release.
 

+ 9 - 3
i/incron/incron-vl.spec

@@ -1,7 +1,7 @@
 Summary:     Inotify cron system
 Name:        incron
 Version:     0.5.10
-Release:     1%{?_dist_release}
+Release:     2%{?_dist_release}
 
 Group:       System Environment/Base          
 License:     GPLv2
@@ -15,6 +15,9 @@ BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig, /sbin/service
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
 
 %description
 This program is an "inotify cron" system.
@@ -85,6 +88,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.10-2
+- rebuilt with current environment.
+
 * Fri May 04 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.10-1
 - new upstream release.
 - built for Vine Linux.
@@ -116,7 +122,7 @@ rm -rf %{buildroot}
 * Sat Feb 09 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> - 0.5.7-1
 - Sync with upstream
 
-* Thu Mar 13 2007 <ruben@rubenkerkhof.com> 0.5.5-1
+* Tue Mar 13 2007 <ruben@rubenkerkhof.com> 0.5.5-1
 - Sync with upstream
 * Mon Feb 12 2007 <ruben@rubenkerkhof.com> 0.5.4-1
 - Update to new upstream version
@@ -126,7 +132,7 @@ rm -rf %{buildroot}
 * Sun Feb 04 2007 <ruben@rubenkerkhof.com> 0.5.1-1
 - Updated to new upstream version
 - Upstream fixed the incorrect encoding of the LICENSE-GPL file
-* Sun Jan 27 2007 <ruben@rubenkerkhof.com> 0.5.0-1
+* Sat Jan 27 2007 <ruben@rubenkerkhof.com> 0.5.0-1
 - Updated to new upstream version
 - Changed the service name in the scriptlets
 - Added a configuration file

+ 5 - 2
lib/libb/libbsd/libbsd-vl.spec

@@ -1,10 +1,10 @@
 Name:		libbsd
-Version:	0.4.2
+Version:	0.6.0
 Release:	1%{?_dist_release}
 Summary:	Library providing BSD-compatible functions for portability
 URL:		http://libbsd.freedesktop.org/
 
-Source0:	http://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.gz
+Source0:	http://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz
 
 License:	BSD and ISC and Copyright only and Public Domain
 Group:		System Environment/Libraries
@@ -75,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/%{name}.la
 %{_libdir}/pkgconfig/%{name}-overlay.pc
 
 %changelog
+* Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.0-1
+- new upstream release.
+
 * Mon Dec 17 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4.2-1
 - new upstream release.
 - initial build for Vine Linux.

+ 7 - 2
lib/libu/libupnp/libupnp-vl.spec

@@ -1,5 +1,5 @@
 %define name libupnp
-%define version 1.6.13
+%define version 1.6.19
 %define release 1%{?_dist_release}
 
 %define docdeveldir %{_docdir}/%{name}-devel-%{version}
@@ -11,6 +11,7 @@ Name: %{name}
 Version: %{version}
 Release: %{release}
 Source0: %{name}-%{version}.tar.bz2
+Patch0:  makefile.patch
 License: BSD
 Group: System Environment/Libraries
 URL: http://pupnp.sourceforge.net/
@@ -34,6 +35,7 @@ you will need to install %{name}-devel.
 
 %prep
 %setup -q
+%patch0 -p0 -b .makefile
 
 %build
 %configure --with-documentation --enable-static=no
@@ -82,6 +84,9 @@ you will need to install %{name}-devel.
 %{_libdir}/pkgconfig/libupnp.pc
 
 %changelog
+* Mon Jan 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6.19-1
+- new upstream release.
+
 * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.6.13-1
 - new upstream release
 
@@ -94,7 +99,7 @@ you will need to install %{name}-devel.
 * Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 1.6.5-1vl5
 - applied new versioning policy, spec in utf-8
 
-* Tue Feb 14 2008 Masahiro INOUE <miyabi.-.inoue@nifty.com> 1.6.5
+* Thu Feb 14 2008 Masahiro INOUE <miyabi.-.inoue@nifty.com> 1.6.5
 - new upstream release
 
 * Tue Jul 31 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.0-0vl1

+ 87 - 40
s/spamassassin/spamassassin-vl.spec

@@ -2,12 +2,13 @@
 %define pdir    Mail
 %define pnam    SpamAssassin
 
-%define version 3.3.1
-%define real_version 3.3.1
+%define version 3.3.2
+%define real_version 3.3.2
+%global saversion 3.003002
 %define release 1%{_dist_release}
-%define cfdate 20110406
+%define cfdate 20140113
 %define name spamassassin
-%define _initrddir /etc/rc.d/init.d/
+%define _initrddir /etc/rc.d/init.d
 %define initdir %{_initrddir}
 #%define __find_provides /usr/lib/rpm/find-provides.perl
 #%define __find_requires /usr/lib/rpm/find-requires.perl
@@ -21,15 +22,18 @@ Release: %{release}
 License: Apache License 2.0
 URL: http://spamassassin.org/
 Source0: http://spamassassin.org/released/Mail-SpamAssassin-%{real_version}.tar.bz2
-Source1: sample-japanese-local.cf-%{cfdate}
-Source2: README.vine
-Source3: filter.sh
-Source4: sa-update.cronscript
-Source5: sa-update.crontab
+Source1: http://spamassassin.org/released/Mail-SpamAssassin-rules-%{real_version}-r1104058.tar.gz
+Source2: sample-japanese-local.cf-%{cfdate}
+Source3: README.vine
+Source4: filter.sh
+Source5: spamassassin.sysconfig
 Source6: sa-update.logrotate
+Source7: sa-update.crontab
+Source8: sa-update.cronscript
+Source9: sa-update.force-sysconfig
+Source11: spamassassin-official.conf
+Source12: sought.conf
 Patch0: spamassassin-3.1.7_rules.patch
-Patch1: spamassassin-3.3.1-fix-deprecated.patch
-Patch2: spamassassin-3.3.1-fix-deprecated2.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires(pre): /sbin/chkconfig
 Requires(pre): perl-Mail-SpamAssassin = %{version}-%{release}
@@ -106,17 +110,14 @@ user's own mail user-agent application.
 
 %patch0 -p0 -b .rules
 
-%patch1 -p0 -b .fix-deprecated
-%patch2 -p0 -b .fix-deprecated2
-
 # Japanese sample file / README
-cp -p %{SOURCE1} sample-japanese-local.cf
-cp -p %{SOURCE2} README.vine
-cp -p %{SOURCE3} filter.sh
+cp -p %{SOURCE2} sample-japanese-local.cf
+cp -p %{SOURCE3} README.vine
+cp -p %{SOURCE4} filter.sh
 # sa-update sample
-cp -p %{SOURCE4} .
-cp -p %{SOURCE5} .
 cp -p %{SOURCE6} .
+cp -p %{SOURCE7} .
+cp -p %{SOURCE8} .
 # change README filename
 cp spamd/README spamd/README.spamd
 
@@ -127,29 +128,59 @@ CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
 %{__make} spamd/libspamc.so
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
+
+make DESTDIR=%{buildroot} install
 
-make DESTDIR=$RPM_BUILD_ROOT install
+install -d %{buildroot}/%{initdir}
+install -m 0755 spamd/redhat-rc-script.sh %{buildroot}%{initdir}/spamassassin
+mkdir -p %{buildroot}%{_sysconfdir}/mail/spamassassin
 
-install -d $RPM_BUILD_ROOT/%{initdir}
-install -m 0755 spamd/redhat-rc-script.sh $RPM_BUILD_ROOT/%{initdir}/spamassassin
-mkdir -p $RPM_BUILD_ROOT/etc/mail/spamassassin
-mkdir -p $RPM_BUILD_ROOT/var/spool/spamassassin
+mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
+mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
+mkdir -p %{buildroot}%{_sysconfdir}/cron.d
+install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/spamassassin
+install -m 0644 %{SOURCE6} %{buildroot}/etc/logrotate.d/sa-update
+install -m 0644 %{SOURCE7} %{buildroot}/etc/cron.d/sa-update
+install -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/sysconfig/sa-update
+# installed mode 744 as non root users can't run it, but can read it.
+install -m 0744 %{SOURCE8} %{buildroot}%{_datadir}/spamassassin/sa-update.cron
 
 # [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
 
+find %{buildroot} \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+
+# Default rules from separate tarball
+cd %{buildroot}%{_datadir}/spamassassin/
+tar xfvz %{SOURCE1}
+sed -i -e 's|\@\@VERSION\@\@|%{saversion}|' *.cf
+cd -
+
+find %{buildroot}/usr -type f -print |
+        sed "s@^%{buildroot}@@g" |
+        grep -v perllocal.pod |
+        grep -v "\.packlist" > %{name}-%{version}-filelist
+if [ "$(cat %{name}-%{version}-filelist)X" = "X" ] ; then
+    echo "ERROR: EMPTY FILE LIST"
+    exit -1
+fi
+find %{buildroot}%{perl_vendorlib}/* -type d -print |
+        sed "s@^%{buildroot}@%dir @g" >> %{name}-%{version}-filelist
+
+# sa-update channels and keyring directory
+mkdir   -m 0700             %{buildroot}%{_sysconfdir}/mail/spamassassin/sa-update-keys/
+mkdir   -m 0755             %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/
+install -m 0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/
+install -m 0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/
+
 %clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
 
 %post
 # install
-# if [ $1 = 1 ]; then
-#         /sbin/chkconfig --add spamassassin
-# fi
-
-if [ -x /usr/bin/sa-update ] ; then
-echo "Update rules"
-/usr/bin/sa-update ||:
+if [ $1 = 1 ]; then
+         /sbin/chkconfig --add spamassassin
 fi
 
 # update
@@ -168,6 +199,13 @@ if [ $1 = 2 ]; then
     fi
 fi
 
+%post tools
+
+if [ -x /usr/bin/sa-update ] ; then
+echo "Update rules"
+/usr/bin/sa-update ||:
+fi
+
 %post -n perl-Mail-SpamAssassin
 if [ -x /usr/bin/sa-update ] ; then
 echo "Update rules"
@@ -202,25 +240,34 @@ fi
 %doc spamd/README.spamd 
 %doc sample-japanese-local.cf
 %doc sa-update.*
-%attr(755,root,root) %{_bindir}/*
+%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
+%attr(755,root,root) %{_bindir}/spam*
 %config %attr(755,root,root) %{initdir}/spamassassin
-%{_mandir}/man1/*
+%{_mandir}/man1/spam*
 
 %files -n spamassassin-tools
 %defattr(644,root,root,755)
 %doc sql
+%config(noreplace) %{_sysconfdir}/sysconfig/sa-update
+%config(noreplace) %{_sysconfdir}/logrotate.d/sa-update
+%{_sysconfdir}/cron.d/sa-update
+%attr(755,root,root) %{_bindir}/sa-*
+%{_mandir}/man1/sa-*
 
 %files -n perl-Mail-SpamAssassin
-%defattr(644,root,root,755)
+%defattr(-,root,root)
 %{perl_vendorlib}/Mail/*
 %{perl_vendorlib}/spamassassin-run.pod
 
 %config(noreplace) %{_sysconfdir}/mail/spamassassin
 %{_datadir}/spamassassin
 %{_mandir}/man3/*
-%attr(775,root,root) /var/spool/spamassassin
 
 %changelog
+* Mon Jan 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.2-1
+- new upstream release.
+- added official rules.
+
 * Fri Apr 08 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.1-1
 - new upstream release.
 - replaced "Prereq:" and "BuildPrereq".
@@ -250,7 +297,7 @@ fi
 * Wed Jan 02 2008 Shu KONNO <owa@bg.wakwak.com> 3.2.3-0vl1
 - new upstream release
 
-* Thu Feb 20 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
+* Tue Feb 20 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
 - 3.1.8-0vl2
 - rebuilt for VinePlus 4.x
 - installed perl modules to vendor_perl dir 
@@ -314,7 +361,7 @@ fi
 - Source version up
 - Sample-japanese-local.cf update
 
-* Sun Apr 10 2004 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
+* Sat Apr 10 2004 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
 - 2.63-0vl4
 - rebuild for VineSeed Plus
 - Sample-japanese-local.cf update
@@ -329,7 +376,7 @@ fi
 - Source version up
 - Sample-japanese-local.cf update
 
-* Sat Dec 23 2003 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
+* Tue Dec 23 2003 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
 - 2.61-0vl1
 - Source version up
 - Sample-japanese-local.cf update

+ 5 - 2
s/spawn-fcgi/spawn-fcgi-vl.spec

@@ -2,12 +2,12 @@ Summary:	Spawn fcgi-process directly
 Summary(ja):    fcgi プロセスを直接起動
 Name:		spawn-fcgi
 Version:	1.6.3
-Release:        2%{?_dist_release}
+Release:	3%{?_dist_release}
 License:	BSD
 Group:		System Environment/Daemons
 Source0:	http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2
 URL:		http://redmine.lighttpd.net/projects/spawn-fcgi
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
 spawn-fcgi is used to spawn fcgi-process directly without the help of
@@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/spawn-fcgi.1*
 
 %changelog
+* Mon Jan 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.3-3
+- rebuilt with current environment.
+
 * Wed May 02 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.3-2
 - rebuilt with current environment.