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

Revision 4616, 2.6 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1Summary: System configuration backend library
2Name: liboobs
3Version: 3.0.0
4Release: 1%{?_dist_release}
5Source0: http://ftp.gnome.org/pub/GNOME/sources/liboobs/3.0/%{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
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19Liboobs is a wrapping library to the System Tools Backends, it will
20provide easy to access GObjects to system configuration details, like
21users, groups and network interfaces, it will handle sessions with the
22backend and data consistency too.
23
24%package devel
25Summary: Header files of the system configuration backend library
26Group: Development/Libraries
27Requires: %{name} = %{version}
28
29%description devel
30Liboobs is a wrapping library to the System Tools Backends, it will
31provide easy to access GObjects to system configuration details, like
32users, groups and network interfaces, it will handle sessions with the
33backend and data consistency too.
34
35
36%prep
37%setup -q
38
39%build
40%configure --enable-gtk-doc --with-hal=no
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
45%makeinstall
46
47rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
48
49%clean
50rm -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
Note: See TracBrowser for help on using the repository browser.