source: projects/specs/branches/6/lib/libo/liboobs/liboobs-vl.spec @ 2041

Revision 2041, 2.4 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1Summary: System configuration backend library
2Name: liboobs
3Version: 2.32.0
4Release: 1%{?_dist_release}
5Source0: http://ftp.gnome.org/pub/GNOME/sources/liboobs/2.32/%{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.88
12BuildRequires: system-tools-backends >= 2.10.1
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* Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
68- new upstream release
69
70* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-2
71- rebuild with rpm-4.8.1 for pkg-config file
72
73* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1
74- new upstream release
75
76* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
77- new upstream release
78- remove BuildRequires: hal-devel
79- add configure option (--with-hal=no)
80
81* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22.2-1
82- new upstream release
83
84* Thu Jul  3 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.0-1
85- new upstream release
86- new versioning policy; spec in UTF-8
87
88* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
89- new upstream release
90
91* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
92- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.