Browse Source

update: dejagnu, manadic, taper

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3937 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
229745d04d
3 changed files with 33 additions and 13 deletions
  1. 15 9
      d/dejagnu/dejagnu-vl.spec
  2. 8 2
      m/manadic/manadic-vl.spec
  3. 10 2
      t/taper/taper-vl.spec

+ 15 - 9
d/dejagnu/dejagnu-vl.spec

@@ -2,21 +2,23 @@ Summary:       A front end for testing other programs.
 Summary(ja):   各種プログラムをテストするためのフロントエンド
 Name:          dejagnu
 Version:       1.4.4
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 Epoch:         1
-License:       GPL
-Source:        ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-1.4.4.tar.gz
-Source2:       dejagnu.texi
-Patch0:        doc-Makefile.patch
-Patch1:        dejagnu-1.4.2-makefile-style-arg.patch
+
 Group:         Development/Tools
+License:       GPLv2
+
+Source:        ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
+Source2:       dejagnu.texi
+Patch1:        dejagnu-1.4.4-smp-1.patch
+Patch3:        dejagnu-1.4.4-testsuite.patch
+Patch4:        dejagnu-1.4.4-runtest.patch
+
 Requires:      tcl >= 8.0, expect >= 5.21
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 BuildArch:     noarch
 BuildRequires: jadetex docbook-utils-pdf
-Patch1:        dejagnu-1.4.4-smp-1.patch
-Patch3:        dejagnu-1.4.4-testsuite.patch
-Patch4:        dejagnu-1.4.4-runtest.patch
+BuildRequires: texinfo
 
 Vendor:       Project Vine
 Distribution: Vine Linux
@@ -90,6 +92,10 @@ fi
 
  
 %changelog
+* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.4-2
+- rebuilt with current VineSeed
+- added BR: texinfo
+
 * Fri Sep 26 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.4.4-1
 - new versioning policy; spec in UTF-8
 - add Source2, Patch3 and Patch4 from Fedora 1.4.4-13

+ 8 - 2
m/manadic/manadic-vl.spec

@@ -2,12 +2,15 @@ Summary:	manadic - A dictionaly for Mana
 Summary(ja):	真字用辞書
 Name:		manadic
 Version:	0.1.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
+
 License:	distributable
 Group:		Applications/Text
 URL:		http://sourceforge.jp/projects/shinji/
+
 Source:		manadic-%{version}.tar.bz2
-Patch:		manadic-0.1.4-Makefile.in.patch
+Patch0:		manadic-0.1.4-Makefile.in.patch
+
 Buildroot:	%{_tmppath}/%{name}-%{version}-root
 #BuildArch:	noarch
 BuildRequires:	mana
@@ -45,6 +48,9 @@ This package contains a dictionaly for Mana.
 %{_libdir}/mana/dic/ipadic
 
 %changelog
+* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.4-2
+- rebuilt with current VineSeed
+
 * Thu Oct  2 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.4-1vl5
 - applied new versioning policy
 - spec in UTF-8

+ 10 - 2
t/taper/taper-vl.spec

@@ -1,16 +1,20 @@
 Summary: A menu-driven file backup system.
 Name: taper
 Version: 6.9b
-Release: 5%{?_dist_release}
+Release: 6%{?_dist_release}
+
 License: GPL
 Group: Applications/Archiving
-Source: http://prdownloads.sourceforge.net/taper/%{name}-%{version}.tar.gz
 URL: http://taper.sourceforge.net/
+
+Source: http://prdownloads.sourceforge.net/taper/%{name}-%{version}.tar.gz
 Patch0: taper-6.9a-rh.patch
 Patch1: taper-6.9-sparc.patch
 Patch2: taper-6.9b-taper_h.patch
 Patch3:	taper-7.0pre-1-umode_t.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: ncurses-devel
 
 %description
 Taper is a backup and restoration program with a friendly user
@@ -59,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/*
 
 %changelog
+* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.9b-6
+- rebuilt with current VineSeed
+- added BR: ncurses-devel
+
 * Sat Apr 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.9b-5
 - added Patch3 from Mandriva