2006-11-01 Damien Carbery <[email protected]>
authordcarbery
Wed, 01 Nov 2006 17:18:08 +0000
changeset 8470 ffe04faf2482
parent 8469 60bef0835d1c
child 8471 30d8ca40ce50
2006-11-01 Damien Carbery <[email protected]> * brltty.spec: Add patch, 02-lib-symlinks to fix 6454451. Adds code to create symlink for to a module library. Executable required the symlink. * patches/brltty-02-lib-symlinks.diff: Fix 6454451.
ChangeLog
brltty.spec
patches/brltty-02-lib-symlinks.diff
--- a/ChangeLog	Wed Nov 01 16:13:57 2006 +0000
+++ b/ChangeLog	Wed Nov 01 17:18:08 2006 +0000
@@ -1,3 +1,9 @@
+2006-11-01  Damien Carbery <[email protected]>
+
+	* brltty.spec: Add patch, 02-lib-symlinks to fix 6454451. Adds code to 
+	create symlink for to a module library. Executable required the symlink.
+	* patches/brltty-02-lib-symlinks.diff: Fix 6454451.
+
 2006-11-01  Stephen Browne <[email protected]>
 
 	* patches/glib-11-trusted-extensions.diff: new patch to restrcit glib
--- a/brltty.spec	Wed Nov 01 16:13:57 2006 +0000
+++ b/brltty.spec	Wed Nov 01 17:18:08 2006 +0000
@@ -14,7 +14,9 @@
 Vendor:	        Sun Microsystems, Inc.
 Summary:        Braille Support
 Source:         http://www.mielke.cc/brltty/releases/brltty-%{version}.tar.gz
-Patch:          brltty-01-suncc.diff
+Patch1:         brltty-01-suncc.diff
+# date:2006-11-01 owner:damienc type:bug bugster:6454451
+Patch2:         brltty-02-lib-symlinks.diff
 URL:            http://mielke.cc/brltty/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Docdir:         %{_defaultdocdir}/doc
@@ -27,7 +29,8 @@
 
 %prep
 %setup -q -n brltty-%{version}
-%patch -p1 
+%patch1 -p1 
+%patch2 -p1 
 
 %build
 CFLAGS="$RPM_OPT_FLAGS"                         \
@@ -59,6 +62,10 @@
 %{_mandir}/*
 
 %changelog
+* Wed Nov 01 2006 - [email protected]
+- Add patch, 02-lib-sylinks to fix 6454451. Adds code to create symlink for 
+  to a module library. Executable required the symlink.
+
 * Tue Apr 4 2006 - [email protected]
 - Remove libbrlapi.a from the package.
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/brltty-02-lib-symlinks.diff	Wed Nov 01 17:18:08 2006 +0000
@@ -0,0 +1,10 @@
+--- brltty-3.7.2/Programs/Makefile.in.orig	2006-11-01 16:02:41.415655000 +0000
++++ brltty-3.7.2/Programs/Makefile.in	2006-11-01 16:06:30.399557000 +0000
+@@ -472,6 +472,7 @@
+ install-api-libraries: $(API_LIB) $(API_ARC) install-libdir-directory
+ 	$(INSTALL_PROGRAM) $(API_LIB) $(INSTALL_ROOT)$(libdir)/$(API_LIB).$(API_RELEASE)
+ 	$(SYMLINK) -f $(API_LIB).$(API_RELEASE) $(INSTALL_ROOT)$(libdir)/$(API_LIB)
++	$(SYMLINK) -f $(API_LIB).$(API_RELEASE) $(INSTALL_ROOT)$(libdir)/$(API_LIB).$(API_VERSION)
+ 	$(CONFLIBDIR) $(INSTALL_ROOT)$(libdir)
+ 	$(INSTALL_DATA) $(API_ARC) $(INSTALL_ROOT)$(libdir)
+