source: projects/specs/trunk/d/dbus-glib/dbus-glib-vl.spec @ 12371

Revision 12371, 6.5 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

dbus-glib-0.110-1

dstat-0.7.4-1

firefox-68.7.0-1

iso-codes-4.4-1

kbd-2.2.0-1

libdb-5.3.28-12

libsmbios-2.4.3-1

par2cmdline-0.8.1-1

sgml-common-0.6.3-42

smem-1.5-1

thunderbird-68.7.0-1

Line 
1%define gettext_package dbus
2
3%define expat_version 2.1.0
4%define glib2_version 2.34.0
5%define dbus_version 1.8.0
6
7%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
8
9Summary: GLib bindings for D-Bus
10Summary(ja): D-Bus の GLib バインディング
11Name: dbus-glib
12Version: 0.110
13Release: 1%{?_dist_release}
14URL: https://www.freedesktop.org/software/dbus/
15Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
16Source1: dbus-bus-introspect.xml
17License: AFL/GPL
18Group: System Environment/Libraries
19
20BuildRoot: %{_tmppath}/%{name}-%{version}-root
21Requires: chkconfig
22BuildRequires: libtool
23BuildRequires: dbus-devel >= %{dbus_version}
24BuildRequires: expat-devel >= %{expat_version}
25BuildRequires: libxml2-devel
26BuildRequires: glib2-devel >= %{glib2_version}
27BuildRequires: gettext
28BuildRequires: autoconf
29BuildRequires: python3
30
31Vendor: Project Vine
32Distribution: Vine Linux
33
34%description
35D-Bus add-on library to integrate the standard D-Bus library with
36the GLib thread abstraction and main loop.
37
38%package devel
39Summary: Libraries and headers for the D-Bus GLib bindings
40Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
41Group: Development/Libraries
42Requires: %{name} = %{version}-%{release}
43Requires: glib2-devel
44Requires: dbus-devel
45Requires: pkgconfig
46Obsoletes: dbus-devel < 0.90
47
48%description devel
49Headers and static libraries for the D-Bus GLib bindings
50
51%if 0
52%package gtk
53Summary: GTK based tools
54Group: Development/Tools
55Requires: %{name} = %{version}-%{release}
56Requires: gtk2 >= 2.10.0
57
58%description gtk
59D-Bus tools written using the gtk+ GUI libaries
60%endif
61
62# compat32
63%package -n compat32-%{name}
64Summary: GLib bindings for D-Bus
65Summary(ja): D-Bus の GLib バインディング
66Group: System Environment/Libraries
67Requires: %{name} = %{version}-%{release}
68
69%description -n compat32-%{name}
70D-Bus add-on library to integrate the standard D-Bus library with
71the GLib thread abstraction and main loop.
72
73%package -n compat32-%{name}-devel
74Summary: Libraries and headers for the D-Bus GLib bindings
75Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
76Group: Development/Libraries
77Requires: %{name}-devel = %{version}-%{release}
78Requires: compat32-%{name} = %{version}-%{release}
79Requires: compat32-glib2-devel
80Requires: compat32-dbus-devel
81
82%description -n compat32-%{name}-devel
83Headers and static libraries for the D-Bus GLib bindings
84
85%prep
86%setup -q
87
88%build
89%configure --disable-tests \
90        --disable-verbose-mode \
91        --disable-asserts \
92        --disable-gtk-doc \
93        --with-introspect-xml=%{SOURCE1}
94
95make %{?_smp_mflags} V=1
96
97
98%install
99rm -rf %{buildroot}
100
101make install DESTDIR=$RPM_BUILD_ROOT
102
103rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
104rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
105
106%clean
107rm -rf %{buildroot}
108
109%post -p /sbin/ldconfig
110
111%postun -p /sbin/ldconfig
112
113%post -n compat32-%{name} -p /sbin/ldconfig
114
115%postun -n compat32-%{name} -p /sbin/ldconfig
116
117%files
118%defattr(-,root,root)
119%license COPYING
120%doc ChangeLog NEWS
121%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
122%{_libdir}/*glib*.so.*
123%{_libexecdir}/dbus-bash-completion-helper
124%{_bindir}/dbus-binding-tool
125%{_mandir}/man1/dbus-binding-tool.1.gz
126
127%files devel
128%defattr(-,root,root)
129%{_libdir}/lib*.so
130%{_libdir}/pkgconfig/dbus-glib-1.pc
131%{_includedir}/*
132%{_datadir}/gtk-doc/html/dbus-glib
133
134%if 0
135%files gtk
136%defattr(-,root,root)
137%{_bindir}/dbus-viewer
138%endif
139
140# compat32
141%if %{build_compat32}
142%files -n compat32-%{name}
143%defattr(-,root,root)
144%{_libdir}/*glib*.so.*
145
146%files -n compat32-%{name}-devel
147%defattr(-,root,root)
148%{_libdir}/lib*.so
149%endif
150
151%changelog
152* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.110-1
153- new upstream release.
154
155* Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.106-1
156- new upstream release
157
158* Sun Mar 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.104-1
159- new upstream release
160
161* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.100.2-2
162- rebuild with VineSeed environment
163
164* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.100.2-1
165- new upstream release
166
167* Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.100-1
168- new upstream release
169
170* Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.98-1
171- new upstream release
172
173* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.96-1
174- new upstream release
175
176* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.94-1
177- new upstream release
178
179* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.92-1
180- new upstream release
181
182* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.88-1
183- new upstream release
184
185* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.86-2
186- build with rpm-4.8.1-1 for pkg-config file
187
188* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.86-1
189- new upstream release
190
191* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.82-1
192- new upstream release
193
194* Sun Jul 12 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.80-2
195- added compat32 package for x86_64 arch support
196
197* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.80-1
198- new upstream release
199- built with dbus-1.2.12, glib-2.20.0
200
201* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.76-1
202- new upstream release
203
204* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.74-1vl5
205- rebuilt with dbus-1.1.20, glib2-2.16.1
206- used %%{?_dist_release}
207
208* Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.74-0vl2
209- rebuild with expat-2.0.1
210
211* Sat Aug 25 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.74-0vl1
212- new upstream release
213
214* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.73-0vl1
215- initial build for Vine Linux
216
217* Wed Apr  4 2007 Matthias Clasen <mclasen@redhat.com> - 0.73-1
218- Update to 0.73 (#233631)
219- Drop upstreamed patches
220
221* Tue Dec 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.71-4
222- Add dbus-glib-0.70-use-default-threads.patch
223- Partial fix to #219257
224
225* Wed Nov 29 2006 David Zeuthen <davidz@redhat.com> - 0.71-3%{?dist}
226- Add dbus-glib-0.70-fix-info-leak.patch
227- Resolves: #216034
228
229* Sun Nov  5 2006 Matthias Clasen <mclasen@redhat.com> - 0.71-2
230- Fix up Requires for the -devel package
231
232* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.71-1
233- Update to 0.71
234
235* Thu Jul 20 2006 Jesse Keating <jkeating@redhat.com> - 0.70-4
236- remove improper obsoletes
237
238* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-3
239- Pregenerate the xml introspect file so you don't need dbus running during
240  the build
241
242* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-2
243- Spec file cleanups
244
245* Mon Jul 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-1
246- Initial dbus-glib package
Note: See TracBrowser for help on using the repository browser.