diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index 3c051c5..97bdeac 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -22,8 +22,6 @@ Source0: https://github.com/jackaudio/jack2/archive/v%{version}/v%{version Source1: %{name}-README.Fedora Source2: %{name}-script.pa Source3: %{name}-limits.conf -# Generate this file in the GIT repo by running ./svnversion_regenerate.sh svnversion.h -Source4: svnversion.h # Adjust default priority. RHBZ#795094 Patch1: jack-realtime-compat.patch # Patch sent upstream https://github.com/jackaudio/jack2/pull/836 @@ -91,7 +89,6 @@ Small example clients that use the Jack Audio Connection Kit. %autosetup -p1 -n jack2-%{version} %build -cp -p %{SOURCE4} . %set_build_flags export PREFIX=%{_prefix} python3 ./waf configure \ diff --git a/svnversion.h b/svnversion.h deleted file mode 100644 index c18525c..0000000 --- a/svnversion.h +++ /dev/null @@ -1 +0,0 @@ -#define SVN_VERSION "0+5041ab0fe7fb719efa5122386d355397289a91f0"