fix directory ownership issues

epel9
Matthias Clasen 18 years ago
parent 3395bdbf05
commit 4e0a8fc911

@ -4,8 +4,8 @@
Summary: A high-performance CORBA Object Request Broker Summary: A high-performance CORBA Object Request Broker
Name: ORBit2 Name: ORBit2
Version: 2.14.7 Version: 2.14.7
Release: 3%{?dist} Release: 4%{?dist}
Source: http://ftp.gnome.org/pub/gnome/sources/ORBit/2.14/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/ORBit/2.14/%{name}-%{version}.tar.bz2
Group: System Environment/Daemons Group: System Environment/Daemons
License: LGPL/GPL License: LGPL/GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -46,6 +46,8 @@ Requires: glib2-devel >= %{glib2_version}
Requires: pkgconfig Requires: pkgconfig
# we install an automake macro # we install an automake macro
Requires: automake Requires: automake
# for /usr/share/gtk-doc/html
Requires: gtk-doc
Conflicts: ORBit-devel <= 1:0.5.8 Conflicts: ORBit-devel <= 1:0.5.8
%description devel %description devel
@ -132,9 +134,12 @@ rm -rf %{buildroot}
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
%{_datadir}/idl/orbit-2.0 %{_datadir}/idl/orbit-2.0
%{_bindir}/linc-cleanup-sockets %{_bindir}/linc-cleanup-sockets
%{_datadir}/gtk-doc %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Sat Jul 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-4
- Fix directory ownership issues
* Mon Apr 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-3 * Mon Apr 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-3
- Add alpha to 64bit arches (#236544) - Add alpha to 64bit arches (#236544)

Loading…
Cancel
Save