[svn] r4848 - in trunk/rpms: . fio motion potrace

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Oct 23 12:16:03 CEST 2006


Author: dag
Date: 2006-10-23 12:16:03 +0200 (Mon, 23 Oct 2006)
New Revision: 4848

Added:
   trunk/rpms/fio/
   trunk/rpms/fio/fio.spec
   trunk/rpms/potrace/
   trunk/rpms/potrace/potrace.spec
Modified:
   trunk/rpms/motion/motion.spec
Log:
Updates

Added: trunk/rpms/fio/fio.spec
===================================================================
--- trunk/rpms/fio/fio.spec	                        (rev 0)
+++ trunk/rpms/fio/fio.spec	2006-10-23 10:16:03 UTC (rev 4848)
@@ -0,0 +1,60 @@
+# $Id$
+# Authority: dag
+# Upstream: Jens Axboe
+
+Summary: I/O benchmark and stress/hardware verification tool
+Name: fio
+Version: 1.7
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://freshmeat.net/projects/fio/
+
+Source: http://brick.kernel.dk/snaps/fio-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: libaio-devel
+
+%description
+fio is an I/O tool meant to be used both for benchmark and stress/hardware
+verification. It has support for 6 different types of I/O engines (sync,
+mmap, libaio, posixaio, SG v3, splice), I/O priorities (for newer Linux
+kernels), rate I/O, forked or threaded jobs, and much more.
+
+It can work on block devices as well as files. fio accepts job descriptions
+in a simple-to-understand text format. Several example job files are included.
+fio displays all sorts of I/O performance information, such as completion and
+submission latencies (avg/mean/deviation), bandwidth stats, CPU, and disk
+utilization, and more. It supports Linux, FreeBSD, and OpenSolaris.
+
+%prep
+%setup
+
+%{__perl} -pi -e 's| \$\(libdir\)| \$(DESTDIR)\$(libdir)|' Makefile
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}" prefix="%{_prefix}" bindir="%{_bindir}" libdir="%{_libdir}/fio"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING README examples/
+%{_bindir}/fio
+%{_bindir}/fio_generate_plots
+%{_libdir}/fio/
+
+%changelog
+* Mon Oct 23 2006 Dag Wieers <dag at wieers.com> - 1.7-1
+- Updated to release 1.7.
+
+* Wed Aug 30 2006 Dag Wieers <dag at wieers.com> - 1.6-1
+- Updated to release 1.6.
+
+* Wed Jun 14 2006 Dag Wieers <dag at wieers.com> - 1.5-1
+- Initial package. (using DAR)


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

Modified: trunk/rpms/motion/motion.spec
===================================================================
--- trunk/rpms/motion/motion.spec	2006-10-23 09:39:33 UTC (rev 4847)
+++ trunk/rpms/motion/motion.spec	2006-10-23 10:16:03 UTC (rev 4848)
@@ -3,7 +3,7 @@
 
 Summary: Video-surveilance system
 Name: motion
-Version: 3.2.4
+Version: 3.2.7
 Release: 1
 License: GPL
 Group: Applications/Multimedia
@@ -55,5 +55,8 @@
 %{_bindir}/motion
 
 %changelog
+* Mon Oct 23 2006 Dag Wieers <dag at wieers.com> - 3.2.7-1
+- Updated to release 3.2.7.
+
 * Mon Feb 06 2006 Dag Wieers <dag at wieers.com> - 3.2.4-1
 - Initial package. (using DAR)

Added: trunk/rpms/potrace/potrace.spec
===================================================================
--- trunk/rpms/potrace/potrace.spec	                        (rev 0)
+++ trunk/rpms/potrace/potrace.spec	2006-10-23 10:16:03 UTC (rev 4848)
@@ -0,0 +1,49 @@
+# $Id$
+# Authority: dag
+# Upstream: Peter Selinger <selinger$users,sourceforge,net>
+
+Summary: Transforms bitmaps into vector graphics
+Name: potrace
+Version: 1.7
+Release: 1
+License: GPL
+Group: Applications/Multimedia
+URL: http://potrace.sourceforge.net/
+
+Source: http://potrace.sourceforge.net/download/potrace-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+potrace is a utility for tracing a bitmap, which means, transforming a
+bitmap into a smooth, scalable image.  The input is a portable bitmap
+(PBM), and the default output is an encapsulated PostScript file
+(EPS). A typical use is to create EPS files from scanned data, such as
+company or university logos, handwritten notes, etc.  The resulting
+image is not "jaggy" like a bitmap, but smooth, and it can be scaled
+to any resolution. 
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README*
+%doc %{_mandir}/man1/mkbitmap.1*
+%doc %{_mandir}/man1/potrace.1*
+%{_bindir}/mkbitmap
+%{_bindir}/potrace
+
+%changelog
+* Mon Oct 23 2006 Dag Wieers <dag at wieers.com> - 1.7-1
+- Initial package. (using DAR)


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



More information about the svn-commits mailing list