File speak-freely_7.6a-1.prespec of Package speak-freely

+++ speak-freely-7.6a/debian/config
@@ -0,0 +1,100 @@
+# Edit this file to configure debian/rules to build a package.
+# No modification of debian/rules should be neccessary. (Famous last words!)
+#
+# File by Joey Hess <joeyh@master.debian.org>
+
+# What is the name of the primary package in this sourcepackage?
+package=speak-freely
+
+# Parameters to pass to debstd. This can include doc files, or command-line
+# switches.
+debstd=-m README
+
+# What file must exist in the current directory if the package is
+# properly unpacked here?
+test_file=speakfree.h
+
+# Does this package build from an Imakefile?
+# If so, uncomment the line below.
+#use_imakefile=y
+
+# Does this package build from a Configure script?
+# If so, uncomment the line below and enter the command to run to run the 
+# Configure script (ie: "./Configure")
+#use_configure=./Configure
+
+# What commands to run to build the package?
+define build_command
+	$(MAKE) CCFLAGS="-DAUDIO_BLOCKING -DLINUX -DHALF_DUPLEX -DNEEDED_LINEAR -DLINUX_DSP_SMALL_BUFFER -O2 -g" DEBUG="-O2 -g"
+endef
+
+# What commands to run to clean up after a build?
+define clean_command
+	-$(MAKE) -i clean
+endef
+
+# List here any files that must be removed during "debian/rules clean"
+# that clean_command doesn't take care of.
+clean_files=
+
+# List here any temporary directories that are used to build multiple-
+# binary packages. These are automatically created and removed. 
+tmp_dirs=
+
+# List here any files that should be preserved during a build, and restored
+# to their original state during a clean. For example, if the package comes
+# with both an Imakefile and a Makefile, and xmkmf is run, list the original
+# Makefile here so it will be backed up before it is overwritten my xmkmf.
+preserve_files=
+
+# What command to run to install the package into debian/tmp?
+# You might want to edit the package's Makefile and add $(PREFIX) 
+# to all the paths it installs files to. or, you can just write 
+# your own install commands here instead.
+#
+# Note that debian/* and the files in /usr/doc will be installed 
+# properly for you, you don't need to do that here.
+#
+STRIP=strip
+define install_command
+	install -d debian/tmp/usr/share/doc/$(package) debian/tmp/usr/bin \
+		debian/tmp/usr/share/man/man1
+	$(MAKE) INSTDIR=debian/tmp/usr INSTDIR_BIN=debian/tmp/usr/bin INSTDIR_MAN=debian/tmp/usr/share/man install
+	-$(STRIP) debian/tmp/usr/bin/*
+	gzip -9 debian/tmp/usr/share/man/man1/*
+	cp log.doc debian/tmp/usr/share/doc/$(package)/changelog
+	gzip -9 debian/tmp/usr/share/doc/$(package)/changelog
+	cp README debian/tmp/usr/share/doc/$(package)/README
+	gzip -9 debian/tmp/usr/share/doc/$(package)/README
+	# Install CONTRIB software: FIXME: should go into a sub package
+	install -d debian/tmp/usr/share/doc/$(package)/xspeakfree
+
+	# I am to lazy to learn /bin/sh
+	#echo CONTRIB/xspeakfree-0.8.1.b/[A-Z]* 
+	#DOCS1=echo `find CONTRIB/xspeakfree-0.8.1.b/ | egrep '/[[:upper:]]+'` 
+
+	install	CONTRIB/xspeakfree-0.8.1.b/HISTORY \
+		CONTRIB/xspeakfree-0.8.1.b/BUGS \
+		CONTRIB/xspeakfree-0.8.1.b/INSTALL \
+		CONTRIB/xspeakfree-0.8.1.b/LICENSE \
+		CONTRIB/xspeakfree-0.8.1.b/README \
+		CONTRIB/xspeakfree-0.8.1.b/TODO \
+			debian/tmp/usr/share/doc/$(package)/xspeakfree
+
+	install CONTRIB/xspeakfree-0.8.1.b/bin/* debian/tmp/usr/bin
+
+	install -d debian/tmp/usr/lib/speak-freely/
+	
+
+	install CONTRIB/xspeakfree-0.8.1.b/lib/xspeakfree/* \
+		debian/tmp/usr/lib/speak-freely
+	
+endef
+
+# After being installed in debian/tmp, everything is chowned to root.root,
+# and chmod g-ws is run on everything. Enter below any chmod commands you
+# need to run to set files to the proper permissions. This is where you
+# can make programs be suid, etc.
+# (Note that these commands will be run as root.)
+define ch_commands
+endef
--- speak-freely-7.6a.orig/debian/changelog
+++ speak-freely-7.6a/debian/changelog
@@ -0,0 +1,108 @@
+speak-freely (7.6a-1) unstable; urgency=low
+
+  * New upstream release 7.6a-1
+  * package contrib gui program xspeakfree (should be a subpackage)
+  * TODO: lintian clean, contrib subpackage, nicer contrib install
+
+ -- Johannes Poehlmann (not the Maintainer!) <johannes@lst.de>  Wed,  2 Jul 2003 11:51:23 +0200
+
+speak-freely (7.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Change section to non-free.
+  * Update to standards version 3.2.1.
+  * Fix some lintian warnings.
+
+ -- Martin Mitchell <martin@debian.org>  Sat, 27 Jan 2001 23:30:19 +1100
+
+speak-freely (7.1-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #59566, #45782, #27670)
+  * Update to standards version 3.1.1.
+
+ -- Martin Mitchell <martin@debian.org>  Wed,  5 Apr 2000 23:50:31 +1000
+
+speak-freely (7.0-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #38249, #10933, #17800, #17869, #40034)
+  * Suggests perl5 instead of perl. (Closes: #43020)
+  * Update to standards version 3.0.1.
+
+ -- Martin Mitchell <martin@debian.org>  Sun, 29 Aug 1999 03:01:24 +1000
+
+speak-freely (6.1e-1) unstable; urgency=low
+
+  * New upstream source.
+  * Update to standards version 2.5.0.
+
+ -- Martin Mitchell <martin@debian.org>  Fri, 11 Dec 1998 21:26:44 +1100
+
+speak-freely (6.1c-4) unstable; urgency=low
+
+  * Compress manpages.
+
+ -- Martin Mitchell <martin@debian.org>  Sun, 21 Dec 1997 02:07:32 +1100
+
+speak-freely (6.1c-3) unstable; urgency=low
+
+  * Recompile with libc6 version of libgsm.
+
+ -- Martin Mitchell <martin@debian.org>  Sun, 23 Nov 1997 23:08:32 +1100
+
+speak-freely (6.1c-2) unstable; urgency=low
+
+  * Correct dependencies problem. (#14670)
+
+ -- Martin Mitchell <martin@debian.org>  Sun,  9 Nov 1997 19:32:31 +1100
+
+speak-freely (6.1c-1) unstable; urgency=low
+
+  * New maintainer.
+  * Updated to Standards-Version 2.3.0.0.
+  * New upstream release.
+  * Change section to non-US.
+  * Remove implicit dependency on debstd.
+  
+ -- Martin Mitchell <martin@debian.org>  Tue, 21 Oct 1997 05:03:52 +1000
+
+speak-freely (6.1b-4) unstable; urgency=low
+
+  * Orphaned the package. We need a maintainer outside the US for this one,
+    as it contains crypto.
+  * Fixed bugs #12264, #12265, file overlap problems, by passing -m to debstd.
+  * Modified to use libgsm1 instead of the gsm code bundled with
+    speak-freely.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 25 Aug 1997 23:17:45 -0400
+
+speak-freely (6.1b-3) unstable; urgency=low
+
+  * New maintainer.
+  * Libc6.
+  * Suggests: xv for face support (#8575)
+  * Suggests: perl for sfvod
+  * Built with -HALF_DUPLEX (#10930)
+  * Let's put this in non-free/sound, not in non-free/net. 
+  * Got rid of debmake's .ex files.
+  * Set up my generic debian/rules and debian/config files.
+  * Install log.doc as upstream changelog file.
+  * Replaced extended description with one that actually explains what
+    speak-freely can do.
+
+ -- Joey Hess <joeyh@master.debian.org>  Tue, 15 Jul 1997 14:32:10 -0400
+
+speak-freely (6.1b-2) unstable; urgency=low
+
+  * New maintainer
+
+ -- Orn E. Hansen <oe.hansen@halmstad.mail.telia.com>  Thu, 30 Jan 1997 00:36:24 +0100
+
+speak-freely (6.1b-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Lameter <clameter@debian.org>  Sat, 7 Dec 1996 20:10:02 -0800
+
+Local variables:
+mode: debian-changelog
+End:
--- speak-freely-7.6a.orig/debian/control
+++ speak-freely-7.6a/debian/control
@@ -0,0 +1,21 @@
+Source: speak-freely
+Section: non-US/non-free
+Priority: optional
+Maintainer: Martin Mitchell <martin@debian.org>
+Build-Depends: libncurses-dev, libgsm1-dev
+Standards-Version: 3.2.1
+
+Package: speak-freely
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: xv, perl5
+Description: Voice Communication Over Data Networks
+ Speak Freely allows users of a variety of Unix and Unix-like workstations 
+ equipped with audio hardware connected by a network to converse, using the 
+ audio input and output facilities of the workstation to digitise and later
+ reconstruct the sound and the network to relay sound packets. Optional 
+ compression is provided, allowing conversations over relatively 
+ low-bandwidth Internet links as well as local area networks.
+ .
+ Speak Freely for Unix can intercommunicate with Speak Freely for Windows, 
+ available from the author's Web Site.
--- speak-freely-7.6a.orig/debian/copyright
openSUSE Build Service is sponsored by