[a2jmidid/f16] correct spelling in man page

Jørn Lomax jvlomax at fedoraproject.org
Sun Sep 16 10:35:29 UTC 2012


commit 41e434ab018529c675f5eae8db58b4c4fa16d55c
Author: jvlomax <northlomax at gmail.com>
Date:   Sat Sep 15 19:49:01 2012 +0200

    correct spelling in man page

 a2jmidid-man.patch |   19 +++++++++++++++++++
 a2jmidid.spec      |    7 ++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/a2jmidid-man.patch b/a2jmidid-man.patch
new file mode 100644
index 0000000..a6b08e4
--- /dev/null
+++ b/a2jmidid-man.patch
@@ -0,0 +1,19 @@
+diff -Nurp a2jmidid/man/a2jmidid.1 a2jmidid.orig/man/a2jmidid.1
+--- a2jmidid/man/a2jmidid.1	2012-09-15 11:25:31.661714067 +0200
++++ a2jmidid.orig/man/a2jmidid.1	2012-09-15 11:31:29.273764443 +0200
+@@ -19,13 +19,13 @@ specifies which jack-server to use
+ .SH NOTES
+ ALSA does not guarantee client names to by unique. I.e. it is possible
+ to have two apps that create two clients with same ALSA client name.
+-JACK however requires port names to be unqiue. To ensure this uniqueness,
++JACK however requires port names to be unique. To ensure this uniqueness,
+ a2jmidid will add the unique numeric ALSA client ID to the JACK port name.
+ However this behaviour is known to be problematic when restoring
+ connections using simplistic tools like aj\-snapshot and jack_connect.
+ In order to make them work, the -u option can be used. This option will
+ cause a2jmidid to omit the numeric ALSA Client ID from JACK port names.
+-In this mode, ALSA client name uniqueness must be guartanteed externally.
++In this mode, ALSA client name uniqueness must be guaranteed externally.
+ 
+ .SH AUTHOR
+ Eric Hedekar <after the beep at g mail dot nospam com>
diff --git a/a2jmidid.spec b/a2jmidid.spec
index 1fa7490..c7eec68 100644
--- a/a2jmidid.spec
+++ b/a2jmidid.spec
@@ -1,13 +1,14 @@
 Summary:	Daemon for exposing ALSA sequencer applications in JACK MIDI system
 Name:		a2jmidid
 Version:	8
-Release:	1%{?dist}
+Release:	2%{?dist}
 URL:		http://home.gna.org/a2jmidid/
 Source0:	http://download.gna.org/%{name}/%{name}-%{version}.tar.bz2
 # a2jmidi_bridge.c and j2amidi_bridge.c are GPLv2+
 # The rest is GPLv2
 # Fix DSO linking: https://gna.org/support/index.php?2934
 Patch0:		a2jmidid-linking.patch
+Patch1:		a2jmidid-man.patch
 License:	GPLv2 and GPLv2+
 Group:		Applications/Multimedia
 
@@ -33,6 +34,7 @@ one ALSA sequencer port and one JACK MIDI port. Such bridge is unidirectional.
 %prep
 %setup -q
 %patch0 -p1 -b .dso.linking
+%patch1 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -55,6 +57,9 @@ export CFLAGS="%{optflags}"
 %{_mandir}/man1/j2a*
 
 %changelog
+* Sat Sep 15 2012 Jørn Lomax <northlomax at gmail.com> - 8-2
+- added patch for man page
+
 * Mon Jul 09 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 8-1
 - Update to 8.
 


More information about the scm-commits mailing list