Why did you remove libgudev, many packages are using that like udisk/upower/ cheese...
Peter > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Anas Nashif > Sent: Thursday, October 28, 2010 5:20 AM > To: [email protected] > Subject: [meego-commits] 8964: Changes to Trunk:Testing/udev > > Hi, > I have made the following changes to udev in project Trunk:Testing. Please > review and accept ASAP. > > Thank You, > Anas Nashif > > [This message was auto-generated] > > --- > > Request #8964: > > submit: devel:cleanup:core/udev(r4) -> Trunk:Testing/udev > > > Message: > * Wed Oct 27 2010 Anas Nashif <[email protected]> - 161 > - Remove dependency on gobject-introspection > > State: new 2010-10-27T14:20:17 nashif > Comment: None > > > > changes files: > -------------- > --- udev.changes > +++ udev.changes > @@ -0,0 +1,3 @@ > +* Wed Oct 27 2010 Anas Nashif <[email protected]> - 161 > +- Remove dependency on gobject-introspection > + > > spec files: > ----------- > --- udev.spec > +++ udev.spec > @@ -48,7 +48,6 @@ > BuildRequires: libacl-devel libusb-devel > BuildRequires: glib2-devel bison findutils > BuildRequires: gperf usbutils libtool > -BuildRequires: gobject-introspection-devel >= 0.6.2 > > Obsoletes: udev-extra > > @@ -121,15 +120,11 @@ > > > %build > -#./autogen.sh > -#libdir=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd)) > -#%reconfigure --prefix=/usr --exec-prefix= --sysconfdir=/etc > --with-libdir-name=$libdir --libexecdir=%{udev_libdir} --datadir=/usr/share > -#make > libtoolize -f -c > %configure --prefix=%{_prefix} --exec-prefix="" \ > --sysconfdir=%{_sysconfdir} --with-libdir-name=%{_lib} \ > --sbindir="/sbin" --libexecdir=%{udev_libdir} \ > - --with-rootlibdir=/%{_lib} > + --with-rootlibdir=/%{_lib} --disable-introspection > > make %{?_smp_mflags} > > @@ -282,8 +277,6 @@ > %ghost %dir %{_sysconfdir}/dev.d/ > > %attr(0644,root,root) %{_prefix}/lib/ConsoleKit/run-seat.d/udev-acl.ck > -%attr(0644,root,root) %{_libdir}/girepository-1.0/GUdev-1.0.typelib > -%attr(0644,root,root) %{_datadir}/gir-1.0/GUdev-1.0.gir > > > /etc/udev/makedev.d/50-udev.nodes > @@ -365,31 +358,17 @@ > %{_libdir}/pkgconfig/udev.pc > %{_datadir}/gtk-doc/html/libudev/* > > -#%files -n libgudev1 > -#%defattr(0644, root, root, 0755) > -#%attr(0755,root,root) /%{_lib}/libgudev-1.0* > -#%attr(0644,root,root) /%{_lib}/girepository-1.0/GUdev-1.0.typelib > - > -#%files -n libgudev1-devel > -#%defattr(0644, root, root, 0755) > -#%attr(0644,root,root) /usr/include/gudev-1.0/gudev/*.h > -#%attr(0644,root,root) %{_datadir}/gir-1.0/GUdev-1.0.gir > -#%dir %{_datadir}/gtk-doc/html/gudev > -#%attr(0644,root,root) %{_datadir}/gtk-doc/html/gudev/* > -#%attr(0755,root,root) %{_libdir}/pkgconfig/gudev-1.0* > > %files -n libgudev1 > %defattr(0644, root, root, 0755) > %doc COPYING > %attr(0755,root,root) %{_libdir}/libgudev-1.0.so.* > -#%attr(0644,root,root) %{_libdir}/girepository-1.0/GUdev-1.0.typelib > > %files -n libgudev1-devel > %defattr(0644, root, root, 0755) > %doc COPYING > %attr(0755,root,root) %{_libdir}/libgudev-1.0.so > %attr(0644,root,root) %{_includedir}/gudev-1.0/gudev/*.h > -#%attr(0644,root,root) %{_datadir}/gir-1.0/GUdev-1.0.gir > %dir %{_datadir}/gtk-doc/html/gudev > %attr(0644,root,root) %{_datadir}/gtk-doc/html/gudev/* > %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0* > > other changes: > -------------- > > _______________________________________________ > Meego-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
