Skip to content

Commit

Permalink
Fixed bug 4615 - RPM Build fails due to unpackaged files
Browse files Browse the repository at this point in the history
devbeer

The current SDL2.spec fails to build with:

Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/build/rpmbuild/BUILDROOT/SDL2-2.0.9-2.x86_64
error: Installed (but unpackaged) file(s) found:
   /usr/lib64/cmake/SDL2/sdl2-config.cmake


RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/lib64/cmake/SDL2/sdl2-config.cmake
  • Loading branch information
slouken committed Jun 12, 2019
1 parent 69d27a6 commit 39733dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SDL2.spec.in
Expand Up @@ -74,7 +74,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.la
%{_libdir}/lib*.%{__soext}
%{_includedir}/*/*.h
%{_libdir}/pkgconfig/*
%{_libdir}/cmake/*
%{_libdir}/pkgconfig/SDL2/*
%{_datadir}/aclocal/*

%changelog
Expand Down

0 comments on commit 39733dc

Please sign in to comment.