Changeset 1681 in ProjectBuilder for projects/uuwl/pbconf/devel/uuwl/rpm/uuwl.spec


Ignore:
Timestamp:
Nov 28, 2012, 7:08:12 PM (11 years ago)
Author:
Bruno Cornec
Message:

r5099@localhost: bruno | 2012-11-28 16:14:05 +0100

  • Fix UUWL build (no Makfile filtering and adds delivery of fake sys includes)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/uuwl/pbconf/devel/uuwl/rpm/uuwl.spec

    r1674 r1681  
    5555%{__rm} -rf $RPM_BUILD_ROOT
    5656make DESTDIR=$RPM_BUILD_ROOT install
     57# Also install the fake compatibility include files
     58%{__cp} -rp include/sys $RPM_BUILD_ROOT/%{_includedir}
    5759
    5860%clean
     
    7577%doc ChangeLog
    7678%doc LICENSE_LGPL-2.1 LICENSE_MIT AUTHORS
    77 %{_includedir}/*
     79%{_includedir}/*.h
     80%{_includedir}/*/*.h
    7881%{_libdir}/*.a
    7982%{_libdir}/*.la
Note: See TracChangeset for help on using the changeset viewer.