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