Changeset 1681 in ProjectBuilder
- Timestamp:
- Nov 28, 2012, 7:08:12 PM (12 years ago)
- Location:
- projects/uuwl/pbconf/devel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/uuwl/pbconf/devel/uuwl.pb
r1476 r1681 124 124 # List of files per pkg on which to apply filters 125 125 # Files are mentioned relatively to pbroot/defpkgdir 126 filteredfiles uuwl = Makefile126 #filteredfiles uuwl = Makefile 127 127 #supfiles uuwl = uuwl.init 128 128 -
projects/uuwl/pbconf/devel/uuwl/rpm/uuwl.spec
r1674 r1681 55 55 %{__rm} -rf $RPM_BUILD_ROOT 56 56 make DESTDIR=$RPM_BUILD_ROOT install 57 # Also install the fake compatibility include files 58 %{__cp} -rp include/sys $RPM_BUILD_ROOT/%{_includedir} 57 59 58 60 %clean … … 75 77 %doc ChangeLog 76 78 %doc LICENSE_LGPL-2.1 LICENSE_MIT AUTHORS 77 %{_includedir}/* 79 %{_includedir}/*.h 80 %{_includedir}/*/*.h 78 81 %{_libdir}/*.a 79 82 %{_libdir}/*.la
Note:
See TracChangeset
for help on using the changeset viewer.