Browse Source

NEW: dotconf, espeak, nas, portautio, speech-dispatcher


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@568 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 14 years ago
parent
commit
3d6afaf089

+ 118 - 0
d/dotconf/dotconf-vl.spec

@@ -0,0 +1,118 @@
+Name:		dotconf
+Version:	1.0.13
+Release:	10%{?_dist_release}
+Summary:	Libraries to parse configuration files
+
+Group:		System Environment/Libraries
+License:	LGPLv2
+URL:		http://www.azzit.de/dotconf/
+Source:		http://www.azzit.de/dotconf/download/v1.0/%{name}-%{version}.tar.gz
+Patch0:		dotconf-1.0.13-remove-ASL11-part.patch
+Patch1:		dotconf-1.0.13-multilib.patch
+Patch2:		dotconf-1.0.13-m4-underquote.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+ 
+
+%description
+Dotconf is a library used to handle configuration files.
+
+%package        devel
+Summary:	Development files for %{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires: 	pkgconfig
+Requires:	automake
+
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q
+
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+
+# Override config.{guess,sub}
+cp -p /usr/lib/rpm/config.{guess,sub} .
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+iconv -f iso-8859-2 -t utf-8 -o iconv.tmp AUTHORS
+mv iconv.tmp AUTHORS
+iconv -f iso-8859-2 -t utf-8 -o iconv.tmp doc/dotconf-features.txt
+mv iconv.tmp doc/dotconf-features.txt
+find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc README AUTHORS COPYING NEWS ChangeLog 
+%{_libdir}/libdotconf*.so.*
+
+
+%files devel
+%defattr(-,root,root,-)
+%doc doc/*
+
+%{_libdir}/libdotconf*.so
+%{_includedir}/libpool.h
+%{_includedir}/dotconf.h
+%{_bindir}/dotconf-config
+%{_datadir}/aclocal/dotconf.m4
+%{_libdir}/pkgconfig/dotconf.pc
+
+%changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.13-10
+- initial build for Vine Linux
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.13-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.13-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Jul 03 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.0.13-7
+- Override config.{sub,guess} explicitly due to redhat-rpm-build-config
+  behavior change on F-10+, otherwise build fails on ppc64
+
+* Sun Mar 09 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-6
+- fixed m4-underquote error
+
+* Fri Feb 29 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-5
+- fixed AUTHORS utf-8
+- fixed doc/dotconf-features.txt utf-8
+
+* Sat Feb 23 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-4
+- Applied patch macro
+
+* Sat Feb 23 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-3
+- Resolved Multilib issue
+
+* Fri Feb 22 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-2
+- Inclusion of pkgconfig
+- Removal of INSTALL file
+- Proper placement of Library files
+- Creating devel sub-package
+- Chaning source URL
+
+* Sun Feb 17 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-1
+- Initial Commit

+ 246 - 0
e/espeak/espeak-vl.spec

@@ -0,0 +1,246 @@
+Name:           espeak
+Version:        1.43
+Release:        3%{?_dist_release}
+Summary:        Software speech synthesizer (text-to-speech)
+
+Group:          Applications/Multimedia
+License:        GPLv3+
+URL:            http://espeak.sourceforge.net
+Source0:        http://kent.dl.sourceforge.net/sourceforge/espeak/espeak-%{version}-source.zip
+Source1:        espeak.1
+Patch0:         espeak-1.23-makefile_nostaticlibs.patch
+Patch1:         espeak-1.40.02-gcc_no_libstdc++.patch
+Patch2:         espeak-1.42.04-runtime-detection.patch
+Patch3:         espeak-1.43-ftbs_ld_libm.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:  portaudio-devel
+BuildRequires:  pulseaudio-libs-devel
+BuildRequires:  gcc-c++
+
+
+%description
+eSpeak is a software speech synthesizer for English and other languages.
+
+eSpeak produces good quality English speech. It uses a different synthesis
+method from other open source TTS engines, and sounds quite different.
+It's perhaps not as natural or "smooth", but some people may find the
+articulation clearer and easier to listen to for long periods. eSpeak supports
+several languages, however in most cases these are initial drafts and need more
+work to improve them.
+
+It can run as a command line program to speak text from a file or from stdin.
+
+
+%package devel
+Summary: Development files for espeak
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+
+%description devel
+Development files for eSpeak, a software speech synthesizer.
+
+
+%prep
+%setup -q -n espeak-%{version}-source
+%patch0 -p1 -b .nostaticlibs
+%patch1 -p1 -b .gcc_no_libstdc++
+%patch2 -p1 -b .runtime-detection
+%patch3 -p1 -b .ftbs_ld_libm
+
+# Fix file permissions
+find . -type f -exec chmod 0644 {} ";"
+# Prepare documentation
+rm -rf docs/images/.svn
+mv docs html
+sed -i 's/\r//' License.txt
+# Compile against portaudio v19 (see ReadMe)
+cp -f src/portaudio19.h src/portaudio.h
+# Don't use the included binary voice dictionaries; we compile these from source
+rm -f espeak-data/*_dict
+
+
+%build
+# Compile espeak
+cd src
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+
+# Compile the TTS voice dictionaries
+export ESPEAK_DATA_PATH=$RPM_BUILD_DIR/espeak-%{version}-source
+cd ../dictsource
+for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq); do \
+    ../src/speak --compile=$voice; \
+done
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd $RPM_BUILD_DIR/espeak-%{version}-source/src
+make install DESTDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir} INCDIR=%{_includedir}/espeak LIBDIR=%{_libdir}
+# Install manpage
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+cp -pf %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post -p /sbin/ldconfig
+
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc $RPM_BUILD_DIR/espeak-%{version}-source/ReadMe $RPM_BUILD_DIR/espeak-%{version}-source/ChangeLog $RPM_BUILD_DIR/espeak-%{version}-source/License.txt $RPM_BUILD_DIR/espeak-%{version}-source/html/
+%{_mandir}/man1/espeak.1.gz
+%{_bindir}/espeak
+%{_datadir}/espeak-data
+%{_libdir}/libespeak.so.*
+
+
+%files devel
+%defattr(-,root,root)
+%{_libdir}/*.so
+%{_includedir}/espeak
+
+
+%changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.43-3
+- Added patch declaring explicit libm linking dependency (RHBZ #565186)
+
+* Thu Feb 18 2010 Francois Aucamp <faucamp@fedoraproject.org> - 1.43-2
+- Added patch declaring explicit libm linking dependency (RHBZ #565186)
+
+* Sat Feb 13 2010 Francois Aucamp <faucamp@fedoraproject.org> - 1.43-1
+- Update to version 1.43
+- Added patch for runtime detection of pulseaudio, contributed by Kevin Kofler (RHBZ #512190)
+
+* Thu Dec 17 2009 Francois Aucamp <faucamp@fedoraproject.org> - 1.42.04-1
+- Update to version 1.42.04
+- Revert: build against PortAudio instead of native PulseAudio (RHBZ #512190, #532674)
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.02-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Jun 30 2009 Francois Aucamp <faucamp@fedoraproject.org> - 1.40.02-2
+- Compile against pulseaudio instead of portaudio (RHBZ #481651)
+
+* Mon Jun 22 2009 Francois Aucamp <faucamp@fedoraproject.org> - 1.40.02-1
+- Update to version 1.40.02
+- Added patch to compile with GCC and not to link to libstdc++ (not needed)
+- Added manpage (thanks goes to Luke Yelavich from Ubuntu for writing it)
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Oct 21 2008 Francois Aucamp <faucamp@fedoraproject.org> - 1.39-1
+- Update to version 1.39
+
+* Tue Feb 26 2008 Francois Aucamp <faucamp@fedoraproject.org> - 1.31-5
+- Export ESPEAK_DATA_PATH in %%build to allow proper compilation of voice dictionaries
+
+* Tue Jan 29 2008 Francois Aucamp <faucamp@fedoraproject.org> - 1.31-4
+- Removed libjack patches as they are unnecessary
+
+* Tue Jan 29 2008 Francois Aucamp <faucamp@fedoraproject.org> - 1.31-3
+- Added "makefile_libjack" patch to link to libjack
+- Added BuildRequires: jack-audio-connection-kit-devel
+
+* Fri Jan 25 2008 Francois Aucamp <faucamp@fedoraproject.org> - 1.31-2
+- Removed espeakedit (and associated patches and BuildRequires) from package
+  until all phoneme table compilation functions can be moved into espeak (or a
+  separate commandline app without wxGTK dependencies)
+- Voices are still compiled from source, but using pre-compiled phoneme table
+  from upstream until the above issue is resolved
+
+* Thu Jan 24 2008 Francois Aucamp <faucamp@fedoraproject.org> - 1.31-1
+- Update to version 1.31
+- Compile phoneme tables and voice dictionaries from source instead of
+  packaging pre-compiled binary data
+- Added espeakedit as Source1
+- Added BuildRequires: wxGTK-devel for espeakedit
+- Added "makefile_rpmoptflags_wxversion" espeakedit patch to enable
+  RPM_OPT_FLAGS and set the correct wxWidgets version
+- Added "espeak_data_path" espeakedit patch to be able to set control the
+  source directory that espeakedit's compiler uses
+
+* Tue Jan 15 2008 Francois Aucamp <faucamp@fedoraproject.org> - 1.30-1
+- Update to version 1.30
+- Removed local "synthdata_strlen" patch (included upstream)
+
+* Mon Aug 20 2007 Francois Aucamp <faucamp@csir.co.za> - 1.28-1
+- Update to version 1.28
+- Added "synthdata_strlen" patch to fix memory allocation issue on x86_64 (RHBZ #252712)
+- Modified %%prep to build against portaudio v19 for F8 and later
+- Upstream license changed from GPLv2+ to GPLv3+
+
+* Tue Jun 19 2007 Francois Aucamp <faucamp@csir.co.za> - 1.26-1
+- Update to version 1.26
+- Modified %%prep to build against portaudio v19
+
+* Tue Jun 05 2007 Francois Aucamp <faucamp@csir.co.za> - 1.25-1
+- Update to version 1.25
+
+* Tue May 08 2007 Francois Aucamp <faucamp@csir.co.za> - 1.24-1
+- Update to version 1.24
+
+* Tue Apr 24 2007 Francois Aucamp <faucamp@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@csir.co.za> - 1.20-1
+- Update to version 1.20
+- Solves stack smash bug (RHBZ #227316)
+
+* Fri Jan 26 2007 Francois Aucamp <faucamp@csir.co.za> - 1.19-1
+- Update to version 1.19
+- Removed "espeak-1.18-makefile_lpthread" patch as it has been included upstream
+- Removed "espeak-1.18-makefile_smp" patch as it has been included upstream
+- Removed "espeak-1.18-ptr_64bit" patch as it has been solved upstream
+- Fixed espeak-data file permissions
+
+* Tue Jan 16 2007 Francois Aucamp <faucamp@csir.co.za> - 1.18-2
+- Created "espeak-1.18-ptr_64bit" patch to allow compilation on x86_64 (fixes 64-bit pointer issues)
+- Created "espeak-1.18-makefile_smp" patch to allow parallel make ("_smp_mflags")
+- Renamed "makefile_lpthread" patch to "espeak-1.18-makefile_lpthread"
+
+* Mon Jan 15 2007 Francois Aucamp <faucamp@csir.co.za> - 1.18-1
+- Update to version 1.18
+- Dropped statically-linked "speak" executable (replaced by dynamically-linked "espeak" executable)
+- Removed the "espeak program name" patch as it has been included upstream
+- Removed "espeak program name" patch backup file cleanup from %%install
+- Minor modification to "makefile lpthread" patch to account for new lib/executable
+- Removed "BIN_NAME" variable from make in %%build (implemented upstream)
+
+* Mon Nov 20 2006 Francois Aucamp <faucamp@csir.co.za> - 1.17-1
+- Update to version 1.17
+- Removed "makefile install target" patch as it has been included upstream
+- Removed "AMD64 sizeof(char *)" patch as it has been included upstream
+- Minor modification to "espeak program name" patch to allow patching current version
+
+* Tue Nov 07 2006 Francois Aucamp <faucamp@csir.co.za> - 1.16-4
+- Modified patch steps to create backups with different suffixes
+- Renamed patch file extensions to .patch
+- Added step in %%install to remove patch backup files in documentation
+
+* Sat Nov 04 2006 Francois Aucamp <faucamp@csir.co.za> - 1.16-3
+- Fixed source file permissions for -debuginfo package in %%prep
+- Added RPM_OPT_FLAGS to "make" command in %%build; removed RPM_OPT_FLAGS makefile patch
+- Modified makefile install target patch to include general support for setting compiler optimization flags via CXXFLAGS
+- Removed creation of .orig backup files during patching
+- Modified patch files to have different suffixes
+
+* Thu Nov 02 2006 Francois Aucamp <faucamp@csir.co.za> - 1.16-2
+- Added "install" target to makefile (makefile_install_target.patch)
+- Added patch to fix AMD64 sizeof(char *) assumption bug (upstream request ID 1588938)
+- Changed "portaudio" BuildRequires to "portaudio-devel"
+- Added patch to makefile to allow RPM_OPT_FLAGS
+- Added patch to replace all references to "speak" binary with "espeak"
+- Moved header files to /usr/include/espeak
+- Added rmdir command to "install" to remove empty soundicons directory
+
+* Wed Oct 04 2006 Francois Aucamp <faucamp@csir.co.za> - 1.16-1
+- Initial RPM build

+ 231 - 0
n/nas/nas-vl.spec

@@ -0,0 +1,231 @@
+Name:		nas	
+Summary:	The Network Audio System (NAS)
+Version:	1.9.1
+Release:	7%{?_dist_release}
+
+URL:		http://nas.codebrilliance.com		
+
+License: 	Public Domain
+Group: 		Development/Libraries
+Source0: 	http://nas.codebrilliance.com/nas/nas-%{version}.src.tar.gz
+Source1:	http://apt.kde-redhat.org/apt/kde-redhat/SOURCES/nas/nasd.init
+Source2:	http://apt.kde-redhat.org/apt/kde-redhat/SOURCES/nas/nasd.sysconfig
+
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
+BuildRequires:	bison flex
+BuildRequires:	imake libXaw-devel libXpm-devel libXp-devel libXext-devel libXt-devel
+%define libdir_x11 %{_libdir}/X11
+
+Requires(preun): chkconfig /sbin/service
+Requires(post):  chkconfig
+
+Requires: %{name}-libs = %{version}-%{release}
+
+%package devel
+Summary:	Development and doc files for the NAS 
+Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%package libs
+Summary: Runtime libraries for NAS
+Group:   System Environment/Libraries
+
+%description libs
+%{summary}.
+
+
+%description
+In a nutshell, NAS is the audio equivalent of an X display  server.
+The Network Audio System (NAS) was developed by NCD for playing,
+recording, and manipulating audio data over a network.  Like the
+X Window System, it uses the client/server model to separate
+applications from the specific drivers that control audio input
+and output devices.
+Key features of the Network Audio System include:
+	o  Device-independent audio over the network
+	o  Lots of audio file and data formats
+	o  Can store sounds in server for rapid replay
+	o  Extensive mixing, separating, and manipulation of audio data
+	o  Simultaneous use of audio devices by multiple applications
+	o  Use by a growing number of ISVs
+	o  Small size
+	o  Free!  No obnoxious licensing terms
+
+%description devel
+Development files and the documentation
+
+
+%prep
+%setup -q -n nas-%{version}
+iconv --from-code=ISO_8859-15 --to-code=UTF-8 HISTORY >HISTORY.tmp
+mv HISTORY.tmp HISTORY
+
+%build
+xmkmf
+find . -name Makefile \
+| xargs sed -i -e 's/^\(\s*CDEBUGFLAGS\s*=.*\)/\1 $(RPM_OPT_FLAGS)/'
+make %{?_smp_mflags} World MFLAGS="IRULESRC=%{_datadir}/X11/config"
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make MFLAGS="IRULESRC=%{_datadir}/X11/config" \
+  DESTDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir} INCROOT=%{_includedir} \
+  LIBDIR=%{libdir_x11}  SHLIBDIR=%{_libdir} USRLIBDIR=%{_libdir} MANPATH=%{_mandir} \
+  INSTALLFLAGS='-p' \
+  install install.man
+
+install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/nasd
+install -p -m644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/nasd
+
+# remove static lib
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
+# rename cofigfile
+mv $RPM_BUILD_ROOT/etc/nas/nasd.conf.eg $RPM_BUILD_ROOT/etc/nas/nasd.conf
+
+%post
+/sbin/chkconfig --add nasd
+
+%preun
+if [ $1 = 0 ] ; then
+  /sbin/chkconfig --del nasd
+  /sbin/service nasd stop >/dev/null 2>&1 ||:
+fi
+
+%post libs -p /sbin/ldconfig
+
+%postun libs -p /sbin/ldconfig
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%dir %{_sysconfdir}/nas
+%config(noreplace) %{_sysconfdir}/nas/nasd.conf
+%config(noreplace) %{_sysconfdir}/sysconfig/nasd
+%{_initrddir}/nasd
+
+%{_bindir}/*
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+%{libdir_x11}/AuErrorDB
+
+%files libs
+%defattr(-,root,root,-)
+%doc README FAQ HISTORY TODO
+%{_libdir}/libaudio.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/audio/
+%{_libdir}/libaudio.so
+%{_mandir}/man3/*
+
+
+%changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.1-7
+- Initial build for Vine Linux
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Apr 07 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.9.1-4
+- -libs subpkg (f9+, #438547)
+- %%install: INSTALLFLAGS='-p' (preserve timestamps)
+- fixup %%changelog whitespace
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9.1-3
+- Autorebuild for GCC 4.3
+
+* Sun Nov 11 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9.1-2
+- fix spec file
+
+* Sun Nov 11 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9.1-1
+- update to 1.9.1
+- remove unneeded patches
+
+* Fri Nov 02 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9a-3
+- add better patch for #247468 
+
+* Fri Nov 02 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9a-2
+- add patch to fix #247468
+
+* Sun Oct 28 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9a-1
+- update to 1.9a to fix #245712
+
+* Sat Aug 18 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9-4
+- fix for bug #245712
+
+* Sat Aug 11  2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9-3
+- fix for bug #250453
+
+* Fri May 04 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9-2%{?dist}
+- rebuild for the new ppc64 arch
+
+* Sun Apr 08 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.9-1%{?dist}
+- update to 1.9
+- remove old patch file
+
+* Mon Mar 26 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.8b-1%{?dist}
+- update to 1.8b
+
+* Thu Mar 22 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.8a-2%{?dist}
+- use the SVN version of 1.8a
+
+* Wed Mar 21 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.8a-1%{?dist}
+- fix bug 233353 
+
+* Thu Feb 09 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.8-13%{?dist}
+- use the corrected patch
+
+* Thu Feb 08 2007 Frank Büttner  <frank-buettner@gmx.net> - 1.8-11%{?dist}
+- fix bug 227759
+
+* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.8-10
+- don't rely-on/use potentially broken %%_libdir/X11 symlink (#207180)
+
+* Mon Sep 11 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-9%{?dist}
+- second rebuild for FC6
+
+* Mon Jul 24 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-8%{?dist}
+- fix ugly output when starting the daemon
+
+* Fri Jul 21 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-7%{?dist}
+- disable build for EMT64 on FC4
+
+* Thu Jul 13 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-6%{?dist}
+- fix build on EMT64 
+
+* Wed Jul 12 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-5%{?dist}
+- fix include dir
+
+* Fri Jul 7 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-4%{?dist}
+- add Requires(preun): chkconfig /sbin/service
+- add Requires(post):  chkconfig
+- add remarks for FC4
+
+* Fri Jul 7 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-3%{?dist}
+- move man3 to devel
+- rename nasd.conf.eg to .conf
+- add build depend for libXext-devel libXt-devel
+- change license to Public Domain
+- add path to make intall
+- add rc.d/sysconfig  files 
+
+* Fri Jul 7 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-2%{?dist}
+- move libaudio.so.2 to main package
+- switch package name from NAS to nas
+- fix depend for devel package
+- fix version
+- add nas subdir in etc to main package
+- set license to Distributable
+- add readme file
+
+* Fri Jul 7 2006 Frank Büttner  <frank-buettner@gmx.net> - 1.8-1%{?dist}
+- start

+ 151 - 0
p/portaudio/portaudio-vl.spec

@@ -0,0 +1,151 @@
+%define real_version v19_20071207
+
+Summary: Free, cross platform, open-source, audio I/O library
+Name: portaudio
+Version: 19
+Release: 10%{?_dist_release}
+License: MIT
+Group: System Environment/Libraries
+URL: http://www.portaudio.com/
+Source: http://www.portaudio.com/archives/pa_stable_%{real_version}.tar.gz
+Patch0: portaudio-non-mmap-alsa.patch
+Patch1: portaudio-doxynodate.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: doxygen
+BuildRequires: alsa-lib-devel
+BuildRequires: jack-audio-connection-kit-devel
+
+%description
+PortAudio is a portable audio I/O library designed for cross-platform
+support of audio. It uses a callback mechanism to request audio processing.
+Audio can be generated in various formats, including 32 bit floating point,
+and will be converted to the native format internally.
+
+
+%package devel
+Summary: Development files for the portaudio audio I/O library
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
+
+%description devel
+PortAudio is a portable audio I/O library designed for cross-platform
+support of audio. It uses a callback mechanism to request audio processing.
+Audio can be generated in various formats, including 32 bit floating point,
+and will be converted to the native format internally.
+
+This package contains files required to build applications that will use the
+portaudio library.
+
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+%patch1 -p1
+
+
+%build
+%configure --disable-static --enable-cxx
+make %{?_smp_mflags}
+# Build html devel documentation
+doxygen
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt README.txt
+%{_libdir}/*.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%doc doc/html/*
+%{_includedir}/portaudiocpp/
+%{_includedir}/portaudio.h
+%exclude %{_libdir}/*.la
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+
+
+%changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 19-10
+- initial build for Vine Linux
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 19-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 19-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 19-7
+- Add Doxyfile patch to remove date in footer and fix multilib (#342931).
+
+* Sun Dec  7 2008 Hans de Goede <hdegoede@redhat.com> 19-6
+- Add a patch by Kevin Kofler to make non mmap alsa (and thus pulseaudio) work
+  (bz 445644)
+
+* Sun Feb  3 2008 Matthias Saou <http://freshrpms.net/> 19-5
+- Update to "stable" v19_20071207.
+- Rebuild against latest jack in rawhide (#430672).
+- Backport update to F8 too (#431266).
+
+* Mon Dec 10 2007 Matthias Saou <http://freshrpms.net/> 19-4
+- Include portaudiocpp library and headers (#413681).
+
+* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 19-3
+- Rebuild for new BuildID feature.
+
+* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 19-2
+- Update License field.
+
+* Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 19-1
+- Update to "stable" v19_061121.
+- Switch virtual devel provide to a real sub-package.
+- Update spec to match build changes from custom Makefile to autotools.
+- Include new pkgconfig file and require pkgconfig from the devel package.
+- Add ldconfig calls now that we have a versionned shared library.
+- Rebuild against alsa-lib and jack-audio-connection-kit.
+- Build doxygen documentation and include it in the devel package.
+
+* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 18.1-8
+- FC6 rebuild.
+
+* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 18.1-7
+- FC5 rebuild.
+
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 18.1-6
+- Rebuild for new gcc/glibc.
+
+* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 18.1-5
+- rebuild on all arches
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 18.1-4
+- rebuilt
+
+* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 18.1-3
+- Bump release to provide Extras upgrade path.
+
+* Fri Nov  5 2004 Matthias Saou <http://freshrpms.net/> 18.1-2
+- Add -devel provides.
+- Fix .so 644 mode (overidden in defattr).
+
+* Thu Jun 10 2004 Dag Wieers <dag@wieers.com> - 18.1-1
+- Added -fPIC for x86_64.
+
+* Sat Sep 13 2003 Dag Wieers <dag@wieers.com> - 18.1-0
+- Initial package. (using DAR)
+

+ 368 - 0
s/speech-dispatcher/speech-dispatcher-vl.spec

@@ -0,0 +1,368 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+
+%define with_nas   1 
+%define with_pulse 1
+%define with_flite 1
+
+Name:           speech-dispatcher
+Version:        0.6.7
+Release:        5%{?_dist_release}
+Summary:        To provide a high-level device independent layer for speech synthesis
+Group:          System Environment/Libraries
+
+# Almost all files are under GPLv2+, however 
+# src/c/clients/spdsend/spdsend.h is licensed under GPLv2,
+# which makes %%_bindir/spdsend GPLv2.
+License:        GPLv2+ and GPLv2
+URL:            http://www.freebsoft.org/pub/projects/speechd/
+Source0:        http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
+Source1:        http://www.nsitonline.in/hemant/stuff/speechd-rpm/speech-dispatcherd
+
+Patch0:         http://www.nsitonline.in/hemant/stuff/speechd-rpm/speechd.patch
+Patch1:		speech-dispatcher-gcc44-0.6.7.patch
+Patch2:         speech-dispatcher-fixdso.patch
+
+BuildRoot:     %{_tmppath}/%{name}-%{version}-root
+BuildRequires: python-setuptools
+BuildRequires: espeak-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: dotconf-devel
+BuildRequires: texinfo
+BuildRequires: libraw1394-devel
+Buildrequires: pulseaudio-lib-devel
+Buildrequires: glib2-devel
+BuildRequires: flite-devel
+Buildrequires: nas-devel
+
+Requires(post): /sbin/chkconfig
+Requires(preun): /sbin/chkconfig /sbin/service
+Requires(postun): /sbin/service
+
+%description
+* Common interface to different TTS engines
+* Handling concurrent synthesis requests – requests may come
+  asynchronously from multiple sources within an application
+  and/or from more different applications.
+* Subsequent serialization, resolution of conflicts and
+  priorities of incoming requests
+* Context switching – state is maintained for each client
+  connection independently, event for connections from
+  within one application.
+* High-level client interfaces for popular programming languages
+* Common sound output handling – audio playback is handled by
+  Speech Dispatcher rather than the TTS engine, since most engines
+  have limited sound output capabilities.
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       speech-dispatcher = %{version}-%{release}
+License:        GPLv2+
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+%package doc
+Summary:        Documentation for speech-dispatcher
+License:        GPLv2+
+Group:          Applications/Documentation
+Requires:       speech-dispatcher = %{version}-%{release}
+Requires(post): /sbin/install-info
+Requires(preun):/sbin/install-info
+
+%description doc
+speechd documentation
+
+%package python
+Summary:        Python Client API for speech-dispatcher
+License:        GPLv2+
+Group:          Development/Libraries
+Requires:       speech-dispatcher = %{version}-%{release}
+
+%description python
+speechd python module
+
+%prep
+%setup -q
+# patch needs further review as it has olpc specific changes in it.
+#%patch0 -p1
+%patch1 -p1 -b .gcc44
+%patch2 -p1 -b .fixdso
+
+%build
+iconv -f ISO-8859-2 -t UTF-8 doc/speech-dispatcher-cs.texi -o doc/speech-dispatcher-cs_c.texi
+mv doc/speech-dispatcher-cs_c.texi doc/speech-dispatcher-cs.texi
+
+%configure --disable-static --with-alsa --with-pulse --without-flite --sysconfdir=%{_sysconfdir}
+
+# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+#Install the Python Modules
+cd src/python/
+mkdir -p build/lib/speechd
+python setup.py install --root $RPM_BUILD_ROOT
+
+chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/speechd/_test.py
+
+#Move to the base BUILD folder
+cd ../../
+
+for dir in \
+ config/ doc/ src/audio/ src/c/ src/modules/ src/tests/ src/server/ 
+ do
+  pushd $dir
+  make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+ popd
+done
+
+#Install the init shell script
+mkdir -p $RPM_BUILD_ROOT%{_initrddir}
+install -p -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/
+
+#Rename certain generically named binaries
+mv $RPM_BUILD_ROOT%{_bindir}/long_message $RPM_BUILD_ROOT%{_bindir}/spd_long_message 
+mv $RPM_BUILD_ROOT%{_bindir}/run_test $RPM_BUILD_ROOT%{_bindir}/spd_run_test
+
+#Remove %{_infodir}/dir file
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
+cd ../../
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+# Move the config files from /usr/share to /etc
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/speech-dispatcher/clients
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/speech-dispatcher/modules
+mv $RPM_BUILD_ROOT%{_datadir}/speech-dispatcher/conf/speechd.conf $RPM_BUILD_ROOT%{_sysconfdir}/speech-dispatcher/
+mv $RPM_BUILD_ROOT%{_datadir}/speech-dispatcher/conf/clients/* $RPM_BUILD_ROOT%{_sysconfdir}/speech-dispatcher/clients
+mv $RPM_BUILD_ROOT%{_datadir}/speech-dispatcher/conf/modules/* $RPM_BUILD_ROOT%{_sysconfdir}/speech-dispatcher/modules
+
+# Now move the files, change ownerships, apply setuid settings incase build is for
+# olpc.
+
+#if 0%{?olpc}
+# #Move the speech-dispatcher configuration files to olpc writable location.
+# mkdir -p $RPM_BUILD_ROOT/home/olpc/.speechd
+# mv $RPM_BUILD_ROOT%{_sysconfdir}/speech-dispatcher/* $RPM_BUILD_ROOT/home/olpc/.speechd
+#endif
+
+# Remove dummy sound
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/sounds/
+
+# Create log dir
+mkdir -p -m 0700 $RPM_BUILD_ROOT%{_localstatedir}/log/speech-dispatcher/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post 
+/sbin/ldconfig
+/sbin/chkconfig --add speech-dispatcherd
+
+%postun
+/sbin/ldconfig
+
+if [ "$1" -ge "1" ] ; then
+  /sbin/service speech-dispatcherd condrestart >/dev/null 2>&1 || :
+fi
+
+%preun
+if [ $1 = 0 ] ; then
+ /sbin/service speech-dispatcherd stop >/dev/null 2>&1
+ /sbin/chkconfig --del speech-dispatcherd
+fi
+
+%post doc
+/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
+/sbin/install-info %{_infodir}/spd-say.info %{_infodir}/dir || :
+/sbin/install-info %{_infodir}/ssip.info %{_infodir}/dir || :
+/sbin/install-info %{_infodir}/%{name}-cs.info %{_infodir}/dir || :
+
+%preun doc
+if [ $1 = 0 ]; then
+ /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
+ /sbin/install-info --delete %{_infodir}/spd-say.info %{_infodir}/dir || :
+ /sbin/install-info --delete %{_infodir}/ssip.info %{_infodir}/dir || :
+ /sbin/install-info --delete %{_infodir}/%{name}-cs.info %{_infodir}/dir || :
+fi
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog NEWS README TODO COPYING
+%config(noreplace) %{_sysconfdir}/speech-dispatcher/speechd.conf
+%config(noreplace) %{_sysconfdir}/speech-dispatcher/clients/*.conf
+%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/*.conf
+%dir %{_sysconfdir}/speech-dispatcher/
+%dir %{_sysconfdir}/speech-dispatcher/clients
+%dir %{_sysconfdir}/speech-dispatcher/modules
+
+%{_bindir}/*
+%{_libdir}/speech-dispatcher-modules/sd_*
+%dir %{_libdir}/speech-dispatcher-modules
+
+%{_libdir}/libspeechd.so.2
+%{_libdir}/libspeechd.so.2.1.1
+%dir %{_libdir}/speech-dispatcher
+%{_libdir}/speech-dispatcher/lib*.so
+%{_libdir}/speech-dispatcher/libsdaudio.so.2
+%{_libdir}/speech-dispatcher/libsdaudio.so.2.0.2
+
+%dir %attr(0700, root, root) %{_localstatedir}/log/speech-dispatcher/
+%attr(0755,root,root)%{_initrddir}/speech-dispatcherd
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/*
+%{_libdir}/lib*.so
+
+%files doc
+%defattr(-,root,root,-)
+%{_infodir}/*
+
+%files python
+%defattr(-,root,root,-)
+%{python_sitelib}/speechd*
+
+%changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.7-5
+- Initial build for Vine Linux
+
+* Wed Mar  3 2010 Peter Robinson <pbrobinson@gmail.com> - 0.6.7-4
+- Add patch to fix dso linking. Bug 564851
+
+* Sat Jan  9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.6.7-3
+- Updated to the new python sysarch spec file reqs
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed May 20 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.7-1
+- New upstream release, some spec file cleanups.
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.6-21
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.6-20
+- Rebuild for Python 2.6
+
+* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.6.6-19
+- Fix Patch0:/%%patch mismatch.
+
+* Wed Jul 16 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-18
+- removed suid permission for speech-dispatcher binary.
+
+* Wed Jul 16 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-17
+- changing permissions of speech-dispatcher to 6711 (setuid and setguid)
+- relocating configuration files in case of OLPC branch.
+- excluding init script in case of OLPC branch.
+
+* Wed Jul 16 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-16
+- yet another release bump required :-/
+
+* Wed Jul 16 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-15
+- release bump
+
+* Mon Jul 13 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-14
+- conditional build required for OLPC Branch - Building without nas and 
+  pulse-audio support.
+
+* Mon Jun 23 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-13
+- changed permission of speech-dispatcherd to 0644 too.
+
+* Fri Jun 20 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-12
+- added BuildRequires: texinfo (for makeinfo)
+- changed permissions of Sourcex to 0644
+- incorporated modified init script by mtasaka
+- fixed a few more macros in changelog
+- modified location of Source1 and Patch0 to point to online locations
+
+* Wed Jun 18 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-11
+- fixed encoding of speech-dispatcher-cs.info file to UTF-8
+
+* Wed Jun 11 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-10
+- removed Requires(preun) duplicates
+- applied -p option correctly to install command
+- fixed macros in changelog to prevent them from exapnding
+- fixed the init script
+- added patch to change log directory of speech-dispatcher and start only espeak
+
+* Sun Jun 08 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-9
+- removed %%{_infodir}/dir file
+
+* Sat Jun 07 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-8
+- converted speech-dispatcher-cs.info to UTF-8 encoding
+- removed multiple file listings of /usr/lib/python2.5/site-packages/speechd/_test.py
+  and fixed its mode
+- added init script as a SOURCE instead as a patch
+- duplicate Requires have now been removed
+- Timestamping of files has now been added
+- Install script fixed
+- init script fixed
+
+* Tue Jun 03 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-7
+- changed license of base package to GPLv2+ and GPL
+- changed license of all other packages to GPLv2+
+- fixed install sequence using cleaner for loop and pushd and popd commands
+- added init script for speech-dispatcher daemon
+- added COPYING to doc in base package
+- removed comment after /sbin/ldconfig
+- resolved rpmlint errors for base package [except UTF-8 encoding error for (cs) documentation file]
+- renamed long_message to spd_long_message and run_test to spd_run_test
+- reset mode of _test.py to 0755
+
+* Sun Apr 27 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-6
+- changed BR to pulseaudio-lib-devel
+- removed dotconf BR
+- gave ownership of /%%{python_sitelib}/speechd-0.3-py2.5.egg-info to python package if package is built for Fedora 9 or above
+
+* Sun Apr 13 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-5
+- Removed conitional building options
+- Added BuildRequires for dotconf-devel
+
+* Mon Feb 18 2008    Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-4
+- Manually specyfying make install for each src directory to be installed
+- Installing python package seprately by by-passing make install
+
+* Sun Feb 17 2008   Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-3
+- Added Requires(post), Requires(preun) for -doc package
+- Changed scriptlet from postun to preun for -doc package
+- Removed Epoch
+- Moved %%{_libdir}/lib*.so back to devel pacakge
+- Require dependecny on base pacakge is now set to %%{version}-%%{release} instead of %%{version}
+- removed --prefix=$RPM_BUILD_ROOT/%%{_prefix}  against configure macro.
+  -- -python subpackage does not build anymore.
+- removed python subpackag rules from SPEC file.
+
+* Sat Feb 16 2008   Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-2
+- fixed directory ownerships
+
+* Sat Feb 16 2008   Hemant Goyal <goyal.hemant@gmail.com> 0.6.6-1
+- using newest version of speech-dispatcher
+- updated %%{_libdir}/libspeechd.so.2.0.4 to %%{_libdir}/libspeechd.so.2.0.5
+- python packages are being generated correctly now
+- must force prefix=$RPM_BUILD_ROOT/%%{_prefix} to enable python packages to get installed correctly.
+- finding and deleting .*la files in $RPM_BUILD_ROOT to avoid unpackaged files error.
+
+* Sat Feb 16 2008   Hemant Goyal <goyal.hemant@gmail.com> 0.6.5-4
+- updated build root
+
+* Sat Feb 16 2008   Hemant Goyal <goyal.hemant@gmail.com> 0.6.5-3
+- added macro to prevent error from stopping build for not including *.la files
+- added epoch to the SPEC
+- conditional build seems to be working correctly the old way only??
+- unified changelogs
+
+* Fri Feb 15 2008  Hemant Goyal <goyal.hemant@gmail.com> 0.6.5-2
+- Removed .la files
+- Removed doc-cs packages and merged it into doc package
+- Removed packaging of static files, and tested -without static_libs option for configure script
+- Moved symlink .so files from devel package to main package
+- Commented /sbin/ldconfig for devel package.