[svn] r5220 - in trunk/rpms: . exiv2 fbdump fio htpdate uni2ascii

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Mar 4 14:36:49 CET 2007


Author: dag
Date: 2007-03-04 14:36:47 +0100 (Sun, 04 Mar 2007)
New Revision: 5220

Added:
   trunk/rpms/fbdump/
   trunk/rpms/fbdump/fbdump.spec
Modified:
   trunk/rpms/exiv2/exiv2.spec
   trunk/rpms/fio/fio.spec
   trunk/rpms/htpdate/htpdate.spec
   trunk/rpms/uni2ascii/uni2ascii.spec
Log:
Updates

Modified: trunk/rpms/exiv2/exiv2.spec
===================================================================
--- trunk/rpms/exiv2/exiv2.spec	2007-03-04 12:33:40 UTC (rev 5219)
+++ trunk/rpms/exiv2/exiv2.spec	2007-03-04 13:36:47 UTC (rev 5220)
@@ -14,14 +14,15 @@
 
 Summary: Exif and Iptc metadata manipulation library and tools
 Name: exiv2
-Version: 0.12
-Release: 2
+Version: 0.13
+Release: 1
 License: GPL
 Group: Applications/Multimedia
 URL: http://home.arcor.de/ahuggel/exiv2/index.html
 
 Source: http://home.arcor.de/ahuggel/exiv2/exiv2-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
 BuildRequires: gcc-c++, libtool, doxygen, libxslt, graphviz, python
 
 %description
@@ -83,6 +84,9 @@
 %{_libdir}/pkgconfig/exiv2.pc
 
 %changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 0.13-1
+- Updated to release 0.13.
+
 * Wed Dec 20 2006 Dries Verachtert <dries at ulyssis.org> - 0.12-2
 - Remove 'URL:' from pkgconfig file on older distro's, thanks to Rex Dieter.
 
@@ -95,9 +99,6 @@
 * Sun Jun 04 2006 Dries Verachtert <dries at ulyssis.org> - 0.10-1
 - Updated to release 0.10.
 
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.9.1-1.2
-- Rebuild for Fedora Core 5.
-
 * Mon Feb 06 2006 Dries Verachtert <dries at ulyssis.org> - 0.9.1-1
 - Updated to release 0.9.1.
 

Added: trunk/rpms/fbdump/fbdump.spec
===================================================================
--- trunk/rpms/fbdump/fbdump.spec	                        (rev 0)
+++ trunk/rpms/fbdump/fbdump.spec	2007-03-04 13:36:47 UTC (rev 5220)
@@ -0,0 +1,44 @@
+# $Id$
+# Authority: dag
+# Upstream: Richard Drummond <info$rcdrummond,net>
+
+Summary: Take screenshots using the framebuffer device
+Name: fbdump
+Version: 0.4.2
+Release: 1
+License: GPL
+Group: Applications/Graphics
+URL: http://www.rcdrummond.net/fbdump/
+
+Source: http://www.rcdrummond.net/fbdump/fbdump-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+fbdump reads the framebuffer device (/dev/fb*) or a dump thereof and
+saves a PPM image file. You can use it for making screenshots of
+virtually any application, from traditional text applications to your
+X Window System desktop, as well as framebuffer applications.
+
+%prep
+%setup
+
+%build
+%configure \
+	--program-prefix="%{?_program_prefix}"
+%{__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 TODO
+%{_bindir}/fbdump
+
+%changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 0.4.2-1
+- Initial package. (using DAR)


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

Modified: trunk/rpms/fio/fio.spec
===================================================================
--- trunk/rpms/fio/fio.spec	2007-03-04 12:33:40 UTC (rev 5219)
+++ trunk/rpms/fio/fio.spec	2007-03-04 13:36:47 UTC (rev 5220)
@@ -4,7 +4,7 @@
 
 Summary: I/O benchmark and stress/hardware verification tool
 Name: fio
-Version: 1.12
+Version: 1.13
 Release: 1
 License: GPL
 Group: Applications/System
@@ -51,6 +51,9 @@
 #%{_libdir}/fio/
 
 %changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 1.13-1
+- Updated to release 1.13.
+
 * Thu Mar 01 2007 Dag Wieers <dag at wieers.com> - 1.12-1
 - Updated to release 1.12.
 

Modified: trunk/rpms/htpdate/htpdate.spec
===================================================================
--- trunk/rpms/htpdate/htpdate.spec	2007-03-04 12:33:40 UTC (rev 5219)
+++ trunk/rpms/htpdate/htpdate.spec	2007-03-04 13:36:47 UTC (rev 5220)
@@ -4,7 +4,7 @@
 
 Summary: HTTP based time synchronization tool
 Name: htpdate
-Version: 0.9.3
+Version: 1.0.0
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -161,6 +161,9 @@
 %{_bindir}/htpdate
 
 %changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 1.0.0-1
+- Updated to release 1.0.0.
+
 * Tue Nov 07 2006 Dag Wieers <dag at wieers.com> - 0.9.3-1
 - Updated to release 0.9.3.
 

Modified: trunk/rpms/uni2ascii/uni2ascii.spec
===================================================================
--- trunk/rpms/uni2ascii/uni2ascii.spec	2007-03-04 12:33:40 UTC (rev 5219)
+++ trunk/rpms/uni2ascii/uni2ascii.spec	2007-03-04 13:36:47 UTC (rev 5220)
@@ -4,7 +4,7 @@
 
 Summary: Convert between UTF-8 Unicode and 7-bit ASCII equivalents
 Name: uni2ascii
-Version: 4.1
+Version: 4.2
 Release: 1
 License: GPL
 Group: Applications/Text
@@ -13,7 +13,7 @@
 Source: http://billposer.org/Software/Downloads/uni2ascii-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires: python, python-devel
+BuildRequires: python-devel
 
 %description
 uni2ascii and ascii2uni convert between UTF-8 Unicode and more than a
@@ -29,20 +29,14 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags} \
-	BINDIR="%{_bindir}" \
-	MANDIR="%{_mandir}/man1" \
-	LOCALEDIR="%{_datadir}/locale"
+%{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
-%{__install} -d -m0755 %{buildroot}%{_bindir}
-%{__install} -d -m0755 %{buildroot}%{_mandir}/man1/
-%{__install} -d -m0755 %{buildroot}%{_datadir}/locale/
-%{__make} install \
-	BINDIR="%{buildroot}%{_bindir}" \
-	MANDIR="%{buildroot}%{_mandir}/man1" \
-	LOCALEDIR="%{buildroot}%{_datadir}/locale"
+#%{__install} -d -m0755 %{buildroot}%{_bindir}
+#%{__install} -d -m0755 %{buildroot}%{_mandir}/man1/
+#%{__install} -d -m0755 %{buildroot}%{_datadir}/locale/
+%{__make} install DESTDIR="%{buildroot}"
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -57,6 +51,9 @@
 %{_bindir}/uni2ascii
 
 %changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 4.2-1
+- Updated to release 4.2.
+
 * Thu Mar 01 2007 Dag Wieers <dag at wieers.com> - 4.1-1
 - Updated to release 4.1.
 



More information about the svn-commits mailing list