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

Revision 805, 2.1 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file of gnome-2.30

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