Am Samstag, 30. April 2011, 10:00:10 schrieb Liu Xinyun: > Hi, > I have made the following changes to libffi in project Trunk:Testing. Please > review and accept ASAP. > > Thank You, > Liu Xinyun > > [This message was auto-generated] > > --- > > Request #17293: > > submit: home:xyl:branches:Trunk:Testing/libffi(r2)(cleanup) -> > Trunk:Testing/libffi > > > Message: > Fixed BMC #16784. Improved the .spec to avoid break the dependency of > libffi.pc > > State: new 2011-04-30T01:00:00 xyl > Comment: None > > > > changes files: > -------------- > --- libffi.changes > +++ libffi.changes > @@ -0,0 +1,4 @@ > +* Thu Apr 30 2011 Liu, Xinyun <[email protected]> - 3.0.9 > +- Fix for BMC 16784. > +- Updated previous fix for libffi.pc. > + > > spec files: > ----------- > --- libffi.spec > +++ libffi.spec > @@ -108,8 +108,7 @@ > mv $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}/include/*.h > $RPM_BUILD_ROOT%{_prefix}/include/ > > # Generate a simple pkg-config file > -mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig > -echo -e 'Name: libffi\nVersion: 3.0.9\nLibs: -lffi' > > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libffi.pc > +sed -i "s#includedir=.*#includedir=\${libdir}/include#g" > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libffi.pc
Huch ?? Whats $libdir expanded ? /usr/lib ? We just moved the headers to /usr/include/ ! Best, Jan-Simon _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
