rpms/ORBit/devel ORBit.spec,1.3,1.4

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Apr 19 21:14:31 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/ORBit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31172

Modified Files:
	ORBit.spec 
Log Message:
Fix buildreqs for devel/EL-5


Index: ORBit.spec
===================================================================
RCS file: /cvs/extras/rpms/ORBit/devel/ORBit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ORBit.spec	27 Oct 2006 12:34:48 -0000	1.3
+++ ORBit.spec	19 Apr 2007 21:13:57 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:		CORBA Object Request Broker for GNOME-1 compatibility
 Name:			ORBit
 Version:		0.5.17
-Release:		20%{?dist}
+Release:		21%{?dist}
 Epoch:			1
 URL:			http://orbit-resource.sourceforge.net/
 Source:			http://ftp.acc.umu.se/pub/gnome/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2 
@@ -11,7 +11,7 @@
 Group:			System Environment/Daemons
 License:		LGPL/GPL
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:		flex, gettext, glib-devel, tcp_wrappers
+BuildRequires:		flex, gettext, glib-devel, /usr/include/tcpd.h, pkgconfig
 
 Requires(post):		/sbin/install-info
 Requires(preun):	/sbin/install-info
@@ -84,7 +84,7 @@
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,755)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %doc libIDL/COPYING libIDL/ChangeLog libIDL/AUTHORS
 %doc libIDL/README libIDL/NEWS libIDL/BUGS libIDL/tstidl.c
@@ -99,7 +99,7 @@
 %{_libdir}/libORBitutil.so.*
 
 %files devel
-%defattr(-,root,root,755)
+%defattr(-,root,root,-)
 %{_bindir}/libIDL-config
 %{_bindir}/orbit-config
 %{_bindir}/orbit-idl
@@ -120,6 +120,12 @@
 %{_datadir}/aclocal/libIDL.m4
 
 %changelog
+* Thu Apr 19 2007 Paul Howarth <paul at city-fan.org> 1:0.5.17-21
+- Buildreq pkgconfig, because EL5's glib-devel should require it but doesn't
+- Use file-based build dependency on /usr/include/tcpd.h instead of
+  tcp_wrappers package, since some distributions have this file in
+  tcp_wrappers-devel
+
 * Thu Oct 26 2006 Paul Howarth <paul at city-fan.org> 1:0.5.17-20
 - Don't let the scriptlets "fail"
 




More information about the fedora-extras-commits mailing list