]> git.pld-linux.org Git - packages/yaz.git/commitdiff
- up to 2.0.2, updated link patch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 May 2003 22:20:15 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yaz-link.patch -> 1.2
    yaz.spec -> 1.14

yaz-link.patch
yaz.spec

index 5b96df9c21614613759c8bc656ea29b802b3e009..8a7a422f382203585d43b818695631aac27d75bb 100644 (file)
@@ -1,18 +1,20 @@
---- yaz-1.9.2/lib/Makefile.am.orig     Tue Oct 22 14:51:18 2002
-+++ yaz-1.9.2/lib/Makefile.am  Thu Jan  2 19:32:27 2003
-@@ -21,13 +21,13 @@
- # No real sources
+--- yaz-2.0.2/lib/Makefile.am.orig     2003-04-18 01:24:00.000000000 +0200
++++ yaz-2.0.2/lib/Makefile.am  2003-05-12 23:59:08.000000000 +0200
+@@ -22,7 +22,7 @@
  libyaz_la_SOURCES=
+ libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
  
 -libyazthread_la_LIBADD=nmem.lo statserv.lo eventl.lo
 +libyazthread_la_LIBADD=nmem.lo statserv.lo eventl.lo -lpthread
  libyazthread_la_SOURCES=
+ libyazthread_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
  
- libyazmalloc_la_LIBADD=xmalloc.lo
+@@ -30,7 +30,7 @@
  libyazmalloc_la_SOURCES=
+ libyazmalloc_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
  
 -libyazssl_la_LIBADD=tcpip.lo comstack.lo
 +libyazssl_la_LIBADD=tcpip.lo comstack.lo $(SSL_LIBS)
  libyazssl_la_SOURCES=
+ libyazssl_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
  
- THREADED_FLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/server @CFLAGSTHREADS@
index af4d610354a06111ae22dc5feb3400636ab11727..ccac5107c456b94ee8753c949b44fa4783eb2235 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,7 +1,7 @@
 Summary:       Z39.50 protocol support library
 Summary(pl):   Biblioteka obs³uguj±ca protokó³ Z39.50
 Name:          yaz
-Version:       2.0
+Version:       2.0.2
 Release:       1
 License:       BSD-like
 Vendor:                Index Data ApS <info@indexdata.dk>
@@ -110,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.la
 %{_includedir}/yaz
 %{_aclocaldir}/yaz.m4
-%{_mandir}/man1/yaz-config.1*
+%{_mandir}/man8/yaz-config.8*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.195604 seconds and 4 git commands to generate.