[svn] r5520 - in trunk/rpms: . libuninum msort vtun wbox white_dune

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Jun 17 21:18:34 CEST 2007


Author: dries
Date: 2007-06-17 21:18:33 +0200 (Sun, 17 Jun 2007)
New Revision: 5520

Added:
   trunk/rpms/wbox/
   trunk/rpms/wbox/wbox.spec
Modified:
   trunk/rpms/libuninum/libuninum.spec
   trunk/rpms/msort/msort.spec
   trunk/rpms/vtun/vtun.spec
   trunk/rpms/white_dune/white_dune.spec
Log:
updates

Modified: trunk/rpms/libuninum/libuninum.spec
===================================================================
--- trunk/rpms/libuninum/libuninum.spec	2007-06-17 18:48:09 UTC (rev 5519)
+++ trunk/rpms/libuninum/libuninum.spec	2007-06-17 19:18:33 UTC (rev 5520)
@@ -4,8 +4,8 @@
 
 Summary: Library for converting unicode strings to numbers
 Name: libuninum
-%define real_version 2.3
-Version: 2.3
+%define real_version 2.5
+Version: 2.5
 Release: 1
 License: LGPL
 Group: Development/Libraries
@@ -62,16 +62,20 @@
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README
 %doc %{_mandir}/man1/numconv.1*
 %{_bindir}/numconv
+%{_bindir}/NumberConverter.tcl
 %{_libdir}/libuninum.so.*
 
 %files devel
 %defattr(-, root, root, 0755)
 %{_includedir}/uninum/
-%{_libdir}/libuninum.a
 %{_libdir}/libuninum.so
+%exclude %{_libdir}/libuninum.a
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sun Jun 17 2007 Dries Verachtert <dries at ulyssis.org> - 2.5-1
+- Updated to release 2.5.
+
 * Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 2.3-1
 - Updated to release 2.3.
 

Modified: trunk/rpms/msort/msort.spec
===================================================================
--- trunk/rpms/msort/msort.spec	2007-06-17 18:48:09 UTC (rev 5519)
+++ trunk/rpms/msort/msort.spec	2007-06-17 19:18:33 UTC (rev 5520)
@@ -6,7 +6,7 @@
 Name: msort
 %define real_version 8.40
 Version: 8.40
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/Publishing
 URL: http://billposer.org/Software/msort.html
@@ -14,7 +14,7 @@
 Source: http://billposer.org/Software/Downloads/msort-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires: tre-devel, libuninum-devel >= 2.1, utf8proc-devel
+BuildRequires: tre-devel, libuninum-devel >= 2.5, utf8proc-devel
 
 %description
 Msort is a program for sorting files in sophisticated ways. Records need not
@@ -48,6 +48,9 @@
 %{_bindir}/msort
 
 %changelog
+* Sun Jun 17 2007 Dries Verachtert <dries at ulyssis.org> - 8.40-1
+- Rebuild against libuninum 2.5.
+
 * Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 8.40-1
 - Updated to release 8.40.
 

Modified: trunk/rpms/vtun/vtun.spec
===================================================================
--- trunk/rpms/vtun/vtun.spec	2007-06-17 18:48:09 UTC (rev 5519)
+++ trunk/rpms/vtun/vtun.spec	2007-06-17 19:18:33 UTC (rev 5520)
@@ -11,7 +11,7 @@
 
 Summary: Virtual tunnel over TCP/IP networks
 Name: vtun
-Version: 3.0.0
+Version: 3.0.1
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -179,11 +179,14 @@
 %doc %{_mandir}/man?/*
 %attr(600, root, root) %config(noreplace) %{_sysconfdir}/vtund.conf
 %config %{_initrddir}/vtund
-%{_sbindir}/*
+%{_sbindir}/vtund
 %{_localstatedir}/lock/vtund/
 %{_localstatedir}/log/vtund/
 
 %changelog
+* Sun Jun 17 2007 Dries Verachtert <dries at ulyssis.org> - 3.0.1-1
+- Updated to release 3.0.1.
+
 * Sun Dec 15 2006 Dries Verachtert <dries at ulyssis.org> - 3.0.0-1
 - Updated to release 3.0.0.
 

Added: trunk/rpms/wbox/wbox.spec
===================================================================
--- trunk/rpms/wbox/wbox.spec	                        (rev 0)
+++ trunk/rpms/wbox/wbox.spec	2007-06-17 19:18:33 UTC (rev 5520)
@@ -0,0 +1,39 @@
+# $Id$
+
+Summary: Command line tool to test HTTP performance of Web servers and Web applications
+Name: wbox
+Version: 4
+Release: 1
+License: GPLv2
+Group: Applications/Internet
+Source0: http://hping.org/wbox/wbox-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+Wbox is a command line tool to test HTTP performance of Web servers and Web 
+applications, to test HTTP compression, to perform stress tests simulating 
+multiple HTTP clients, and to test virtual domain configurations before DNS 
+propagation. It also implements a configuration-free Web server for file 
+sharing.
+
+%prep
+%setup -n wbox
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+%{__install} -D -m0755 wbox %{buildroot}%{_bindir}/wbox
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS Changelog README TODO
+%{_bindir}/wbox
+
+%changelog
+* Mon Jun 11 2007 Laurent Papier <papier[at]tuxfan.net>
+- created spec file

Modified: trunk/rpms/white_dune/white_dune.spec
===================================================================
--- trunk/rpms/white_dune/white_dune.spec	2007-06-17 18:48:09 UTC (rev 5519)
+++ trunk/rpms/white_dune/white_dune.spec	2007-06-17 19:18:33 UTC (rev 5520)
@@ -32,12 +32,12 @@
 %{?el3:%define _with_openmotif 1}
 %{?el2:%define _with_lesstif 1}
 
-%define real_version 0.29beta634
+%define real_version 0.29beta637
 
 Summary: Graphical VRML97 editor and animation tool
 Name: white_dune
 Version: 0.29
-Release: 0.beta634
+Release: 0.beta637
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.csv.ica.uni-stuttgart.de/vrml/dune/
@@ -109,6 +109,9 @@
 %{_datadir}/icons/Bluecurve/48x48/apps/dune4kids.png
 
 %changelog
+* Sun Jun 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.29-0.beta637
+- Updated to release 0.29-0.beta637.
+
 * Wed May 30 2007 Dries Verachtert <dries at ulyssis.org> - 0.29-0.beta634
 - Updated to release 0.29-0.beta634.
 



More information about the svn-commits mailing list