liboobs-vl.spec 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Summary: System configuration backend library
  2. Name: liboobs
  3. Version: 2.30.0
  4. Release: 1%{?_dist_release}
  5. Source0: http://ftp.gnome.org/pub/GNOME/sources/liboobs/2.22/%{name}-%{version}.tar.bz2
  6. License: GPL
  7. Group: System Environment/Libraries
  8. Url: http://www.gnome.org
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: dbus-glib-devel >= 0.73
  11. BuildRequires: system-tools-backends >= 2.2
  12. BuildRequires: gtk-doc
  13. %description
  14. Liboobs is a wrapping library to the System Tools Backends, it will
  15. provide easy to access GObjects to system configuration details, like
  16. users, groups and network interfaces, it will handle sessions with the
  17. backend and data consistency too.
  18. %package devel
  19. Summary: Header files of the system configuration backend library
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}
  22. %description devel
  23. Liboobs is a wrapping library to the System Tools Backends, it will
  24. provide easy to access GObjects to system configuration details, like
  25. users, groups and network interfaces, it will handle sessions with the
  26. backend and data consistency too.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --enable-gtk-doc --with-hal=no
  31. make
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. %makeinstall
  35. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %post -p /sbin/ldconfig
  39. %postun -p /sbin/ldconfig
  40. %files
  41. %defattr(-,root,root)
  42. %doc AUTHORS NEWS README ChangeLog
  43. %{_libdir}/liboobs-1.so.*
  44. %files devel
  45. %defattr(-,root,root)
  46. %{_includedir}/liboobs-1.0/
  47. %{_libdir}/liboobs-1.a
  48. %{_libdir}/liboobs-1.so
  49. %{_libdir}/pkgconfig/liboobs-1.pc
  50. %{_datadir}/gtk-doc/html/liboobs
  51. %changelog
  52. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
  53. - new upstream release
  54. - remove BuildRequires: hal-devel
  55. - add configure option (--with-hal=no)
  56. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22.2-1
  57. - new upstream release
  58. * Thu Jul 3 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.0-1
  59. - new upstream release
  60. - new versioning policy; spec in UTF-8
  61. * Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
  62. - new upstream release
  63. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  64. - initial build for Vine Linux