rpms/espeak/FC-5 espeak-1.23-makefile_nostaticlibs.patch, NONE, 1.1 espeak.spec, 1.6, 1.7 sources, 1.6, 1.7

Francois Aucamp (faucamp) fedora-extras-commits at redhat.com
Tue Apr 24 06:16:44 UTC 2007


Author: faucamp

Update of /cvs/extras/rpms/espeak/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14356

Modified Files:
	espeak.spec sources 
Added Files:
	espeak-1.23-makefile_nostaticlibs.patch 
Log Message:
- Update to version 1.23
- Added "makefile_nostaticlibs" patch so static libraries aren't installed


espeak-1.23-makefile_nostaticlibs.patch:

--- NEW FILE espeak-1.23-makefile_nostaticlibs.patch ---
diff -uNr espeak-1.23-source/src/Makefile espeak-1.23-source-mod/src/Makefile
--- espeak-1.23-source/src/Makefile	2007-04-21 19:05:23.000000000 +0200
+++ espeak-1.23-source-mod/src/Makefile	2007-04-24 07:50:46.000000000 +0200
@@ -86,7 +86,7 @@
 	# Install shared library
 	$(INSTALL) -m 755 $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)
 	# Install static library
-	$(INSTALL) -m 755 $(STATIC_LIB_NAME) $(DESTDIR)$(LIBDIR)
+	#$(INSTALL) -m 755 $(STATIC_LIB_NAME) $(DESTDIR)$(LIBDIR)
 	$(LN_SF) $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)/$(LIB_NAME).$(LIB_VERSION)
 	$(LN_SF) $(LIB_NAME).$(LIB_VERSION) $(DESTDIR)$(LIBDIR)/$(LIB_NAME)
 	# Install development headers


Index: espeak.spec
===================================================================
RCS file: /cvs/extras/rpms/espeak/FC-5/espeak.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- espeak.spec	8 Feb 2007 15:41:48 -0000	1.6
+++ espeak.spec	24 Apr 2007 06:16:10 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           espeak
-Version:        1.20
+Version:        1.23
 Release:        1%{?dist}
 Summary:        Software speech synthesizer (text-to-speech)
 
@@ -7,6 +7,7 @@
 License:        GPL
 URL:            http://espeak.sourceforge.net
 Source0:        http://kent.dl.sourceforge.net/sourceforge/espeak/espeak-%{version}-source.zip
+Patch0:         espeak-1.23-makefile_nostaticlibs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  portaudio-devel
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q -n espeak-%{version}-source
+%patch0 -p1 -b .nostaticlibs
 # Fix file permissions
 find . -type f -exec chmod 0644 {} ";"
 # Prepare documentation
@@ -81,6 +83,10 @@
 
 
 %changelog
+* Tue Apr 24 2007 Francois Aucamp <faucamp at csir.co.za> - 1.23-1
+- Update to version 1.23
+- Added "makefile_nostaticlibs" patch so static libraries aren't installed
+
 * Thu Feb 08 2007 Francois Aucamp <faucamp at csir.co.za> - 1.20-1
 - Update to version 1.20
 - Solves stack smash bug (RHBZ #227316)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/espeak/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	8 Feb 2007 15:41:48 -0000	1.6
+++ sources	24 Apr 2007 06:16:10 -0000	1.7
@@ -1 +1 @@
-47dbb852987d22892bcc1c71eff39d61  espeak-1.20-source.zip
+6fb175b1cf167d3ba58c9c3f087ca2aa  espeak-1.23-source.zip




More information about the scm-commits mailing list