liboobs-vl.spec 2.0 KB

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