[svn] r4623 - in trunk/rpms: blender python-geoip zsync

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Aug 6 19:03:03 CEST 2006


Author: dag
Date: 2006-08-06 19:03:01 +0200 (Sun, 06 Aug 2006)
New Revision: 4623

Modified:
   trunk/rpms/blender/blender.spec
   trunk/rpms/python-geoip/python-geoip.spec
   trunk/rpms/zsync/zsync.spec
Log:
Updates

Modified: trunk/rpms/blender/blender.spec
===================================================================
--- trunk/rpms/blender/blender.spec	2006-08-06 16:32:49 UTC (rev 4622)
+++ trunk/rpms/blender/blender.spec	2006-08-06 17:03:01 UTC (rev 4623)
@@ -9,17 +9,15 @@
 
 %define desktop_vendor rpmforge
 
-%define real_version 2.41
-
 Summary: 3D modeling, animation, rendering and post-production
 Name: blender
-Version: 2.41
-Release: 3
+Version: 2.42
+Release: 1
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.blender.org/
 
-Source: http://download.blender.org/source/blender-%{real_version}.tar.gz
+Source: http://download.blender.org/source/blender-%{version}.tar.gz
 Source1: blender.png
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -39,7 +37,7 @@
 they are users of Windows, Linux, Irix, Sun Solaris, FreeBSD or OSX.
 
 %prep
-%setup -n blender
+%setup -n blender%{version}
 
 %{__cat} <<EOF >blender.desktop
 [Desktop Entry]
@@ -81,12 +79,9 @@
 		blender.desktop
 %endif
 
-%post
-/sbin/ldconfig 2>/dev/null
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig 2>/dev/null
-
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -101,7 +96,10 @@
 %{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-blender.desktop}
 
 %changelog
-* Thu Mar 30 2006 Dries Verachtert <dries at ulyssis.org> - 2.42-3
+* Sun Aug 06 2006 Dag Wieers <dag at wieers.com> - 2.42-1
+- Updated to release 2.42.
+
+* Thu Mar 30 2006 Dries Verachtert <dries at ulyssis.org> - 2.41-3
 - Simplify buildequirements: SDL-devel already requires xorg-x11-devel/XFree86-devel
 
 * Sun Mar 05 2006 Dries Verachtert <dries at ulyssis.org> - 2.41-2

Modified: trunk/rpms/python-geoip/python-geoip.spec
===================================================================
--- trunk/rpms/python-geoip/python-geoip.spec	2006-08-06 16:32:49 UTC (rev 4622)
+++ trunk/rpms/python-geoip/python-geoip.spec	2006-08-06 17:03:01 UTC (rev 4623)
@@ -16,7 +16,7 @@
 Source: http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires: python-devel geoip-devel
+BuildRequires: python-devel, geoip-devel
 Obsoletes: python-GeoIP < %{version}-%{release}
 Provides: python-GeoIP = %{version}-%{release}
 

Modified: trunk/rpms/zsync/zsync.spec
===================================================================
--- trunk/rpms/zsync/zsync.spec	2006-08-06 16:32:49 UTC (rev 4622)
+++ trunk/rpms/zsync/zsync.spec	2006-08-06 17:03:01 UTC (rev 4623)
@@ -4,13 +4,13 @@
 
 Summary: Partial/differential file transfer client over HTTP
 Name: zsync
-Version: 0.4.3
+Version: 0.5
 Release: 1
 License: Artistic License v2
 Group: Applications/Internet
 URL: http://zsync.moria.org.uk/
 
-Source: http://dl.sf.net/zsync/zsync-%{version}.tar.gz
+Source: http://zsync.moria.org.uk/download/zsync-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
@@ -34,7 +34,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -49,6 +49,9 @@
 %exclude %{_docdir}/zsync/
 
 %changelog
+* Sun Aug 06 2006 Dag Wieers <dag at wieers.com> - 0.5-1
+- Updated to release 0.5.
+
 * Sun Jul 09 2006 Dag Wieers <dag at wieers.com> - 0.4.3-1
 - Updated to release 0.4.3.
 



More information about the svn-commits mailing list