i did not remove anything, someone left lots of obsolete code commented, time to cleanup.
Anas On 2010-10-28, at 6:19 AM, Zhu, Peter J wrote: > 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 --------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
