[svn] r4815 - in trunk/rpms: cacti lcms normalize spamassassin ucl upx

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Wed Oct 11 17:01:59 CEST 2006


Author: dag
Date: 2006-10-11 17:01:57 +0200 (Wed, 11 Oct 2006)
New Revision: 4815

Added:
   trunk/rpms/upx/upx-1.spec
   trunk/rpms/upx/upx.spec
Removed:
   trunk/rpms/upx/upx.spec
Modified:
   trunk/rpms/cacti/cacti.spec
   trunk/rpms/lcms/lcms.spec
   trunk/rpms/normalize/normalize.spec
   trunk/rpms/spamassassin/spamassassin.spec
   trunk/rpms/ucl/ucl.spec
Log:
Updates

Modified: trunk/rpms/cacti/cacti.spec
===================================================================
--- trunk/rpms/cacti/cacti.spec	2006-10-11 13:53:21 UTC (rev 4814)
+++ trunk/rpms/cacti/cacti.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -11,8 +11,8 @@
 
 Summary: Complete network graphing solution designed on top of RRDTool
 Name: cacti
-Version: 0.8.6h
-Release: 1.2
+Version: 0.8.6i
+Release: 1
 License: GPL
 Group: Applications/System
 URL: http://www.cacti.net/
@@ -125,8 +125,8 @@
 %doc docs/*
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.8.6h-1.2
-- Rebuild for Fedora Core 5.
+* Wed Oct 11 2006 Dag Wieers <dag at wieers.com> - 0.8.6i-1
+- Updated to release 0.8.6i.
 
 * Thu Jan 05 2006 Dag Wieers <dag at wieers.com> - 0.8.6h-1
 - Updated to release 0.8.6h.

Modified: trunk/rpms/lcms/lcms.spec
===================================================================
--- trunk/rpms/lcms/lcms.spec	2006-10-11 13:53:21 UTC (rev 4814)
+++ trunk/rpms/lcms/lcms.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -109,9 +109,6 @@
 %endif
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.15-1.2
-- Rebuild for Fedora Core 5.
-
 * Mon Nov 28 2005 Dries Verachtert <dries at ulyssis.org> - 1.15-1
 - Updated to release 1.15.
 

Modified: trunk/rpms/normalize/normalize.spec
===================================================================
--- trunk/rpms/normalize/normalize.spec	2006-10-11 13:53:21 UTC (rev 4814)
+++ trunk/rpms/normalize/normalize.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -7,7 +7,7 @@
 Summary: Audio file volume normalizer
 Name: normalize
 Version: 0.7.7
-Release: 3
+Release: 4
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.cs.columbia.edu/~cvaill/normalize/
@@ -28,7 +28,7 @@
 
 %package -n xmms-normalize
 Summary: xmms normalize plugin
-Group: Application/Multimedia
+Group: Applications/Multimedia
 Requires: xmms
 
 %description -n xmms-normalize
@@ -67,7 +67,7 @@
 %{_libdir}/xmms/Effect/librva.so
 
 %changelog
-* Mon Oct 09 2006 Dag Wieers <dag at wieers.com> - 0.7.7-3
+* Mon Oct 09 2006 Dag Wieers <dag at wieers.com> - 0.7.7-4
 - Fixed group name.
 
 * Fri Aug 18 2006 Dag Wieers <dag at wieers.com> - 0.7.7-2

Modified: trunk/rpms/spamassassin/spamassassin.spec
===================================================================
--- trunk/rpms/spamassassin/spamassassin.spec	2006-10-11 13:53:21 UTC (rev 4814)
+++ trunk/rpms/spamassassin/spamassassin.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -12,7 +12,7 @@
 
 Summary: Spam filter for email which can be invoked from mail delivery agents
 Name: spamassassin
-Version: 3.1.5
+Version: 3.1.7
 Release: 1
 License: Apache License
 Group: Applications/Internet
@@ -183,6 +183,9 @@
 %doc contrib/ masses/ sql/ tools/
 
 %changelog
+* Wed Oct 11 2006 Dag Wieers <dag at wieers.com> - 3.1.7-1
+- Updated to release 3.1.7.
+
 * Thu Aug 31 2006 Dag Wieers <dag at wieers.com> - 3.1.5-1
 - Updated to release 3.1.5.
 

Modified: trunk/rpms/ucl/ucl.spec
===================================================================
--- trunk/rpms/ucl/ucl.spec	2006-10-11 13:53:21 UTC (rev 4814)
+++ trunk/rpms/ucl/ucl.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -4,7 +4,7 @@
 Summary: UCL compression library
 Name: ucl
 Version: 1.03
-Release: 1.2
+Release: 2
 License: GPL
 Group: System Environment/Libraries
 URL: http://www.oberhumer.com/opensource/ucl/
@@ -39,14 +39,11 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall \
-	includedir="%{buildroot}%{_includedir}/ucl/"
+%makeinstall
 
-%post
-/sbin/ldconfig 2>/dev/null
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig 2>/dev/null
+%postun -p /sbin/ldconfig
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -64,8 +61,8 @@
 %{_libdir}/libucl.so
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.03-1.2
-- Rebuild for Fedora Core 5.
+* Wed Oct 11 2006 Dag Wieers <dag at wieers.com> - 1.03-2
+- Fix include directory location.
 
 * Fri Oct 01 2004 Dag Wieers <dag at wieers.com> - 1.03-1
 - Updated to release 1.03.

Copied: trunk/rpms/upx/upx-1.spec (from rev 4814, trunk/rpms/upx/upx.spec)
===================================================================
--- trunk/rpms/upx/upx-1.spec	                        (rev 0)
+++ trunk/rpms/upx/upx-1.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -0,0 +1,68 @@
+# $Id$
+# Authority: dag
+
+Summary: The Ultimate Packer for eXecutables
+Name: upx
+Version: 1.25
+Release: 1.2
+License: GPL
+Group: Applications/File
+URL: http://upx.sourceforge.net/
+
+Source: http://upx.sf.net/download/upx-%{version}-src.tar.gz
+#Source: http://dl.sf.net/upx/upx-%{version}-src.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: ucl-devel, perl, gcc-c++
+
+%description
+UPX is a free, portable, extendable, high-performance executable packer for
+several different executable formats. It achieves an excellent compression
+ratio and offers very fast decompression. Your executables suffer no memory
+overhead or other drawbacks.
+
+Programs and libraries compressed by UPX are completely self-contained
+and run exactly as before, with no runtime or memory penalty for most
+of the supported formats.
+
+UPX supports a number of different executable formats, including
+Win95/98/ME/NT/2000 programs and DLLs, DOS programs, and Linux executables.
+
+%prep
+%setup
+
+%build
+# Makefile is very fucked up.. so, let hack it even more :(
+%{__perl} -pi.orig -e '
+		s|\s+-Werror||;
+		s|CC \+= -march=i386 -mcpu=i586|CFLAGS = %{optflags} -fexceptions|;
+	' src/Makefile
+
+export UCLDIR="%{_prefix}"
+export CFLAGS="%{optflags}"
+export LDFLAGS="%{optflags}"
+
+%{__make} %{?_smp_mflags} -C src target="linux"
+%{__make} -C doc
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 src/upx %{buildroot}%{_bindir}/upx
+%{__install} -Dp -m0444 doc/upx.1 %{buildroot}%{_mandir}/man1/upx.1
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc BUGS COPYING LICENSE NEWS PROJECTS README* THANKS
+%doc doc/upx.doc doc/upx.html
+%doc %{_mandir}/man1/upx.1*
+%{_bindir}/upx
+
+%changelog
+* Thu Jul 01 2004 Dag Wieers <dag at wieers.com> - 1.25-1
+- Updated to release 1.25.
+
+* Wed Oct 08 2003 Dag Wieers <dag at wieers.com> - 1.24-0
+- Initial package. (using DAR)

Deleted: trunk/rpms/upx/upx.spec
===================================================================
--- trunk/rpms/upx/upx.spec	2006-10-11 13:53:21 UTC (rev 4814)
+++ trunk/rpms/upx/upx.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -1,71 +0,0 @@
-# $Id$
-# Authority: dag
-
-Summary: The Ultimate Packer for eXecutables
-Name: upx
-Version: 1.25
-Release: 1.2
-License: GPL
-Group: Applications/File
-URL: http://upx.sourceforge.net/
-
-Source: http://upx.sf.net/download/upx-%{version}-src.tar.gz
-#Source: http://dl.sf.net/upx/upx-%{version}-src.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-
-BuildRequires: ucl-devel, perl, gcc-c++
-
-%description
-UPX is a free, portable, extendable, high-performance executable packer for
-several different executable formats. It achieves an excellent compression
-ratio and offers very fast decompression. Your executables suffer no memory
-overhead or other drawbacks.
-
-Programs and libraries compressed by UPX are completely self-contained
-and run exactly as before, with no runtime or memory penalty for most
-of the supported formats.
-
-UPX supports a number of different executable formats, including
-Win95/98/ME/NT/2000 programs and DLLs, DOS programs, and Linux executables.
-
-%prep
-%setup
-
-%build
-# Makefile is very fucked up.. so, let hack it even more :(
-%{__perl} -pi.orig -e '
-		s|\s+-Werror||;
-		s|CC \+= -march=i386 -mcpu=i586|CFLAGS = %{optflags} -fexceptions|;
-	' src/Makefile
-
-export UCLDIR="%{_prefix}"
-export CFLAGS="%{optflags}"
-export LDFLAGS="%{optflags}"
-
-%{__make} %{?_smp_mflags} -C src target="linux"
-%{__make} -C doc
-
-%install
-%{__rm} -rf %{buildroot}
-%{__install} -Dp -m0755 src/upx %{buildroot}%{_bindir}/upx
-%{__install} -Dp -m0444 doc/upx.1 %{buildroot}%{_mandir}/man1/upx.1
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-, root, root, 0755)
-%doc BUGS COPYING LICENSE NEWS PROJECTS README* THANKS
-%doc doc/upx.doc doc/upx.html
-%doc %{_mandir}/man1/upx.1*
-%{_bindir}/upx
-
-%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.25-1.2
-- Rebuild for Fedora Core 5.
-
-* Thu Jul 01 2004 Dag Wieers <dag at wieers.com> - 1.25-1
-- Updated to release 1.25.
-
-* Wed Oct 08 2003 Dag Wieers <dag at wieers.com> - 1.24-0
-- Initial package. (using DAR)

Added: trunk/rpms/upx/upx.spec
===================================================================
--- trunk/rpms/upx/upx.spec	                        (rev 0)
+++ trunk/rpms/upx/upx.spec	2006-10-11 15:01:57 UTC (rev 4815)
@@ -0,0 +1,72 @@
+# $Id: upx.spec 4308 2006-04-21 22:20:20Z dries $
+# Authority: dag
+
+Summary: The Ultimate Packer for eXecutables
+Name: upx
+Version: 2.02
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://upx.sourceforge.net/
+
+Source: http://upx.sf.net/download/upx-%{version}-src.tar.gz
+#Source: http://dl.sf.net/upx/upx-%{version}-src.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: ucl-devel, perl, gcc-c++, make >= 3.80
+
+%description
+UPX is a free, portable, extendable, high-performance executable packer for
+several different executable formats. It achieves an excellent compression
+ratio and offers very fast decompression. Your executables suffer no memory
+overhead or other drawbacks.
+
+Programs and libraries compressed by UPX are completely self-contained
+and run exactly as before, with no runtime or memory penalty for most
+of the supported formats.
+
+UPX supports a number of different executable formats, including
+Win95/98/ME/NT/2000 programs and DLLs, DOS programs, and Linux executables.
+
+%prep
+%setup -n %{name}-%{version}-src
+
+%build
+# Makefile is very fucked up.. so, let hack it even more :(
+#%{__perl} -pi.orig -e '
+#		s|\s+-Werror||;
+#		s|CC \+= -march=i386 -mcpu=i586|CFLAGS = %{optflags} -fexceptions|;
+#	' src/Makefile
+
+#export UCLDIR="%{_prefix}"
+#export CFLAGS="%{optflags}"
+#export LDFLAGS="%{optflags}"
+
+#%{__make} %{?_smp_mflags} -C src target="linux"
+%{__make} %{?_smp_mflags} -C src
+%{__make} -C doc
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 src/upx.out %{buildroot}%{_bindir}/upx
+%{__install} -Dp -m0444 doc/upx.1 %{buildroot}%{_mandir}/man1/upx.1
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc BUGS COPYING LICENSE NEWS PROJECTS README* THANKS
+%doc doc/upx.doc doc/upx.html
+%doc %{_mandir}/man1/upx.1*
+%{_bindir}/upx
+
+%changelog
+* Wed Oct 11 2006 Dag Wieers <dag at wieers.com> - 2.02-1
+- Updated to release 2.02.
+
+* Thu Jul 01 2004 Dag Wieers <dag at wieers.com> - 1.25-1
+- Updated to release 1.25.
+
+* Wed Oct 08 2003 Dag Wieers <dag at wieers.com> - 1.24-0
+- Initial package. (using DAR)



More information about the svn-commits mailing list