[svn] r4644 - in trunk/rpms: msort tre
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Aug 11 22:02:05 CEST 2006
Author: dries
Date: 2006-08-11 22:02:03 +0200 (Fri, 11 Aug 2006)
New Revision: 4644
Modified:
trunk/rpms/msort/msort.spec
trunk/rpms/tre/tre.spec
Log:
static libs patch by Nico Kadel-Garcia for tre.spec, msort.spec updated
Modified: trunk/rpms/msort/msort.spec
===================================================================
--- trunk/rpms/msort/msort.spec 2006-08-11 19:33:14 UTC (rev 4643)
+++ trunk/rpms/msort/msort.spec 2006-08-11 20:02:03 UTC (rev 4644)
@@ -4,8 +4,8 @@
Summary: Sort files in sophisticated ways
Name: msort
-%define real_version 8.26
-Version: 8.26
+%define real_version 8.27
+Version: 8.27
Release: 1
License: GPL
Group: Applications/Publishing
@@ -48,6 +48,9 @@
%{_bindir}/msort
%changelog
+* Fri Aug 11 2006 Dries Verachtert <dries at ulyssis.org> - 8.27-1
+- Updated to release 8.27.
+
* Thu May 25 2006 Dries Verachtert <dries at ulyssis.org> - 8.26-1
- Updated to release 8.26.
Modified: trunk/rpms/tre/tre.spec
===================================================================
--- trunk/rpms/tre/tre.spec 2006-08-11 19:33:14 UTC (rev 4643)
+++ trunk/rpms/tre/tre.spec 2006-08-11 20:02:03 UTC (rev 4644)
@@ -5,7 +5,7 @@
Summary: Regexp matching library
Name: tre
Version: 0.7.4
-Release: 1
+Release: 2
License: GPL
Group: Development/Libraries
URL: http://laurikari.net/tre/
@@ -39,7 +39,7 @@
%build
%configure \
- --program-prefix="%{?_program_prefix}"
+ --program-prefix="%{?_program_prefix}" --enable-static
%{__make} %{?_smp_mflags}
%install
@@ -70,6 +70,9 @@
%exclude %{_libdir}/libtre.la
%changelog
+* Wed Aug 09 2006 Nico Kadel-Garcia <nkadel at comcast.net> - 0.7.4-2
+- Include static libraries in -devel package.
+
* Tue May 24 2006 Dries Verachtert <dries at ulyssis.org> - 0.7.4-1
- Updated to release 0.7.4.
More information about the svn-commits
mailing list