Changeset 1681 in ProjectBuilder


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)
Location:
projects/uuwl/pbconf/devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • projects/uuwl/pbconf/devel/uuwl.pb

    r1476 r1681  
    124124# List of files per pkg on which to apply filters
    125125# Files are mentioned relatively to pbroot/defpkgdir
    126 filteredfiles uuwl = Makefile
     126#filteredfiles uuwl = Makefile
    127127#supfiles uuwl = uuwl.init
    128128
  • 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.