minor directory ownership cleanup
This commit is contained in:
parent
1c4b2a60c0
commit
6a43f9b52e
@ -8,7 +8,7 @@
|
||||
Summary: GLib bindings for D-Bus
|
||||
Name: dbus-glib
|
||||
Version: 0.80
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: http://www.freedesktop.org/software/dbus/
|
||||
Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
|
||||
Source1: dbus-bus-introspect.xml
|
||||
@ -36,19 +36,19 @@ the GLib thread abstraction and main loop.
|
||||
Summary: Libraries and headers for the D-Bus GLib bindings
|
||||
Group: Development/Libraries
|
||||
Requires: %name = %{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: dbus-devel
|
||||
Requires: glib2-devel
|
||||
Requires: dbus-devel
|
||||
Requires: pkgconfig
|
||||
Obsoletes: dbus-devel < 0.90
|
||||
|
||||
%description devel
|
||||
|
||||
Headers and static libraries for the D-Bus GLib bindings
|
||||
Headers and static libraries for the D-Bus GLib bindings
|
||||
|
||||
%if 0
|
||||
%package gtk
|
||||
Summary: GTK based tools
|
||||
Group: Development/Tools
|
||||
Group: Development/Tools
|
||||
Requires: %name = %{version}-%{release}
|
||||
Requires: gtk2 >= %{gtk_version}
|
||||
%description gtk
|
||||
@ -71,7 +71,7 @@ autoreconf
|
||||
|
||||
#build with checks for right now but disable checks for final release
|
||||
#%configure --disable-tests --disable-verbose-mode --disable-asserts
|
||||
make
|
||||
make CFLAGS="-O0 -g3"
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@ -102,7 +102,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/dbus-glib-1.pc
|
||||
%{_includedir}/*
|
||||
%{_includedir}/dbus-1.0/dbus/*
|
||||
%{_datadir}/gtk-doc/html/dbus-glib
|
||||
%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
|
||||
%{_libexecdir}/dbus-bash-completion-helper
|
||||
@ -116,6 +116,9 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 0.80-3
|
||||
- Minor directory ownership cleanup
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.80-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user