[svn] r5473 - in trunk/rpms: amsn ding fluxbox msort perl-Email-Abstract

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Jun 4 23:40:47 CEST 2007


Author: dries
Date: 2007-06-04 23:40:46 +0200 (Mon, 04 Jun 2007)
New Revision: 5473

Modified:
   trunk/rpms/amsn/amsn.spec
   trunk/rpms/ding/ding.spec
   trunk/rpms/fluxbox/fluxbox.spec
   trunk/rpms/msort/msort.spec
   trunk/rpms/perl-Email-Abstract/perl-Email-Abstract.spec
Log:
fixes

Modified: trunk/rpms/amsn/amsn.spec
===================================================================
--- trunk/rpms/amsn/amsn.spec	2007-06-04 21:30:16 UTC (rev 5472)
+++ trunk/rpms/amsn/amsn.spec	2007-06-04 21:40:46 UTC (rev 5473)
@@ -43,7 +43,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 ExclusiveArch: i386 x86_64
-BuildRequires: tcl >= 8.4, tk >= 8.4, openssl-devel
+BuildRequires: tcl >= 8.4, tk >= 8.4, openssl-devel, gcc-c++
 BuildRequires: imlib-devel, libpng-devel, libtiff-devel
 %{!?_without_tcltk_devel:BuildRequires: tcl-devel >= 8.4, tk-devel}
 %{?_without_tcltk_devel:BuildRequires: tcl >= 8.4, tk}

Modified: trunk/rpms/ding/ding.spec
===================================================================
--- trunk/rpms/ding/ding.spec	2007-06-04 21:30:16 UTC (rev 5472)
+++ trunk/rpms/ding/ding.spec	2007-06-04 21:40:46 UTC (rev 5473)
@@ -22,6 +22,7 @@
 
 Buildarch: noarch
 Requires: tk
+%{?!_without_freedesktop:BuildRequires: desktop-file-utils}
 
 %description
 Ding is a dictionary lookup program for the X Window system on Linux/Unix. It

Modified: trunk/rpms/fluxbox/fluxbox.spec
===================================================================
--- trunk/rpms/fluxbox/fluxbox.spec	2007-06-04 21:30:16 UTC (rev 5472)
+++ trunk/rpms/fluxbox/fluxbox.spec	2007-06-04 21:40:46 UTC (rev 5473)
@@ -24,7 +24,7 @@
 Source1: fluxbox-xdg-menu.py
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires: zlib-devel, imlib2-devel
+BuildRequires: zlib-devel, imlib2-devel, gcc-c++
 %{!?_without_fontconfig:BuildRequires: fontconfig-devel}
 %{?_with_modxorg:BuildRequires: libICE-devel, libSM-devel, libX11-devel, libXext-devel, libXft-devel, libXinerama-devel, libXpm-devel, libXrandr-devel, libXrender-devel}
 %{!?_with_modxorg:BuildRequires: XFree86-devel}

Modified: trunk/rpms/msort/msort.spec
===================================================================
--- trunk/rpms/msort/msort.spec	2007-06-04 21:30:16 UTC (rev 5472)
+++ trunk/rpms/msort/msort.spec	2007-06-04 21:40:46 UTC (rev 5473)
@@ -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
+BuildRequires: tre-devel, libuninum-devel >= 2.1, utf8proc-devel
 
 %description
 Msort is a program for sorting files in sophisticated ways. Records need not

Modified: trunk/rpms/perl-Email-Abstract/perl-Email-Abstract.spec
===================================================================
--- trunk/rpms/perl-Email-Abstract/perl-Email-Abstract.spec	2007-06-04 21:30:16 UTC (rev 5472)
+++ trunk/rpms/perl-Email-Abstract/perl-Email-Abstract.spec	2007-06-04 21:40:46 UTC (rev 5473)
@@ -22,6 +22,14 @@
 BuildRequires: perl
 
 %description
+"Email::Abstract" provides module writers with the ability to write
+representation-independent mail handling code. For instance, in the
+cases of "Mail::Thread" or "Mail::ListDetector", a key part of the code
+involves reading the headers from a mail object. Where previously one
+would either have to specify the mail class required, or to build a new
+object from scratch, "Email::Abstract" can be used to perform certain
+simple operations on an object regardless of its underlying
+representation.
 
 %prep
 %setup -n %{real_name}-%{version}



More information about the svn-commits mailing list