liboobs-vl.spec 2.6 KB

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