]> git.pld-linux.org Git - packages/dbus-glib.git/blame - dbus-glib.spec
- updated to 0.88
[packages/dbus-glib.git] / dbus-glib.spec
CommitLineData
1c170856 1#
b3146ec0
KK
2# Conditional build:
3%bcond_without apidocs # disable gtk-doc
b0b8dd9c 4%bcond_without static_libs # don't build static library
b3146ec0 5#
398aca1a 6%define dbus_version 1.1
1c170856 7%define expat_version 1:1.95.5
3b66052a 8%define glib_version 1:2.24
1c170856 9#
10Summary: GLib-based library for using D-BUS
071c2493 11Summary(pl.UTF-8): Biblioteka do używania D-BUS oparta o GLib
1c170856 12Name: dbus-glib
3b66052a 13Version: 0.88
32772841 14Release: 1
1c170856 15License: AFL v2.1 or GPL v2
16Group: Libraries
2ce682cc 17Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
3b66052a 18# Source0-md5: 7c04ba01df6130c2c4e62f73bea0d0d5
090e7484 19Patch0: %{name}-configure.patch
398aca1a 20Patch1: %{name}-as-needed.patch
13631981 21URL: http://www.freedesktop.org/Software/DBusBindings
1c170856 22BuildRequires: autoconf >= 2.52
2ce682cc 23BuildRequires: automake >= 1:1.9
1c170856 24BuildRequires: dbus-devel >= %{dbus_version}
80d83172 25%{?with_apidocs:BuildRequires: docbook-dtd412-xml}
1c170856 26BuildRequires: expat-devel >= %{expat_version}
b3146ec0 27BuildRequires: gettext-devel
1c170856 28BuildRequires: glib2-devel >= %{glib_version}
b3146ec0 29%{?with_apidocs:BuildRequires: gtk-doc-automake >= 1.8}
3b66052a 30%{?with_apidocs:BuildRequires: gtk-doc >= 1.8}
090e7484 31BuildRequires: libtool
1c170856 32BuildRequires: pkgconfig
e9a86c22 33BuildRequires: rpmbuild(macros) >= 1.527
1c170856 34Requires: dbus-libs >= %{dbus_version}
35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37%description
38D-BUS add-on library to integrate the standard D-BUS library with the
39GLib thread abstraction and main loop.
40
ddd70749 41%description -l pl.UTF-8
1c170856 42Dodatkowa biblioteka D-BUS do integracji standardowej biblioteki D-BUS
ddd70749 43z abstrakcją wątków i główną pętlą GLib.
1c170856 44
45%package devel
46Summary: Header files for GLib-based library for using D-BUS
071c2493 47Summary(pl.UTF-8): Pliki nagłówkowe biblioteki do używania D-BUS opartej o GLib
1c170856 48Group: Development/Libraries
49Requires: %{name} = %{version}-%{release}
50Requires: dbus-devel >= %{dbus_version}
51Requires: glib2-devel >= %{glib2_version}
52
53%description devel
54Header files for GLib-based library for using D-BUS.
55
ddd70749
JR
56%description devel -l pl.UTF-8
57Pliki nagłówkowe biblioteki do używania D-BUS opartej o GLib.
1c170856 58
59%package static
60Summary: Static GLib-based library for using D-BUS
071c2493 61Summary(pl.UTF-8): Statyczna biblioteka do używania D-BUS oparta o GLib
1c170856 62Group: Development/Libraries
63Requires: %{name}-devel = %{version}-%{release}
64
65%description static
66Static GLib-based library for using D-BUS.
67
ddd70749
JR
68%description static -l pl.UTF-8
69Statyczna biblioteka do używania D-BUS oparta o GLib.
1c170856 70
2ce682cc
JB
71%package apidocs
72Summary: D-BUS-GLib API documentation
071c2493 73Summary(pl.UTF-8): Dokumentacja API D-BUS-GLib
2ce682cc
JB
74Group: Documentation
75Requires: gtk-doc-common
76
77%description apidocs
78D-BUS-GLib API documentation.
79
ddd70749 80%description apidocs -l pl.UTF-8
2ce682cc
JB
81Dokumentacja API D-BUS-GLib.
82
398aca1a
JB
83%package -n bash-completion-dbus
84Summary: bash-completion for dbus-send
85Summary(pl.UTF-8): Bashowe uzupełnianie poleceń dla dbus-send
86Group: Applications/Shells
87Requires: bash-completion
88
89%description -n bash-completion-dbus
90This package provides bash-completion for dbus-send.
91
92%description -n bash-completion-dbus -l pl.UTF-8
93Ten pakiet dostarcza bashowe uzupełnianie poleceń dla dbus-send.
94
1c170856 95%prep
96%setup -q
090e7484 97%patch0 -p1
bcfa4573 98%patch1 -p1
1c170856 99
398aca1a 100%if %{without apidocs}
b3146ec0
KK
101echo 'EXTRA_DIST=' > gtk-doc.make
102echo 'AC_DEFUN([GTK_DOC_CHECK],[])' >> acinclude.m4
103%endif
104
1c170856 105%build
e9a86c22 106%{?with_apidocs:%{__gtkdocize}}
1c170856 107%{__libtoolize}
108%{__aclocal}
109%{__autoconf}
110%{__autoheader}
111%{__automake}
112%configure \
e9a86c22 113 %{__enable_disable apidocs gtk-doc} \
3b66052a
JB
114 %{__disable static_libs static} \
115 --disable-silent-rules \
116 --with-html-dir=%{_gtkdocdir}
0c68a254 117
1c170856 118%{__make}
119
120%install
121rm -rf $RPM_BUILD_ROOT
122
123%{__make} install \
398aca1a
JB
124 DESTDIR=$RPM_BUILD_ROOT \
125 profiledir=/etc/bash_completion.d
126
127mv -f $RPM_BUILD_ROOT/etc/bash_completion.d/{dbus-bash-completion.sh,dbus}
1c170856 128
129%clean
130rm -rf $RPM_BUILD_ROOT
131
132%post -p /sbin/ldconfig
133%postun -p /sbin/ldconfig
134
135%files
136%defattr(644,root,root,755)
6421e4e3
JB
137# AFL not in common-licenses, so COPYING included
138%doc AUTHORS COPYING ChangeLog NEWS README
1c170856 139%attr(755,root,root) %{_libdir}/libdbus-glib-1.so.*.*.*
d4a11bac 140%attr(755,root,root) %ghost %{_libdir}/libdbus-glib-1.so.2
1c170856 141
142%files devel
143%defattr(644,root,root,755)
144%attr(755,root,root) %{_bindir}/dbus-binding-tool
145%attr(755,root,root) %{_libdir}/libdbus-glib-1.so
146%{_libdir}/libdbus-glib-1.la
934bf624 147%{_mandir}/man1/dbus-binding-tool.1*
1c170856 148%{_includedir}/dbus*/dbus/dbus-glib*.h
149%{_includedir}/dbus*/dbus/dbus-gtype-specialized.h
150%{_pkgconfigdir}/dbus-glib-1.pc
151
b0b8dd9c 152%if %{with static_libs}
1c170856 153%files static
154%defattr(644,root,root,755)
155%{_libdir}/libdbus-glib-1.a
b0b8dd9c 156%endif
2ce682cc 157
b3146ec0 158%if %{with apidocs}
2ce682cc
JB
159%files apidocs
160%defattr(644,root,root,755)
161%{_gtkdocdir}/dbus-glib
b3146ec0 162%endif
398aca1a
JB
163
164%files -n bash-completion-dbus
165%defattr(644,root,root,755)
166/etc/bash_completion.d/dbus
167%attr(755,root,root) %{_libdir}/dbus-bash-completion-helper
This page took 0.049451 seconds and 4 git commands to generate.