diff --git a/python-SoundFile.changes b/python-SoundFile.changes
index fd92b79..9cec8d7 100644
--- a/python-SoundFile.changes
+++ b/python-SoundFile.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri May 18 20:51:12 UTC 2018 - jengelh@inai.de
+
+- Do not repeat other packages' metadata in description.
+
-------------------------------------------------------------------
Wed May 9 01:09:10 UTC 2018 - toddrme2178@gmail.com
diff --git a/python-SoundFile.spec b/python-SoundFile.spec
index 593abf4..7ce8523 100644
--- a/python-SoundFile.spec
+++ b/python-SoundFile.spec
@@ -59,13 +59,9 @@ PySoundFile is an audio library based on libsndfile, CFFI and NumPy.
Full documentation is available on http://pysoundfile.readthedocs.org/.
PySoundFile can read and write sound files. File reading/writing is
-supported through `libsndfile `__,
-which is a free, cross-platform, open-source (LGPL) library for reading
-and writing many different sampled sound file formats that runs on many
-platforms including Windows, OS X, and Unix. It is accessed through
-`CFFI `__, which is a foreign function
-interface for Python calling C code. CFFI is supported for CPython 2.6+,
-3.x and PyPy 2.0+. PySoundFile represents audio data as NumPy arrays.
+supported through libsndfile, which itself is accessed through CFFI,
+a foreign function interface for Python calling C code. PySoundFile
+represents audio data as NumPy arrays.
%prep
%setup -q -n SoundFile-%{version}