Skip to content

Commit

Permalink
Merge pull request #29 from andreasbaumann/obs
Browse files Browse the repository at this point in the history
OBS fixes
  • Loading branch information
patrickfrey authored Dec 29, 2017
2 parents 4a5ae66 + eacdbc8 commit 8ebdce9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dist/redhat/struspattern.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT%{_libdir}/debug
rm -rf $RPM_BUILD_ROOT%{_prefix}/src/debug

# remove things we don't need from hyperscan
rm -rf $RPM_BUILD_ROOT%{_includedir}/hs
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libhs.pc
rm -rf $RPM_BUILD_ROOT%{_libdir}/libhs*.a
rm -rf $RPM_BUILD_ROOT%{_prefix}/share/

%clean
rm -rf $RPM_BUILD_ROOT

Expand Down

0 comments on commit 8ebdce9

Please sign in to comment.