]> git.pld-linux.org Git - packages/libfilezilla.git/commitdiff
- fixed macro in soname
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Oct 2021 17:41:47 +0000 (19:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Oct 2021 17:41:47 +0000 (19:41 +0200)
libfilezilla.spec

index a270331aeccd6cdec770c09c34c9e7166e91f300..0047c13280636c17928de10a5eeb8683bdc792cf 100644 (file)
@@ -173,7 +173,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libfilezilla.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libfilezilla.so.{%libver}
+%attr(755,root,root) %ghost %{_libdir}/libfilezilla.so.%{libver}
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.39559 seconds and 4 git commands to generate.