Dominique Leuenberger 12 months ago committed by Git OBS Bridge
commit b1ac09bcad

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 15 13:55:43 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Remove bad %defattr - not needed and causes SHLIB non-executable
rpmlint error
-------------------------------------------------------------------
Sun Feb 28 18:00:40 UTC 2021 - Dirk Müller <dmueller@suse.com>

@ -84,13 +84,11 @@ sed -i 's/\r$//' changes.txt design.txt gme.txt license.txt readme.txt
%postun -n libgme%{soname} -p /sbin/ldconfig
%files -n libgme%{soname}
%defattr(0644, root, root, 0755)
%license license.txt
%doc changes.txt gme.txt readme.txt
%{_libdir}/libgme.so.%{soname}*
%files devel
%defattr(0644, root, root, 0755)
%doc design.txt
%{_includedir}/gme
%{_libdir}/libgme.so

Loading…
Cancel
Save