[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/distcache/devel distcache-1.4.5-libdeps.patch, 1.2, 1.3 distcache.spec, 1.9, 1.10
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/distcache/devel distcache-1.4.5-libdeps.patch, 1.2, 1.3 distcache.spec, 1.9, 1.10
- Date: Tue, 26 Jul 2005 10:27:46 -0400
Author: jorton
Update of /cvs/dist/rpms/distcache/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25344
Modified Files:
distcache-1.4.5-libdeps.patch distcache.spec
Log Message:
* Tue Jul 26 2005 Joe Orton <jorton redhat com> 1.4.5-9
- add epoch and release to devel->main dependency
- don't build static libraries
distcache-1.4.5-libdeps.patch:
libdistcache/Makefile.am | 1 +
libdistcacheserver/Makefile.am | 1 +
libsys/Makefile.am | 1 -
3 files changed, 2 insertions(+), 1 deletion(-)
Index: distcache-1.4.5-libdeps.patch
===================================================================
RCS file: /cvs/dist/rpms/distcache/devel/distcache-1.4.5-libdeps.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- distcache-1.4.5-libdeps.patch 6 May 2005 15:07:57 -0000 1.2
+++ distcache-1.4.5-libdeps.patch 26 Jul 2005 14:27:43 -0000 1.3
@@ -14,3 +14,11 @@
libdistcache_la_LDFLAGS = -version-info 1:1:0
+libdistcache_la_LIBADD = ../libnal/libnal.la
+--- distcache-1.4.5/libsys/Makefile.am.libdeps
++++ distcache-1.4.5/libsys/Makefile.am
+@@ -3,5 +3,4 @@
+ # libsys is not installed, it's for internal use only
+ noinst_LTLIBRARIES = libsys.la
+ libsys_la_SOURCES = sys.c
+-libsys_la_LDFLAGS = -static
+
Index: distcache.spec
===================================================================
RCS file: /cvs/dist/rpms/distcache/devel/distcache.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- distcache.spec 6 May 2005 15:02:42 -0000 1.9
+++ distcache.spec 26 Jul 2005 14:27:43 -0000 1.10
@@ -2,7 +2,7 @@
Summary: Distributed SSL session cache
Name: distcache
Version: 1.4.5
-Release: 8
+Release: 9
License: LGPL
Group: System Environment/Daemons
URL: http://www.distcache.org/
@@ -25,7 +25,7 @@
%package devel
Group: Development/Libraries
Summary: Development tools for distcache distributed session cache
-Requires: distcache = %{version}
+Requires: distcache = %{epoch}:%{version}-%{release}
%description devel
This package includes the libraries that implement the necessary
@@ -41,7 +41,7 @@
%build
libtoolize --force --copy && aclocal && autoconf
automake -aic --gnu || : automake ate my hamster
-%configure --enable-shared
+%configure --enable-shared --disable-static
make %{?_smp_mflags}
%install
@@ -98,6 +98,10 @@
%{_mandir}/man2/*
%changelog
+* Tue Jul 26 2005 Joe Orton <jorton redhat com> 1.4.5-9
+- add epoch and release to devel->main dependency
+- don't build static libraries
+
* Fri May 6 2005 Joe Orton <jorton redhat com> 1.4.5-8
- make libdistcache{,server} depend on libnal
- add scriplet requirements
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]