Browse Source

rebuild main

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

+ 4 - 1
e/expect/expect-vl.spec

@@ -6,7 +6,7 @@ Summary: A Tcl/Tk development environment: expect
 Summary(ja): Tcl/Tk 開発環境: expect
 Name: expect
 Version: %{majorver}.0
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 Group: Development/Languages
 URL: http://expect.nist.gov/
 License: BSD
@@ -141,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 5.43-4
+- rebuilt with rpm-4.8.1-3
+
 * Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.43-3
 - rebuilt with tcl/tk-8.4.19-2
 

+ 9 - 7
p/python-numeric/python-numeric-vl.spec

@@ -1,11 +1,7 @@
-%define name python-numeric
-%define version 24.2
-%define release 2%{?_dist_release}
-
 Summary: Numerical Extension to Python
-Name: %{name}
-Version: %{version}
-Release: %{release}
+Name: python-numeric
+Version: 24.2
+Release: 3%{?_dist_release}
 License: Python
 URL: http://numpy.sourceforge.net
 Group: Development/Languages
@@ -16,6 +12,9 @@ Patch: Numeric-23.7-blasfix.patch
 Requires: python
 BuildRequires: python-devel >= 2.6
 Buildroot: %{_tmppath}/%{name}-%{version}-root
+Vendor: Project Vine
+Distribution: Vine Linux
+
 
 %description
 A collection of extension modules to provide high-performance multidimensional
@@ -68,6 +67,9 @@ rm -rf %{buildroot}
 %{_includedir}/python*/Numeric
 
 %changelog
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 24.2-3
+- rebuilt with rpm-4.8.1-3
+
 * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 24.2-2
 - build for python-2.6
 

+ 7 - 1
t/tcl/tcl-vl.spec

@@ -7,7 +7,7 @@ Summary: A Tcl/Tk development environment: tcl
 Summary(ja): Tcl/Tk 開発環境: tcl
 Name: tcl
 Version: %{version}
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: Development/Languages
 License: BSD
 URL:     http://tcl.sourceforge.net/
@@ -24,6 +24,9 @@ Patch10: tcl-8.4.15-init.lib64.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libtool, util-linux, perl, gdbm, autoconf
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Tcl is a simple scripting language designed to be embedded into
 other applications.  Tcl is designed to be used with Tk, a widget
@@ -108,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/mann/*
 
 %changelog
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.19-3
+- rebuilt with rpm-4.8.1-3
+
 * Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.19-2
 - rebuilt with new environment
 - updated Patch3: tcl8.4.16-configure.patch

+ 7 - 1
t/thread/thread-vl.spec

@@ -5,7 +5,7 @@ Summary: A Tcl/Tk development environment: thread
 Summary(ja): Tcl/Tk 開発環境: thread
 Name: thread
 Version: %{majorver}.5
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: BSD
 Group: Development/Languages
 BuildRequires: libtool, util-linux, perl, gdbm
@@ -16,6 +16,9 @@ Requires: tk >= %{tclmajor}
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 URL: http://tcl.sourceforge.net/
 Source0: http://prdownloads.sourceforge.net/tcl/%{name}%{version}.tar.gz
+Vendor: Project Vine
+Distribution: Vine Linux
+
 
 %description
 You can use this extension to gain script-level access to Tcl threading capabilities.
@@ -80,6 +83,9 @@ rm -f *.files
 %files -f thread.files -n thread
 
 %changelog
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.5-3
+- rebuilt with rpm-4.8.1-3
+
 * Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-2
 - rebuilt with new environment
 

+ 7 - 1
t/tk/tk-vl.spec

@@ -4,7 +4,7 @@ Summary: A Tcl/Tk development environment: tk
 Summary(ja): Tcl/Tk 開発環境: tk
 Name: tk
 Version: %{majorver}.%{minorver}
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: Development/Languages
 License: BSD
 URL: http://tcl.sourceforge.net/
@@ -18,6 +18,9 @@ BuildRequires: tcl = %{version}, autoconf
 BuildRequires: libX11-devel
 Requires: tcl >= %{majorver}
 Provides: libtk%{majorver}.so
+Vendor: Project Vine
+Distribution: Vine Linux
+
 
 %description 
 Tk is a X Windows widget set designed to work closely with the tcl
@@ -95,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/mann/*
 
 %changelog
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.19-3
+- rebuilt with rpm-4.8.1-3
+
 * Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.19-2
 - rebuilt with tcl-8.4.19-2
 - dropt Patch4: tk-8.4.18-tkBind.patch