[svn] r6274 - in trunk/rpms: eggdrop geany gnubiff havp kradview
mcabber scons youtube-dl
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Apr 21 06:51:02 CEST 2008
Author: dries
Date: 2008-04-21 05:50:59 +0100 (Mon, 21 Apr 2008)
New Revision: 6274
Modified:
trunk/rpms/eggdrop/eggdrop.spec
trunk/rpms/geany/geany.spec
trunk/rpms/gnubiff/gnubiff.spec
trunk/rpms/havp/havp.spec
trunk/rpms/kradview/kradview.spec
trunk/rpms/mcabber/mcabber.spec
trunk/rpms/scons/scons.spec
trunk/rpms/youtube-dl/youtube-dl.spec
Log:
updates
Modified: trunk/rpms/eggdrop/eggdrop.spec
===================================================================
--- trunk/rpms/eggdrop/eggdrop.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/eggdrop/eggdrop.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -11,14 +11,14 @@
Summary: IRC bot
Name: eggdrop
-Version: 1.6.17
+Version: 1.6.19
Release: 1
License: GPL
Group: Applications/Internet
URL: http://www.eggheads.org/
Source: ftp://ftp.eggheads.org/pub/eggdrop/GNU/stable/eggdrop%{version}.tar.bz2
-Patch0: eggdrop1.6.17-lib64.patch
+#Patch0: eggdrop1.6.17-lib64.patch
Patch1: eggdrop1.6.17-64bit-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -36,15 +36,16 @@
%prep
%setup -n %{name}%{version}
-%patch0 -p1 -b .lib64
+#patch0 -p1 -b .lib64
%patch1 -p1 -b .64bit-fixes
-
+
+# _smp_mflags removed, compile fails on multiprocessor system
%build
#reautoconf
%configure \
--with-tclinc="%{_includedir}/tcl.h" \
--with-tcllib="%{_libdir}/libtcl.so"
-%{__make} %{?_smp_mflags} config all
+%{__make} config all
%install
%{__rm} -rf %{buildroot}
@@ -70,6 +71,9 @@
%{_libdir}/eggdrop/
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.6.19-1
+- Updated to release 1.6.19.
+
* Thu Nov 11 2004 Dag Wieers <dag at wieers.com> - 1.6.17-1
- Updated to release 1.6.17.
Modified: trunk/rpms/geany/geany.spec
===================================================================
--- trunk/rpms/geany/geany.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/geany/geany.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -4,7 +4,7 @@
Summary: Small C editor
Name: geany
-Version: 0.12
+Version: 0.14
Release: 1
License: GPL
Group: Applications/Editors
@@ -21,6 +21,16 @@
call tips, many supported filetypes (including C, Java, PHP, HTML, DocBook,
Perl, LateX, and Bash), and symbol lists.
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
%prep
%setup
@@ -48,7 +58,15 @@
%{_datadir}/pixmaps/geany.*
%{_datadir}/applications/geany.desktop
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/geany/
+%{_libdir}/pkgconfig/geany.pc
+
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 0.14-1
+- Updated to release 0.14.
+
* Tue Oct 16 2007 Dries Verachtert <dries at ulyssis.org> - 0.12-1
- Updated to release 0.12.
Modified: trunk/rpms/gnubiff/gnubiff.spec
===================================================================
--- trunk/rpms/gnubiff/gnubiff.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/gnubiff/gnubiff.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -9,7 +9,7 @@
Summary: Mail notification program
Name: gnubiff
-Version: 2.2.6
+Version: 2.2.10
Release: 1
License: GPL
Group: Applications/Internet
@@ -79,6 +79,12 @@
%{_datadir}/pixmaps/
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 2.2.10-1
+- Updated to release 2.2.10.
+
+* Mon Jul 16 2007 Dries Verachtert <dries at ulyssis.org> - 2.2.7-1
+- Updated to release 2.2.7.
+
* Mon Apr 16 2007 Dries Verachtert <dries at ulyssis.org> - 2.2.6-1
- Updated to release 2.2.6.
Modified: trunk/rpms/havp/havp.spec
===================================================================
--- trunk/rpms/havp/havp.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/havp/havp.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -5,7 +5,7 @@
Summary: HTTP anti-virus proxy filter
Name: havp
-Version: 0.86
+Version: 0.88
Release: 1
License: GPL
Group: System Environment/Daemons
@@ -92,6 +92,9 @@
%{_localstatedir}/run/havp/
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 0.88-1
+- Updated to release 0.88.
+
* Mon Jul 23 2007 Dries Verachtert <dries at ulyssis.org> - 0.86-1
- Updated to release 0.86.
Modified: trunk/rpms/kradview/kradview.spec
===================================================================
--- trunk/rpms/kradview/kradview.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/kradview/kradview.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -8,7 +8,7 @@
Summary: Viewer for DICOM compatible imaging devices
Name: kradview
-Version: 0.6.1
+Version: 1.1.0
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -53,6 +53,9 @@
%{_datadir}/icons/*/*/apps/kradview.png
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.1.0-1
+- Updated to release 1.1.0.
+
* Sun Mar 26 2006 Dries Verachtert <dries at ulyssis.org> - 0.6.1-1
- Updated to release 0.6.1.
Modified: trunk/rpms/mcabber/mcabber.spec
===================================================================
--- trunk/rpms/mcabber/mcabber.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/mcabber/mcabber.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -5,7 +5,7 @@
Summary: Console jabber client
Name: mcabber
-Version: 0.9.6
+Version: 0.9.7
Release: 1
License: GPL
Group: Applications/Internet
@@ -42,6 +42,9 @@
%{_datadir}/mcabber/
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 0.9.7-1
+- Updated to release 0.9.7.
+
* Sun Jan 13 2008 Dries Verachtert <dries at ulyssis.org> - 0.9.6-1
- Updated to release 0.9.6.
Modified: trunk/rpms/scons/scons.spec
===================================================================
--- trunk/rpms/scons/scons.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/scons/scons.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -8,7 +8,7 @@
Summary: Software CONStruction tool, next-generation build tool
Name: scons
-Version: 0.97
+Version: 0.98.1
Release: 1
License: MIT
Group: Development/Tools
@@ -55,6 +55,9 @@
%{_prefix}/lib/scons-%{version}/
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 0.98.1-1
+- Updated to release 0.98.1.
+
* Tue May 29 2007 Dries Verachtert <dries at ulyssis.org> - 0.97-1
- Updated to release 0.97.
Modified: trunk/rpms/youtube-dl/youtube-dl.spec
===================================================================
--- trunk/rpms/youtube-dl/youtube-dl.spec 2008-04-20 11:41:04 UTC (rev 6273)
+++ trunk/rpms/youtube-dl/youtube-dl.spec 2008-04-21 04:50:59 UTC (rev 6274)
@@ -5,7 +5,7 @@
Summary: Download videos from YouTube.com
Name: youtube-dl
Version: 0
-Release: 0.2008.04.07
+Release: 0.2008.04.20
License: GPL
Group: Applications/Internet
URL: http://www.arrakis.es/~rggi3/youtube-dl/
@@ -37,6 +37,9 @@
%{_bindir}/youtube-dl
%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 2008.04.20-1
+- Updated to release 2008.04.20.
+
* Sat Apr 12 2008 Dries Verachtert <dries at ulyssis.org> - 2008.04.07-1
- Updated to release 2008.04.07.
More information about the svn-commits
mailing list