[svn] r5469 - in trunk/rpms: . amavisd-new htop libevent liboil libyaml multitail perl-Math-BigInt-FastCalc perl-Math-BigInt-Pari perl-XML-Encoding sreplay typespeed xmms-flac

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Jun 3 02:11:52 CEST 2007


Author: dag
Date: 2007-06-03 02:11:50 +0200 (Sun, 03 Jun 2007)
New Revision: 5469

Added:
   trunk/rpms/perl-Math-BigInt-FastCalc/
   trunk/rpms/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc.spec
   trunk/rpms/perl-Math-BigInt-Pari/
   trunk/rpms/perl-Math-BigInt-Pari/perl-Math-BigInt-Pari.spec
   trunk/rpms/perl-XML-Encoding/
   trunk/rpms/perl-XML-Encoding/perl-XML-Encoding.spec
   trunk/rpms/xmms-flac/
   trunk/rpms/xmms-flac/xmms-flac.spec
Modified:
   trunk/rpms/amavisd-new/amavisd-new.spec
   trunk/rpms/htop/htop.spec
   trunk/rpms/libevent/libevent.spec
   trunk/rpms/liboil/liboil.spec
   trunk/rpms/libyaml/libyaml.spec
   trunk/rpms/multitail/multitail.spec
   trunk/rpms/sreplay/sreplay.spec
   trunk/rpms/typespeed/typespeed.spec
Log:
Updates

Modified: trunk/rpms/amavisd-new/amavisd-new.spec
===================================================================
--- trunk/rpms/amavisd-new/amavisd-new.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/amavisd-new/amavisd-new.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -11,7 +11,7 @@
 
 Summary: Mail virus-scanner
 Name: amavisd-new
-Version: 2.4.5
+Version: 2.5.1
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -313,6 +313,9 @@
 %{_sbindir}/amavis-milter
 
 %changelog
+* Fri Jun 01 2007 Dag Wieers <dag at wieers.com> - 2.5.1-1
+- Updated to release 2.5.1.
+
 * Wed Jan 31 2007 Dag Wieers <dag at wieers.com> - 2.4.5-1
 - Updated to release 2.4.5.
 

Modified: trunk/rpms/htop/htop.spec
===================================================================
--- trunk/rpms/htop/htop.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/htop/htop.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -5,7 +5,7 @@
 
 Summary: Interactive process viewer
 Name: htop
-Version: 0.6.5
+Version: 0.6.6
 Release: 1
 License: GPL
 Group: Applications/System
@@ -42,6 +42,9 @@
 %{_datadir}/pixmaps/htop.png
 
 %changelog
+* Sat Jun 02 2007 Dries Verachtert <dries at ulyssis.org> - 0.6.6-1
+- Updated to release 0.6.6.
+
 * Thu Nov 30 2006 Dries Verachtert <dries at ulyssis.org> - 0.6.5-1
 - Updated to release 0.6.5.
 

Modified: trunk/rpms/libevent/libevent.spec
===================================================================
--- trunk/rpms/libevent/libevent.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/libevent/libevent.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -7,13 +7,13 @@
 
 Summary: Abstract asynchronous event notification library
 Name: libevent
-Version: 1.3b
+Version: 1.5c
 Release: 1
 License: BSD
 Group: System Environment/Libraries
 URL: http://monkey.org/~provos/libevent/
 
-Source: http://monkey.org/~provos/libevent-%{version}.tar.gz
+Source: http://www.citi.umich.edu/u/provos/honeyd/honeyd-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: gcc-c++
@@ -72,6 +72,9 @@
 %{_libdir}/libevent.so
 
 %changelog
+* Tue May 29 2007 Dag Wieers <dag at wieers.com> - 1.5c-1
+- Updated to release 1.5c.
+
 * Mon Mar 05 2007 Dag Wieers <dag at wieers.com> - 1.3b-1
 - Updated to release 1.3b.
 

Modified: trunk/rpms/liboil/liboil.spec
===================================================================
--- trunk/rpms/liboil/liboil.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/liboil/liboil.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -6,7 +6,7 @@
 
 Summary: Library of Optimized Inner Loops, CPU optimized functions
 Name: liboil
-Version: 0.3.11
+Version: 0.3.12
 Release: 0
 License: LGPL
 Group: System Environment/Libraries
@@ -65,19 +65,22 @@
 %defattr(-, root, root, 0755)
 %doc ChangeLog
 %{_bindir}/oil-bugreport
-%{_libdir}/*.so.*
+%{_libdir}/liboil-0.3.so.*
 
 %files devel
 %defattr(-, root, root, 0755)
-%{_includedir}/*
-%{_libdir}/*.a
-%exclude %{_libdir}/*.la
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
+%{_includedir}/liboil-0.3/
+%exclude %{_libdir}/liboil-0.3.a
+%exclude %{_libdir}/liboil-0.3.la
+%{_libdir}/liboil-0.3.so
+%{_libdir}/pkgconfig/liboil-0.3.pc
 %doc %{_datadir}/gtk-doc/html/liboil/
 
 
 %changelog
+* Sat Jun 02 2007 Dag Wieers <dag at wieers.com> - 0.3.12-1
+- Updated to release 0.3.12.
+
 * Sun Mar 25 2007 Dag Wieers <dag at wieers.com> - 0.3.11-1
 - Updated to release 0.3.11.
 

Modified: trunk/rpms/libyaml/libyaml.spec
===================================================================
--- trunk/rpms/libyaml/libyaml.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/libyaml/libyaml.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -32,7 +32,7 @@
 
 %build
 %configure --disable-static
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} AM_CFLAGS=""
 
 %install
 %{__rm} -rf %{buildroot}

Modified: trunk/rpms/multitail/multitail.spec
===================================================================
--- trunk/rpms/multitail/multitail.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/multitail/multitail.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -7,7 +7,7 @@
 
 Summary: View one or multiple files like tail but with multiple windows
 Name: multitail
-Version: 5.0.3
+Version: 5.0.4
 Release: 1
 License: GPL
 Group: Applications/Text
@@ -67,6 +67,9 @@
 %{_sysconfdir}/multitail/convert-simple.pl
 
 %changelog
+* Sat Jun 02 2007 Dag Wieers <dag at wieers.com> - 5.0.4-1
+- Updated to release 5.0.4.
+
 * Thu May 10 2007 Dag Wieers <dag at wieers.com> - 5.0.3-1
 - Updated to release 5.0.3.
 

Added: trunk/rpms/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc.spec
===================================================================
--- trunk/rpms/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc.spec	                        (rev 0)
+++ trunk/rpms/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -0,0 +1,56 @@
+# $Id$
+# Authority: dag
+# Upstream: Tels
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Math-BigInt-FastCalc
+
+Summary: Math::BigInt::Calc with some XS for more speed
+Name: perl-Math-BigInt-FastCalc
+Version: 0.14
+Release: 1
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Math-BigInt-FastCalc/
+
+Source: http://www.cpan.org/modules/by-module/Math/Math-BigInt-FastCalc-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: perl
+
+%description
+Math::BigInt::Calc with some XS for more speed.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc CHANGES CREDITS MANIFEST MANIFEST.SKIP META.yml README SIGNATURE TODO
+%doc %{_mandir}/man3/Math::BigInt::FastCalc.3pm*
+%dir %{perl_vendorarch}/Math/
+%dir %{perl_vendorarch}/Math/BigInt/
+%{perl_vendorarch}/Math/BigInt/FastCalc.pm
+%dir %{perl_vendorarch}/auto/Math/
+%dir %{perl_vendorarch}/auto/Math/BigInt/
+%{perl_vendorarch}/auto/Math/BigInt/FastCalc/
+
+%changelog
+* Thu May 31 2007 Dag Wieers <dag at wieers.com> - 0.14-1
+- Initial package. (using DAR)


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

Added: trunk/rpms/perl-Math-BigInt-Pari/perl-Math-BigInt-Pari.spec
===================================================================
--- trunk/rpms/perl-Math-BigInt-Pari/perl-Math-BigInt-Pari.spec	                        (rev 0)
+++ trunk/rpms/perl-Math-BigInt-Pari/perl-Math-BigInt-Pari.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -0,0 +1,55 @@
+# $Id$
+# Authority: dag
+# Upstream: Benjamin Trott <ben at rhumba.pair.com>, Tels <http://bloodgate.com>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Math-BigInt-Pari
+
+Summary: Use Math::Pari for Math::BigInt routines
+Name: perl-Math-BigInt-Pari
+Version: 1.12
+Release: 1.rf
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Math-BigInt-Pari/
+
+Source: http://www.cpan.org/modules/by-module/Math/Math-BigInt-Pari-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl >= 1:5.6.2 
+BuildRequires: perl(Test::More) >= 0.47
+
+%description
+Use Math::Pari for Math::BigInt routines.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc CHANGES LICENSE MANIFEST MANIFEST.SKIP META.yml README SIGNATURE
+%doc %{_mandir}/man3/Math::BigInt::Pari.3pm*
+%dir %{perl_vendorlib}/Math/
+%dir %{perl_vendorlib}/Math/BigInt/
+%{perl_vendorlib}/Math/BigInt/Pari.pm
+
+%changelog
+* Thu May 31 2007 Dag Wieers <dag at wieers.com> - 1.12-1
+- Initial package. (using DAR)


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

Added: trunk/rpms/perl-XML-Encoding/perl-XML-Encoding.spec
===================================================================
--- trunk/rpms/perl-XML-Encoding/perl-XML-Encoding.spec	                        (rev 0)
+++ trunk/rpms/perl-XML-Encoding/perl-XML-Encoding.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -0,0 +1,55 @@
+# $Id$
+# Authority: dag
+# Upstream: Clark Cooper <clark$coopercc,net>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name XML-Encoding
+
+Summary: Perl module for parsing XML encoding maps
+Name: perl-XML-Encoding
+Version: 1.01
+Release: 1
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/XML-Encoding/
+
+Source: http://www.cpan.org/modules/by-module/XML/XML-Encoding-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+
+%description
+perl-XML-Encoding is a Perl module for parsing XML encoding maps.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes MANIFEST README
+%doc %{_mandir}/man3/XML::Encoding.3pm*
+%{_bindir}/compile_encoding
+%{_bindir}/make_encmap
+%dir %{perl_vendorlib}/XML/
+%{perl_vendorlib}/XML/Encoding.pm
+
+%changelog
+* Thu May 31 2007 Dag Wieers <dag at wieers.com> - 1.01-1
+- Initial package. (using DAR)


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

Modified: trunk/rpms/sreplay/sreplay.spec
===================================================================
--- trunk/rpms/sreplay/sreplay.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/sreplay/sreplay.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -4,7 +4,7 @@
 
 Summary: Tool that performs system call replay of strace logs
 Name: sreplay
-Version: 0.2.6
+Version: 0.2.7
 Release: 1
 License: LGPL
 Group: Development/Debuggers
@@ -39,5 +39,8 @@
 %{_bindir}/sreplay
 
 %changelog
+* Tue May 29 2007 Dag Wieers <dag at wieers.com> - 0.2.7-1
+- Updated to release 0.2.7.
+
 * Tue May 15 2007 Dag Wieers <dag at wieers.com> - 0.2.6-1
 - Initial package. (using DAR)

Modified: trunk/rpms/typespeed/typespeed.spec
===================================================================
--- trunk/rpms/typespeed/typespeed.spec	2007-06-03 00:10:22 UTC (rev 5468)
+++ trunk/rpms/typespeed/typespeed.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -3,7 +3,7 @@
 
 Summary: Test your typing speed and get your fingers' CPS
 Name: typespeed
-Version: 0.6.1
+Version: 0.6.2
 Release: 1
 License: GPL
 Group: Applications/Text
@@ -23,18 +23,21 @@
 echo "%{_datadir}/typespeed/" >typespeedrc
 
 %build
-%{__make} CC="%{__cc}" CFLAGS="%{optflags} -D_GNU_SOURCE -I%{_includedir}/ncurses" PREFIX="%{_prefix}"
+%configure
+%{__make} %{?_smp_mflags}
+#CC="%{__cc}" CFLAGS="%{optflags} -D_GNU_SOURCE -I%{_includedir}/ncurses" PREFIX="%{_prefix}"
 
 %install
 %{__rm} -rf %{buildroot}
-%{__install} -Dp -m0755 typespeed %{buildroot}%{_bindir}/typespeed
-%{__install} -Dp -m0644 typespeed.6 %{buildroot}%{_mandir}/man6/typespeed.6
-%{__install} -Dp -m0644 typespeedrc %{buildroot}%{_sysconfdir}/typespeedrc
+%{__make} install DESTDIR="%{buildroot}"
+#%{__install} -Dp -m0755 typespeed %{buildroot}%{_bindir}/typespeed
+#%{__install} -Dp -m0644 typespeed.6 %{buildroot}%{_mandir}/man6/typespeed.6
+#%{__install} -Dp -m0644 typespeedrc %{buildroot}%{_sysconfdir}/typespeedrc
 
-%{__install} -d -m0755 %{buildroot}%{_datadir}/typespeed/
-%{__install} -p -m0644 words/words.* %{buildroot}%{_datadir}/typespeed/
+#%{__install} -d -m0755 %{buildroot}%{_datadir}/typespeed/
+#%{__install} -p -m0644 words/words.* %{buildroot}%{_datadir}/typespeed/
 
-%{__install} -d -m0755 %{buildroot}%{_localstatedir}/games/typespeed/
+#%{__install} -d -m0755 %{buildroot}%{_localstatedir}/games/typespeed/
 
 %post
 %{_bindir}/typespeed --makescores &>/dev/null || :
@@ -49,9 +52,12 @@
 %config %{_sysconfdir}/typespeedrc
 %{_bindir}/typespeed
 %{_datadir}/typespeed/
-%dir %{_localstatedir}/games/typespeed/
+#%dir %{_localstatedir}/games/typespeed/
 
 %changelog
+* Sat Jun 02 2007 Dag Wieers <dag at wieers.com> - 0.6.2-1
+- Updated to release 0.6.2.
+
 * Sun Mar 18 2007 Dag Wieers <dag at wieers.com> - 0.6.1-1
 - Updated to release 0.6.1.
 

Added: trunk/rpms/xmms-flac/xmms-flac.spec
===================================================================
--- trunk/rpms/xmms-flac/xmms-flac.spec	                        (rev 0)
+++ trunk/rpms/xmms-flac/xmms-flac.spec	2007-06-03 00:11:50 UTC (rev 5469)
@@ -0,0 +1,91 @@
+# $Id$
+# Authority: thias
+
+%{?dist: %{expand: %%define %dist 1}}
+
+%{!?dist:%define _without_gettextdevel 1}
+%{?fc2:  %define _without_gettextdevel 1}
+%{?fc1:  %define _without_gettextdevel 1}
+%{?el3:  %define _without_gettextdevel 1}
+%{?rh9:  %define _without_gettextdevel 1}
+%{?rh7:  %define _without_gettextdevel 1}
+%{?el2:  %define _without_gettextdevel 1}
+
+%define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General)
+
+Summary: XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files
+Name: xmms-flac
+Version: 1.1.4
+Release: 1
+License: GPL
+Group: Applications/Multimedia
+URL: http://flac.sourceforge.net/
+Source: http://dl.sf.net/flac/flac-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: xmms-devel, libogg-devel, gettext
+%{!?_without_gettextdevel:BuildRequires: gettext-devel}
+
+%description
+FLAC is a Free Lossless Audio Codec. The FLAC format supports streaming,
+seeking, and archival, and gives 25-75% compression on typical CD audio.
+This is the input plugin for XMMS to be able to read FLAC files.
+
+
+%prep
+%setup -n flac-%{version}
+
+
+%build
+%configure --with-pic
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -D -m 0755 src/plugin_xmms/.libs/libxmms-flac.so \
+    %{buildroot}%{xmms_inputdir}/libxmms-flac.so
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING.GPL
+%{xmms_inputdir}/libxmms-flac.so
+
+
+%changelog
+* Thu Feb 15 2007 Matthias Saou <http://freshrpms.net/> 1.1.4-1
+- Update to 1.1.4.
+- Remove now included "xmms" patch.
+- Remove no longer relevant "libtool" patch.
+- No longer autoreconf, since we don't patch configure.in anymore.
+
+* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.1.2-27
+- FC6 rebuild.
+
+* Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 1.1.2-26
+- Rebuild for new glibc/gcc.
+
+* Tue Nov 22 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-25
+- Update patch with one provided from FLAC CVS by Øyvind Stegard to further
+  fix configuration dialog crashes (#173723).
+
+* Sat May 28 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-24
+- Bump release to 24 since main Core flac obsoletes xmms-flac < 1.1.2-24.
+- Add patches from FC flac to fix libtool issues on x86_64.
+
+* Thu May 19 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-2
+- Add patch to fix memory double freeing issue (bz #157796).
+
+* Thu May 19 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-1
+- Initial RPM release since the plugin was disabled from the main flac in
+  Core, because xmms was moved to Extras, thus no longer available at build
+  time for Core packages.
+- Laziness has made me include the whole 1.4MB of FLAC sources, but if
+  someone wants to provide a simple script to extract only the relevant sources
+  in order to create a custom source package of the plugin only, that would
+  be great!
+


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



More information about the svn-commits mailing list