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

Revision 8119, 2.7 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1Summary: System configuration backend library
2Name: liboobs
3Version: 3.0.0
4Release: 2%{?_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* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.0-2
71- rebuild with VineSeed environment
72
73* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.0-1
74- new upstream release
75
76* Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
77- new upstream release
78
79* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-2
80- rebuild with rpm-4.8.1 for pkg-config file
81
82* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1
83- new upstream release
84
85* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
86- new upstream release
87- remove BuildRequires: hal-devel
88- add configure option (--with-hal=no)
89
90* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22.2-1
91- new upstream release
92
93* Thu Jul  3 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.0-1
94- new upstream release
95- new versioning policy; spec in UTF-8
96
97* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
98- new upstream release
99
100* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
101- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.