Browse Source

rebuilt

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

+ 8 - 2
P/PyOpenGL/PyOpenGL-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           PyOpenGL
 Version:        3.0.0
-Release:        2%{_dist_release}
+Release:        3%{_dist_release}
 Summary:        Python bindings for OpenGL
 License:        BSD
 Group:          System Environment/Libraries
@@ -19,6 +19,9 @@ Requires:       freeglut
 # in some other repositories this is named python-opengl
 Provides:       python-opengl = %{version}-%{release}
 Obsoletes:      python-opengl < %{version}-%{release}
+Vendor: Project Vine
+Distribution: Vine Linux
+
 
 %description
 PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It
@@ -69,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc license.txt
+##doc license.txt
 %{python_sitelib}/*OpenGL*
 %exclude %{python_sitelib}/OpenGL/Tk
 
@@ -83,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 3.0.0-3
+- rebuilt with rpm-4.8.1-3
+
 * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 3.0.0-2
 - rebuilt with python-2.6.4
 

+ 4 - 1
f/fltk/fltk-vl.spec

@@ -7,7 +7,7 @@ Summary:	C++ user interface toolkit
 Summary(ja): C++用の軽量GUIライブラリキット
 Name:		fltk
 Version:	1.1.10
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 
 # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
 License:	LGPLv2+ with exceptions	
@@ -199,6 +199,9 @@ update-desktop-database >& /dev/null ||:
 
 
 %changelog
+* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 1.1.10-3
+- rebuilt with rpm-4.8.1-3
+
 * Sat May 08 2010 Shu KONNO <owa@bg.wakwak.com> - 1.1.10-2
 - fixed duplecate desktop files
 

+ 4 - 1
i/indent/indent-vl.spec

@@ -2,7 +2,7 @@ Summary:     A GNU program for formatting C code.
 Summary(ja): C のコードを整形する GNU プログラム
 Name:        indent
 Version:     2.2.9
-Release:     4%{?_dist_release}
+Release:     5%{?_dist_release}
 License:     GPL
 Group:       Applications/Text
 URL:         http://www.gnu.org/software/indent/
@@ -72,6 +72,9 @@ fi
 
 
 %changelog
+* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 2.2.9-5
+- rebuilt with rpm-4.8.1-3
+
 * Tue Sep 09 2008 Shu KONNO <owa@bg.wakwak.com> 2.2.9-4vl5
 - applied new versioning policy, spec in utf-8
 - added indent-2.2.9-indent_h.patch

+ 7 - 2
p/python-sexy/python-sexy-vl.spec

@@ -2,7 +2,7 @@
 %define real_name sexy-python
 Name:           python-sexy
 Version:        0.1.9
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 
 Summary:        Python bindings to libsexy
 Summary(ja):    libsexy の Python バインディング
@@ -18,6 +18,9 @@ BuildRequires:  python-devel >= 2
 BuildRequires:  pygtk2-devel >= 2.8.0
 BuildRequires:  libxml2-devel
 Requires:  libsexy >= 0.1.10
+Vendor: Project Vine
+Distribution: Vine Linux
+
 
 %description
 sexy-python is a set of Python bindings around libsexy.
@@ -49,8 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pygtk/2.0/defs/sexy.defs
 
 
-
 %changelog
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.9-5
+- rebuilt with rpm-4.8.1-3
+
 * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.1.9-4
 - rebuild with python-2.6
 

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

@@ -1,6 +1,6 @@
 Name: rpmver
 Version: 2.1
-Release: 5%{?_dist_release}
+Release: 6%{?_dist_release}
 Summary: RPM version comparing tool
 Summary(ja): RPM バージョン比較ツール
 Group: Applications/System
@@ -34,6 +34,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/%{name}
 
 %changelog
+* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 2.1-6
+- rebuilt with rpm-4.8.1-3
+
 * Sat Feb 13 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1-5
 - rebuilt with gcc-4.4.3-3 on ppc
 

+ 4 - 1
s/strace/strace-vl.spec

@@ -2,7 +2,7 @@ Summary:      Tracks and displays system calls associated with a running process
 Summary(ja):  動作中のプロセスと関連するシステムコールの追跡/表示
 Name:         strace
 Version:      4.5.20
-Release:      1%{?_dist_release}
+Release:      2%{?_dist_release}
 License:      BSD
 Group:        Development/Tools
 URL:          http://sourceforge.net/projects/strace/
@@ -98,6 +98,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 4.5.20-2
+- rebuilt with rpm-4.8.1-3
+
 * Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 4.5.20-1
 - updated to 4.5.20
 

+ 4 - 1
z/zd1211-firmware/zd1211-firmware-vl.spec

@@ -2,7 +2,7 @@ Summary: Firmware for the ZyDAS ZD1211 Driver.
 Summary(ja): ZyDAS ZD1211 ドライバ用のファームウェア
 Name: zd1211-firmware
 Version: 1.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Source0: zd1211-firmware-%{version}.tar.bz2
 License: GPL
 Group: System Environment/Kernel
@@ -36,6 +36,9 @@ rewritten zd1211rw driver (included in Linux 2.6.18-rc1 and newer).
 /lib/firmware/*
 
 %changelog
+* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.4-2
+- rebuilt with rpm-4.8.1-3
+
 * Thu Apr 09 2009 Shu KONNO <owa@bg.wakwak.com> 1.4-1vl5
 - initial build for Vine Linux