123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- Summary: System configuration backend library
- Name: liboobs
- Version: 3.0.0
- Release: 2%{?_dist_release}
- Source0: http://ftp.gnome.org/pub/GNOME/sources/liboobs/3.0/%{name}-%{version}.tar.bz2
- License: GPL
- Group: System Environment/Libraries
- Url: http://www.gnome.org
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: dbus-glib-devel >= 0.88
- BuildRequires: system-tools-backends >= 2.10.1
- BuildRequires: gtk-doc
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Liboobs is a wrapping library to the System Tools Backends, it will
- provide easy to access GObjects to system configuration details, like
- users, groups and network interfaces, it will handle sessions with the
- backend and data consistency too.
- %package devel
- Summary: Header files of the system configuration backend library
- Group: Development/Libraries
- Requires: %{name} = %{version}
- %description devel
- Liboobs is a wrapping library to the System Tools Backends, it will
- provide easy to access GObjects to system configuration details, like
- users, groups and network interfaces, it will handle sessions with the
- backend and data consistency too.
- %prep
- %setup -q
- %build
- %configure --enable-gtk-doc --with-hal=no
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- %makeinstall
- rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root)
- %doc AUTHORS NEWS README ChangeLog
- %{_libdir}/liboobs-1.so.*
- %files devel
- %defattr(-,root,root)
- %{_includedir}/liboobs-1.0/
- %{_libdir}/liboobs-1.a
- %{_libdir}/liboobs-1.so
- %{_libdir}/pkgconfig/liboobs-1.pc
- %{_datadir}/gtk-doc/html/liboobs
- %changelog
- * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.0-2
- - rebuild with VineSeed environment
- * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.0-1
- - new upstream release
- * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
- - new upstream release
- * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-2
- - rebuild with rpm-4.8.1 for pkg-config file
- * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1
- - new upstream release
- * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
- - new upstream release
- - remove BuildRequires: hal-devel
- - add configure option (--with-hal=no)
- * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22.2-1
- - new upstream release
- * Thu Jul 3 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.0-1
- - new upstream release
- - new versioning policy; spec in UTF-8
- * Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
- - new upstream release
- * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
- - initial build for Vine Linux
|