From d0d0c5f554fed76644e0dc3cade2cdb9ca10b0bc Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Mon, 6 Jan 2020 06:32:59 +0300 Subject: [PATCH] bot: rpm5 -> rpm4 (6) --- libtgvoip.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libtgvoip.spec b/libtgvoip.spec index d586241..6c2b64d 100644 --- a/libtgvoip.spec +++ b/libtgvoip.spec @@ -73,4 +73,3 @@ ln --symbolic %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.2 mkdir --parents "%{buildroot}%{_includedir}/%{name}/audio" find . -maxdepth 1 -type f -name "*.h" -exec install --mode 0644 --preserve-timestamps '{}' %{buildroot}%{_includedir}/%{name} \; find audio -maxdepth 1 -type f -name "*.h" -exec install --mode 0644 --preserve-timestamps '{}' %{buildroot}%{_includedir}/%{name}/audio \; -