[svn] r5151 - in trunk/rpms: . fish glchess iogen mcabber mimedefang python-distutils udpcast uni2ascii

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Feb 12 10:59:22 CET 2007


Author: dag
Date: 2007-02-12 10:59:21 +0100 (Mon, 12 Feb 2007)
New Revision: 5151

Added:
   trunk/rpms/iogen/
   trunk/rpms/iogen/iogen.spec
Modified:
   trunk/rpms/fish/fish.spec
   trunk/rpms/glchess/glchess.spec
   trunk/rpms/mcabber/mcabber.spec
   trunk/rpms/mimedefang/mimedefang.spec
   trunk/rpms/python-distutils/python-distutils.spec
   trunk/rpms/udpcast/udpcast.spec
   trunk/rpms/uni2ascii/uni2ascii.spec
Log:
Updates

Modified: trunk/rpms/fish/fish.spec
===================================================================
--- trunk/rpms/fish/fish.spec	2007-02-11 21:26:45 UTC (rev 5150)
+++ trunk/rpms/fish/fish.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -10,7 +10,7 @@
 
 Summary: Friendly interactive shell
 Name: fish
-Version: 1.22.2
+Version: 1.22.3
 Release: 1
 License: GPL
 Group: System Environment/Shells
@@ -71,6 +71,9 @@
 %exclude %{_docdir}/fish/
 
 %changelog
+* Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 1.22.3-1
+- Updated to release 1.22.3.
+
 * Fri Dec 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.22.2-1
 - Updated to release 1.22.2.
 

Modified: trunk/rpms/glchess/glchess.spec
===================================================================
--- trunk/rpms/glchess/glchess.spec	2007-02-11 21:26:45 UTC (rev 5150)
+++ trunk/rpms/glchess/glchess.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -8,7 +8,7 @@
 
 Summary: 3D chess interface
 Name: glchess
-Version: 1.0.1
+Version: 1.0.2
 Release: 1
 License: GPL
 Group: Amusements/Games
@@ -57,6 +57,9 @@
 %ghost %{python_sitelib}/glchess/*/*.pyo
 
 %changelog
+* Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 1.0.2-1
+- Updated to release 1.0.2.
+
 * Tue Jan 09 2007 Dries Verachtert <dries at ulyssis.org> - 1.0.1-1
 - Updated to release 1.0.1.
 

Added: trunk/rpms/iogen/iogen.spec
===================================================================
--- trunk/rpms/iogen/iogen.spec	                        (rev 0)
+++ trunk/rpms/iogen/iogen.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -0,0 +1,52 @@
+# $Id$
+# Authority: dag
+# Upstream: 
+
+Summary: I/O generator
+Name: iogen
+Version: 2.2
+Release: 1
+License: GPL
+Group: Applications/
+URL: http://www.peereboom.us/iogen/
+
+Source: http://www.peereboom.us/iogen/iogen_%{version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+#Buildarch: noarch
+#BuildRequires: 
+#Requires:
+
+%description
+iogen is an I/O generator. It forks child processes that each run a mix
+of reads and writes. The idea is to generate heavily fragmented files
+to make the hardware suffer as much as possible. This tool has been
+used to test filesystems, drivers, firmware, and hardware devices.
+
+It is by no means meant as a performance measuring tool since it tries
+to recreate the worst case scenario I/O.
+
+%prep
+%setup -n %{name}_%{version}
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+#%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 iogen %{buildroot}%{_bindir}/iogen
+%{__install} -Dp -m0644 src/iogen.8 %{buildroot}%{_mandir}/man8/iogen.8
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc README
+%doc %{_mandir}/man8/iogen.8*
+%{_bindir}/iogen
+
+%changelog
+* Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 2.2-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/iogen/iogen.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/mcabber/mcabber.spec
===================================================================
--- trunk/rpms/mcabber/mcabber.spec	2007-02-11 21:26:45 UTC (rev 5150)
+++ trunk/rpms/mcabber/mcabber.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -5,7 +5,7 @@
 
 Summary: Console jabber client
 Name: mcabber
-Version: 0.9.0
+Version: 0.9.1
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -42,6 +42,9 @@
 %{_datadir}/mcabber/
 
 %changelog
+* Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 0.9.1-1
+- Updated to release 0.9.1.
+
 * Mon Dec 18 2006 Dries Verachtert <dries at ulyssis.org> - 0.9.0-1
 - Updated to release 0.9.0.
 

Modified: trunk/rpms/mimedefang/mimedefang.spec
===================================================================
--- trunk/rpms/mimedefang/mimedefang.spec	2007-02-11 21:26:45 UTC (rev 5150)
+++ trunk/rpms/mimedefang/mimedefang.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -4,7 +4,7 @@
 
 Summary: Email filtering application using sendmail's milter interface
 Name: mimedefang
-Version: 2.57
+Version: 2.61
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -116,6 +116,9 @@
 %dir %{_localstatedir}/spool/MD-Quarantine
 
 %changelog
+* Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 2.61-1
+- Updated to release 2.61.
+
 * Tue Jun 20 2006 Dag Wieers <dag at wieers.com> - 2.57-1
 - Updated to release 2.57.
 

Modified: trunk/rpms/python-distutils/python-distutils.spec
===================================================================
--- trunk/rpms/python-distutils/python-distutils.spec	2007-02-11 21:26:45 UTC (rev 5150)
+++ trunk/rpms/python-distutils/python-distutils.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -4,6 +4,7 @@
 # ExclusiveDist: el2 rh7
 
 %define python_version %(%{__python} -c 'import sys, string; print string.split(sys.version, " ")[0]')
+### We can't use this macro on python 1.5.2 without distutils
 #%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
 
 %define real_name Distutils
@@ -14,7 +15,7 @@
 Release: 1
 Group: Development/Libraries
 License: Public Domain, BSD, Python License, GPL - see COPYING.txt
-URL: http://docutils.sourceforge.net/
+URL: http://www.python.org/community/sigs/current/distutils-sig/
 
 Source: http://www.python.org/community/sigs/current/distutils-sig/download/Distutils-1.0.2.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

Modified: trunk/rpms/udpcast/udpcast.spec
===================================================================
--- trunk/rpms/udpcast/udpcast.spec	2007-02-11 21:26:45 UTC (rev 5150)
+++ trunk/rpms/udpcast/udpcast.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -4,8 +4,8 @@
 
 Summary: UDP broadcast installation
 Name: udpcast
-%define real_version 20070131
-Version: 0.0.20070131
+%define real_version 20070205
+Version: 0.0.20070205
 Release: 1
 License: GPL or BSD
 Group: Applications/System
@@ -44,6 +44,9 @@
 %{_sbindir}/udp-sender
 
 %changelog
+* Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 0.0.20070205-1
+- Updated to release 20070205.
+
 * Wed Jan 31 2007 Dag Wieers <dag at wieers.com> - 0.0.20070131-1
 - Updated to release 20070131.
 

Modified: trunk/rpms/uni2ascii/uni2ascii.spec
===================================================================
--- trunk/rpms/uni2ascii/uni2ascii.spec	2007-02-11 21:26:45 UTC (rev 5150)
+++ trunk/rpms/uni2ascii/uni2ascii.spec	2007-02-12 09:59:21 UTC (rev 5151)
@@ -4,13 +4,13 @@
 
 Summary: Convert between UTF-8 Unicode and 7-bit ASCII equivalents
 Name: uni2ascii
-Version: 3.12
+Version: 3.13
 Release: 1
 License: GPL
 Group: Applications/Text
 URL: http://www.billposer.org/Software/uni2ascii.html
 
-Source: http://billposer.org/Software/Downloads/uni2ascii-%{version}.tgz
+Source: http://billposer.org/Software/Downloads/uni2ascii-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: python, python-devel
@@ -49,6 +49,9 @@
 %{_bindir}/uni2ascii
 
 %changelog
+* Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 3.13-1
+- Updated to release 3.13.
+
 * Thu Jan 11 2007 Dag Wieers <dag at wieers.com> - 3.12-1
 - Updated to release 3.12.
 



More information about the svn-commits mailing list