[svn] r5858 - in trunk/rpms: gnochm libspopc
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu Sep 20 16:31:53 CEST 2007
Author: dries
Date: 2007-09-20 16:31:49 +0200 (Thu, 20 Sep 2007)
New Revision: 5858
Modified:
trunk/rpms/gnochm/gnochm.spec
trunk/rpms/libspopc/libspopc.spec
Log:
updates
Modified: trunk/rpms/gnochm/gnochm.spec
===================================================================
--- trunk/rpms/gnochm/gnochm.spec 2007-09-20 13:57:05 UTC (rev 5857)
+++ trunk/rpms/gnochm/gnochm.spec 2007-09-20 14:31:49 UTC (rev 5858)
@@ -12,7 +12,7 @@
Summary: CHM file viewer
Name: gnochm
-Version: 0.9.10
+Version: 0.9.11
Release: 1
License: GPL
Group: Applications/Publishing
@@ -92,6 +92,9 @@
%{_datadir}/icons/gnome/
%changelog
+* Thu Sep 20 2007 Dries Verachtert <dries at ulyssis.org> - 0.9.11-1
+- Updated to release 0.9.11.
+
* Sun May 27 2007 Dag Wieers <dag at wieers.com> - 0.9.10-1
- Updated to release 0.9.10.
Modified: trunk/rpms/libspopc/libspopc.spec
===================================================================
--- trunk/rpms/libspopc/libspopc.spec 2007-09-20 13:57:05 UTC (rev 5857)
+++ trunk/rpms/libspopc/libspopc.spec 2007-09-20 14:31:49 UTC (rev 5858)
@@ -4,7 +4,7 @@
Summary: POP3 client library
Name: libspopc
-Version: 0.7.4
+Version: 0.7.5
Release: 1
License: GPL
Group: Development/Libraries
@@ -32,6 +32,9 @@
%prep
%setup
+# Makefile uses 'FLAGS' instead of 'CFLAGS'
+%{__perl} -pi -e 's|-Wall|-Wall -fPIC|g;' Makefile
+%{__perl} -pi -e 's|DESTDIR\)/usr/lib|DESTDIR\)/%{_libdir}|g;' Makefile
%build
%{__make} %{?_smp_mflags}
@@ -63,6 +66,9 @@
#%exclude %{_libdir}/*.la
%changelog
+* Thu Sep 20 2007 Dries Verachtert <dries at ulyssis.org> - 0.7.5-1
+- Updated to release 0.7.5.
+
* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.7.4-1
- Updated to release 0.7.4.
More information about the svn-commits
mailing list