Accepting request 1139313 from home:pragmalin:branches:devel:languages:pascal
- Corrected fdupes usage and removed an unneeded hidden file. OBS-URL: https://build.opensuse.org/request/show/1139313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/lazarus?expand=0&rev=89
This commit is contained in:
parent
9227936e8e
commit
5fa69580f4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 19:02:38 UTC 2024 - PragmaticLinux <info@pragmaticlinux.com>
|
||||
|
||||
- Corrected fdupes usage and removed an unneeded hidden file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 07:32:45 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -338,9 +338,10 @@ done
|
||||
|
||||
# Remove hidden files to fix rpmlint warning "hidden-file-or-dir"
|
||||
rm -f %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5/cbindings/.qmake.stash
|
||||
rm -f %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt6/cbindings/.qmake.stash
|
||||
|
||||
# Remove duplicate files
|
||||
%fdupes -s %{buildroot}
|
||||
%fdupes %{buildroot}%{_libdir}/%{name}
|
||||
|
||||
%post -n libQt5Pas%{qt5_sover} -p /sbin/ldconfig
|
||||
%postun -n libQt5Pas%{qt5_sover} -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user