liboobs-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. Summary: System configuration backend library
  2. Name: liboobs
  3. Version: 3.0.0
  4. Release: 2%{?_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. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.0-2
  55. - rebuild with VineSeed environment
  56. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.0-1
  57. - new upstream release
  58. * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
  59. - new upstream release
  60. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-2
  61. - rebuild with rpm-4.8.1 for pkg-config file
  62. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1
  63. - new upstream release
  64. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
  65. - new upstream release
  66. - remove BuildRequires: hal-devel
  67. - add configure option (--with-hal=no)
  68. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22.2-1
  69. - new upstream release
  70. * Thu Jul 3 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.0-1
  71. - new upstream release
  72. - new versioning policy; spec in UTF-8
  73. * Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
  74. - new upstream release
  75. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  76. - initial build for Vine Linux