source: projects/specs/trunk/lib/libo/liboobs/liboobs-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: System configuration backend library
2Name: liboobs
3Version: 2.22.0
4Release: 1%{?_dist_release}
5Source0: http://ftp.gnome.org/pub/GNOME/sources/liboobs/2.22/%{name}-%{version}.tar.bz2
6License: GPL
7Group: System Environment/Libraries
8Url: http://www.gnome.org
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: hal-devel >= 0.5.9
12BuildRequires: dbus-glib-devel >= 0.73
13BuildRequires: system-tools-backends >= 2.2
14BuildRequires: gtk-doc
15
16%description
17Liboobs is a wrapping library to the System Tools Backends, it will
18provide easy to access GObjects to system configuration details, like
19users, groups and network interfaces, it will handle sessions with the
20backend and data consistency too.
21
22%package devel
23Summary: Header files of the system configuration backend library
24Group: Development/Libraries
25Requires: %{name} = %{version}
26
27%description devel
28Liboobs is a wrapping library to the System Tools Backends, it will
29provide easy to access GObjects to system configuration details, like
30users, groups and network interfaces, it will handle sessions with the
31backend and data consistency too.
32
33
34%prep
35%setup -q
36
37%build
38%configure --enable-gtk-doc
39make
40
41%install
42rm -rf $RPM_BUILD_ROOT
43%makeinstall
44
45rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%post -p /sbin/ldconfig
51
52%postun -p /sbin/ldconfig
53
54%files
55%defattr(-,root,root)
56%doc AUTHORS NEWS README ChangeLog
57%{_libdir}/liboobs-1.so.*
58
59%files devel
60%defattr(-,root,root)
61%{_includedir}/liboobs-1.0/
62%{_libdir}/liboobs-1.a
63%{_libdir}/liboobs-1.so
64%{_libdir}/pkgconfig/liboobs-1.pc
65%{_datadir}/gtk-doc/html/liboobs
66
67%changelog
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
72* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
73- new upstream release
74
75* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
76- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.